Package net.sourceforge.jiu.codecs


package net.sourceforge.jiu.codecs
  • Class
    Description
    A codec to read and write Windows BMP image files.
    This class is an enumeration type for the two modes that an image codec can be used in, CodecMode.LOAD and CodecMode.SAVE.
    A codec to write Compuserve GIF (Graphics Interchange Format) files.
    A codec to read Amiga IFF image files.
    The base class for image codecs, operations to read images from or write them to streams.
    A convenience class with static methods to load images from files using JIU codecs.
    This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
    This exception is thrown when the caller has defined an image index that specifies the image to be loaded in a multiple-image file and that index is unavailable.
    A codec to read and write image files in the native image file format of Palm OS, an operating system for handheld devices.
    A codec to read Kodak Photo-CD (image pac) image files.
    A codec for the Portable Network Graphics (PNG) format.
    An input stream that reads from an underlying stream of PNG IDAT chunks and skips all header information.
    A codec to read and write Portable Anymap (PNM) image files.
    A codec to read images from Photoshop PSD files.
    A codec to read and write Sun Raster (RAS) image files.
    This exception is thrown when a codec does not support the codec mode wanted by the user.
    This exception is thrown during image loading.
    This exception is thrown during image loading.