| 1 | = libjpeg12 = |
| 2 | |
| 3 | * C++ Library providing 12bit JPEG read/write support. |
| 4 | * Provides DLL (bin/jpeg12_osgeo.dll), stub library (lib/jpeg12_i.lib) and include files (include/libjpeg12/*). |
| 5 | * Includes the IPP compatability fixes in http://trac.osgeo.org/gdal/changeset/15507 and http://trac.osgeo.org/gdal/changeset/16363, so we can drop in an IPP compatible libjpeg in it's place (see http://trac.osgeo.org/gdal/wiki/JpegIPP) |
| 6 | * Built from libjpeg.sourceforge.net CVS head with the 12bit renaming fixes. Exposes only the _12 API. Details on dual mode 8/12bit support available at http://trac.osgeo.org/gdal/wiki/TIFF12BitJPEG |
| 7 | * Maintained by FrankWarmerdam (C:\warmerda\osgeo4w\jpeg_12 on black laptop) |