Package steganography.image.overlays
-
Interface Summary Interface Description PixelCoordinateOverlay Classes that implement this interface should be able to return pixels of a given BufferedImage or similar image representation in an order independent from the coordinate system of the pixels (to act as an overlay). -
Class Summary Class Description RemoveTransparentShuffleOverlay This class returns Pixels of the underlying Bitmap in a random order determined by the seed that is given to its constructor.SequenceOverlay This class returns Pixels of the underlying Bitmap in order from top left (x=0, y=0) to bottom right (x=bitmap.getWidth(), y=bitmap.getHeight()).ShuffleOverlay This class returns Pixels of the underlying BufferedImage in a random order determined by the seed that is given to its constructorTableOverlay