forked from libvips/libvips
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call jpeg_set_colorspace for jpeg in tiff
JPEG in TIFF compression needs the jpeg encoding colourspace set to match the enclosing tiff file. fixes regression in 8.15.3 from libvips#3924 see libvips/pyvips#490 reproduce error with ``` vips copy x.jpg x.tif[compression=jpeg,Q=90,pyramid] ``` thanks nahilsobh
- Loading branch information
Showing
2 changed files
with
26 additions
and
33 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