OS: Debian 8.3
I am having an issue when i try to mogrify or convert an uncompressed tiff to a compressed LZW tiff using the following cmd:-
Code: Select all
mogrify -compress LZW 000001-5.tif
Code: Select all
convert 000001.tif -compress LZW 00001-3.tif
Has anyone else come across this issue?
Any help on this is appreciated.