Interface IImageManipulation


  • interface IImageManipulation
    Interface defining an image manipulation of a buffered image.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on May 01, 2014
    • Method Detail

      • manipulate

        void manipulate​(java.awt.image.BufferedImage img)
        Change the img.
        Parameters:
        img - image to be manipulated.