Creating a Tiff with YCbCr colorspace and 4:2:0 sampling-factor #1778
-
I'm combining several tiffs into a single multi-page file. Those with CCITT Group 4 Fax encoding go in as is, otherwise they're converted to JPEG compression, YCbCr colorspace, and 4:2:0 sampling-factor. Everything works except for the sampling-factor which always remains 4:4:4 no matter what SetDefine combination is used. Converting an individual file doesn't work either. Ultimately the goal is to lower the output's file size without resorting to resizing or significantly lowering the image quality so any way to achieve that will be appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like ImageMagick always uses the same value for |
Beta Was this translation helpful? Give feedback.
It looks like ImageMagick always uses the same value for
TIFFTAG_YCBCRSUBSAMPLING
. It always uses 1x1 for jpeg compression.