How to compress existing tiff files with lzw compression
January 16, 2007 9:01 PM
Subscribe
What UNIX command-line tool can I used to convert tiff files to lzw-compressed tiff files.
I have some 24bit color tiff files whose file size is "too large" for the project I'm working on. I need a command line (or PHP) tool that I can use to turn these uncompressed tiff files into compressed-via-lzw tiff files. I'm hoping for a 4x reduction in file size.
What say ye, MeFites?
posted by Wild_Eep to computers & internet (5 comments total)
1 user marked this as a favorite
tiffcp -c lzw input.tif output.tif
posted by RichardP at 9:10 PM on January 16, 2007 [1 favorite has favorites]