Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jfor.jfor.tools.jpeg

Interface Summary
IJpegEncoder Interface to a JPEG image encoder, declares just what jfor uses
 

Class Summary
DCT DCT - A Java implementation of the Discreet Cosine Transform.
Encoder Encoder - The JPEG main program which performs a jpeg compression of an gif or tif image.
EncoderWrapper Adapts our JPEG Encoder to IJpegEncoder
Huffman This class was modified by James R.
JpegEncoderFactory Provides IJpegEncoder objects
JpegInfo JpegInfo - Given an image, sets default information about it and divides it into its constituant components, downsizing those that need to be.
 

Exception Summary
JPEGException Exception if error occured in JPEG encoder.