Uses of Interface
net.sourceforge.jiu.data.ShortChannelImage
Packages that use ShortChannelImage
-
Uses of ShortChannelImage in net.sourceforge.jiu.data
Subinterfaces of ShortChannelImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterface
Interface for grayscale images using integer samples that are sixteen bits large.interface
An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).Classes in net.sourceforge.jiu.data that implement ShortChannelImageModifier and TypeClassDescriptionclass
An implementation ofGray16Image
that keeps the complete image in memory.class
A class to store 48 bit RGB truecolor images in memory.class
An implementation ofShortChannelImage
that stores image channels asshort[]
arrays in memory.