Uses of Interface net.sourceforge.jiu.data.ByteChannelImage

Uses in package net.sourceforge.jiu.data

Classes implementing net.sourceforge.jiu.data.ByteChannelImage

class
An implementation of ByteChannelImage that stores image channels as byte[] arrays in memory.
class
An implementation of Gray8Image 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 in package net.sourceforge.jiu.gui.awt

Classes implementing net.sourceforge.jiu.data.ByteChannelImage

class
A bridge class to use java.awt.image.BufferedImage objects (class defined in the standard runtime library, package java.awt.image) as RGB24Image objects within JIU.