Uses of Class
net.sourceforge.jiu.data.MemoryByteChannelImage
-
Packages that use MemoryByteChannelImage Package Description net.sourceforge.jiu.data -
-
Uses of MemoryByteChannelImage in net.sourceforge.jiu.data
Subclasses of MemoryByteChannelImage in net.sourceforge.jiu.data Modifier and Type Class Description class
MemoryGray8Image
An implementation ofGray8Image
that keeps the complete image in memory.class
MemoryPaletted8Image
This class stores a paletted image with one byte per sample in memory.class
MemoryRGB24Image
A class to store 24 bit RGB truecolor images in memory.
-