libtiff/contrib/ojpeg
Andrey Kiselev 6dd0fd5c64 Improved libtiff compilation with OJPEG support. Now no need for patching
IJG JPEG library, hack requred by libtiff will be compiled and used in-place.
2003-05-06 12:57:14 +00:00
..
jdhuff_add.c New 2001-07-18 13:12:21 +00:00
jdhuff.h Improved libtiff compilation with OJPEG support. Now no need for patching 2003-05-06 12:57:14 +00:00
jinclude.h Improved libtiff compilation with OJPEG support. Now no need for patching 2003-05-06 12:57:14 +00:00
Makefile.in Improved libtiff compilation with OJPEG support. Now no need for patching 2003-05-06 12:57:14 +00:00
ojpeg.c Improved libtiff compilation with OJPEG support. Now no need for patching 2003-05-06 12:57:14 +00:00
README Improved libtiff compilation with OJPEG support. Now no need for patching 2003-05-06 12:57:14 +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 Uncomment OJPEG="yes" statement in config.site or #define OJPEG_SUPPORT
   somewhere (if you don't use configure logic). This can be put in
   tiffconf.h for instance.

 o Compile ojpeg.c module and link it with libtiff library. If you are using
   configure script for building library it should be done automatically.
   As an another option you can 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).

---

For notes on further improved JPEG-in-TIFF support also see the following
bug in bugzilla:

  http://bugzilla.remotesensing.org/show_bug.cgi?id=156