forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable JPEG-in-TIFF for 12 bit samples (for internal libtiff), whatev…
…er libjpeg is used for 8 bit sample support Previously we required that the libjpeg used for 8 bit sample support had the libjpeg-6b ABI. The changes done in libtiff/tif_jpeg.c and tif_jpeg_12.c now remove this constraint, and it is thus now possible to have JPEG 12 bit support in a build that uses libjpeg-turbo with IJG v8 ABI for 8-bit.
- Loading branch information
Showing
7 changed files
with
304 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.