Uses of Interface
net.sourceforge.jiu.data.ByteChannelImage
Packages that use ByteChannelImage
-
Uses of ByteChannelImage in net.sourceforge.jiu.data
Subinterfaces of ByteChannelImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterface
Interface for grayscale images using integer samples that are eight bits large.interface
An interface for classes that store paletted images with eight bit integers for each pixel.interface
An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).Classes in net.sourceforge.jiu.data that implement ByteChannelImageModifier and TypeClassDescriptionclass
An implementation ofByteChannelImage
that stores image channels asbyte[]
arrays in memory.class
An implementation ofGray8Image
that keeps the complete image in memory.class
This class stores a paletted image with one byte per sample in memory.class
A class to store 24 bit RGB truecolor images in memory. -
Uses of ByteChannelImage in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement ByteChannelImageModifier and TypeClassDescriptionclass
A bridge class to useBufferedImage
objects (class defined in the standard runtime library, packagejava.awt.image
) asRGB24Image
objects within JIU.