JIGL
v1.6

Package jigl.image.io

Provides classes for image input and output through data stream.

See:
          Description

Class Summary
ImageInputStream ImageInputStream will read a image file(PBM, PGM, PPM, PRGM, PRCM, GIF, JPG or JPEG) and store the content in a InputSream object.
ImageInputStreamJAI ImageInputStreamJAI reads in the following file types: PGM,PPM,PNG,JPEG,TIFF,GIF using the Java Advanced Imaging API and com.sun.media.jai.codec package.
ImageOutputStream ImageOutputStream writes images to file.
ImageOutputStreamJAI ImageOutputStreamJAI writes images to file (formats supported - PGM,PPM,TIFF,JPEG,BMP,PNG) using Java Advanced Imaging API and com.sun.media.jai.codec package.
 

Exception Summary
FileExtensionNotSupportedException Exception for a filename extension
IllegalPBMFormatException Exception for an image that has the correct magic number but incorrect format
 

Package jigl.image.io Description

Provides classes for image input and output through data stream. We support these file type: PBM(read only), PNG(write only), TIFF(write only), PGM, PPM, PRGM(read only), PRCM(read only), JPEG, JPG, BMP(write only) and GIF.


JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu