Page 1 of 1

Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T03:24:54-07:00
by ewanw
Version: ImageMagick 6.9.3-3 Q8 x86_64 2016-02-11[/color]
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
or

Code: Select all

convert  000001.tif -compress LZW 00001-3.tif
The resulting image just looks like the static you get on the tv when no station tuned.
Has anyone else come across this issue?
Any help on this is appreciated.

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T06:42:30-07:00
by jaffamuffin
post the actual image files

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T07:10:52-07:00
by ewanw

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T07:28:42-07:00
by jaffamuffin
i tested with ImageMagick 6.9.2-5 Q8 x86 2015-10-31 on windows 8.1 mogrify and convert both worked for me. Anyone else ?

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T07:58:18-07:00
by ewanw
Hi
I have Version: ImageMagick 6.9.1-10 Q8 x64 2015-07-25 on windows 8.1 and it works fine but when i install the same version on ubuntu or debian i get the issue described above.

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T07:59:35-07:00
by dlemstra
Maybe this is a libtiff issue? Which version are you using, and can you upgrade it to the latest?

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-11T08:12:32-07:00
by ewanw
Thanks for the response,
as far as i can tell i am using:-
libtiff5-dev/stable,now 4.0.3-12.3 amd64
libtiff5/stable,now 4.0.3-12.3 amd64
libtiff-opengl/stable 4.0.3-12.3 amd64

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Posted: 2016-02-25T01:06:29-07:00
by ewanw
Thanks dlemstra that proved to be the issue. i rolled it back to libtiff4 and all works fine.