Converting color TIFF to CCITT G4 compression
Posted: Sat Feb 02, 2019 6:29 pm
Help me, please. I have an color (LZW, or else) tiff, how can I simple compress it into CCITT group 4?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
CCITT G4 compression is only applicable to 1-bit (black and white) images, so you wish to convert a color TIFF to black and white and save it with CCITT G4 compression?sergiokapone wrote: Sat Feb 02, 2019 6:29 pm I have an color (LZW, or else) tiff, how can I simple compress it into CCITT group 4?
Yes, I want to convert a color TIFF to black and white and save it with CCITT G4 compression.cday wrote: Sat Feb 02, 2019 6:53 pm CCITT G4 compression is only applicable to 1-bit (black and white) images, so you wish to convert a color TIFF to black and white and save it with CCITT G4 compression?
Code: Select all
-binary dither : Convert in Binary
pattern : Ordered pattern
floyd : Floyd steinberg
halft45 : Halftone 45
halft90 : Halftone 90
nodither : No dithering
Code: Select all
-binary nodither
Code: Select all
-c value : Compression number
default : 0 (uncompressed)
TIFF : 1 (Rle), 2 (LZW), 3 (LZW+Prediction)
4 (ZLIB)
5 (CCITT G3), 6 (CCITT G3-2D), 7 (CCITT G4) only B/W
8 (JPEG) only 24/32 bits
Code: Select all
-out TIFF 7