You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JPEG format allows storing pixel values in RGB and YCbCr colorspaces. In addition to that, with YCbCr it is possible to enable Chromaticity subsampling which in most cases improves the compression.
Does your package provide the possibility to explicitly specify TiffTag 530 YCbCrSubSampling and TiffTag 262 PhotometricInterpretation?
What would an example of saving a TIFF file with these parameters look like?
The text was updated successfully, but these errors were encountered:
JPEG format allows storing pixel values in RGB and YCbCr colorspaces. In addition to that, with YCbCr it is possible to enable Chromaticity subsampling which in most cases improves the compression.
Does your package provide the possibility to explicitly specify TiffTag 530
YCbCrSubSampling
and TiffTag 262PhotometricInterpretation
?What would an example of saving a TIFF file with these parameters look like?
The text was updated successfully, but these errors were encountered: