Skip to content

Commit

Permalink
Merge pull request #5505 from radarhere/typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
mergify[bot] committed May 19, 2021
2 parents 16b9cad + 8099d01 commit f0e1f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/TiffDecode.c
Expand Up @@ -672,7 +672,7 @@ ImagingLibTiffDecode(
readAsRGBA = photometric == PHOTOMETRIC_YCBCR;

if (readAsRGBA && compression == COMPRESSION_JPEG && planarconfig == PLANARCONFIG_CONTIG) {
// If using new JPEG compression, let libjpeg do RGB convertion for performance reasons
// If using new JPEG compression, let libjpeg do RGB conversion for performance reasons
TIFFSetField(tiff, TIFFTAG_JPEGCOLORMODE, JPEGCOLORMODE_RGB);
readAsRGBA = 0;
}
Expand Down

0 comments on commit f0e1f03

Please sign in to comment.