- All Superinterfaces:
- ByteChannelImage, GrayImage, GrayIntegerImage, IntegerImage, PixelImage
- All Known Implementing Classes:
- MemoryGray8Image
public interface Gray8Image
extends GrayIntegerImage, ByteChannelImage
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.
- Author:
- Marco Schmidt
- See Also:
ByteChannelImage
,
GrayIntegerImage