Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ewanw
Posts: 5
Joined: 2016-02-11T02:51:12-07:00
Authentication code: 1151

Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post 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.
jaffamuffin
Posts: 59
Joined: 2009-01-30T03:46:08-07:00

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post by jaffamuffin »

post the actual image files
ewanw
Posts: 5
Joined: 2016-02-11T02:51:12-07:00
Authentication code: 1151

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post by ewanw »

jaffamuffin
Posts: 59
Joined: 2009-01-30T03:46:08-07:00

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post 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 ?
ewanw
Posts: 5
Joined: 2016-02-11T02:51:12-07:00
Authentication code: 1151

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post 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.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post by dlemstra »

Maybe this is a libtiff issue? Which version are you using, and can you upgrade it to the latest?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
ewanw
Posts: 5
Joined: 2016-02-11T02:51:12-07:00
Authentication code: 1151

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post 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
ewanw
Posts: 5
Joined: 2016-02-11T02:51:12-07:00
Authentication code: 1151

Re: Mogrify uncompressed tiff to compressed Lzw Tiff - Issues

Post by ewanw »

Thanks dlemstra that proved to be the issue. i rolled it back to libtiff4 and all works fine.
Post Reply