libtiff/contrib/ojpeg
Frank Warmerdam 52b3695ca8 New
2001-07-18 13:12:21 +00:00
..
jdhuff_add.c New 2001-07-18 13:12:21 +00:00
README New 2001-07-18 13:12:21 +00:00

For the broadest possible support for OJPEG files the following steps are 
necessary:

 o Ensure you are able to build with JPEG support (see config.site).

 o #define OJPEG_SUPPORT somewhere.  This can be put in tiffconf.h for
   instance.

 o Append the jdhuff_add.c code to the end of jdhuff.c within the IJG JPEG
   libraries jdhuff.c file and recompile libjpeg (jpeg-6b tested).

 o Rebuild cleanly.


OJPEG support implemented by Scott Marovich at HP (marovich@hpl.hp.com).