net.sourceforge.jiu.codecs.jpeg
Class JPEGCodec
A codec for the JPEG file format.
Supported JPEG types
The codec is still under development.
Nothing can be read with it right now.
Writing JPEG files is not even in development stage.
Credits
"JPEG Still Image Data Compression Standard" by William B. Pennebaker and
Joan L. Mitchell. Published 1993 by Van Nostrand Reinhold.
ISBN 0-442-01272-1.
This book is referenced as P&M throughout the source code.
It's an invaluable resource for anything related to JPEG.
boundsAvail , boundsHeight , boundsWidth , boundsX1 , boundsX2 , boundsY1 , boundsY2 , comments , din , dout , dpiX , dpiY , image , imageIndex , in , mode , out , raf |
appendComment , checkBounds , checkImageResolution , close , getBoundsHeight , getBoundsWidth , getBoundsX1 , getBoundsX2 , getBoundsY1 , getBoundsY2 , getComment , getDataInput , getDataOutput , getDpiX , getDpiY , getFileExtensions , getFormatName , getImage , getImageIndex , getInputAsDataInput , getInputStream , getMimeTypes , getMode , getNumComments , getOutputAsDataOutput , getOutputStream , getRandomAccessFile , hasBounds , initModeFromIOObjects , isLoadingSupported , isRowRequired , isSavingSupported , isTileRequired , removeAllComments , removeBounds , setBounds , setBoundsIfNecessary , setDataInput , setDataOutput , setDpi , setFile , setFile , setImage , setImageIndex , setInputStream , setOutputStream , setRandomAccessFile , suggestFileExtension |
decodeScan
private void decodeScan(JPEGData jpegData)
main
public static void main(String[] args)
throws Exception