net.sourceforge.jiu.data
Interface Gray8Image
- ByteChannelImage, GrayImage, GrayIntegerImage, IntegerImage, PixelImage
- MemoryGray8Image
public interface Gray8Image
Interface for grayscale images using integer samples that are eight bits large.
Valid sample values must lie in the interval 0 to 255 (including both of those values).
Like all grayscale images, implementations of this class are supposed to have one channel only.
Simply merges the two interfaces GrayIntegerImage and ByteChannelImage without adding new methods.