How to change the compression style of a TIFF image using sips?
Posted
by Dhanaraj
on Stack Overflow
See other posts from Stack Overflow
or by Dhanaraj
Published on 2009-09-07T11:21:39Z
Indexed on
2010/04/17
9:03 UTC
Read the original article
Hit count: 329
I am a Mac guy,
How to get the PackBits compression using sips?
Below one for LZW works fine.
sips -s formatOptions lzw /DefaultGroup.tif
But this fails:
sips -s formatOptions packbits /DefaultGroup.tif
Any idea why?
© Stack Overflow or respective owner