Search found 3 matches

by Ragnar0k
2011-11-19T13:38:26-07:00
Forum: Users
Topic: GIF LZW Decompression
Replies: 9
Views: 19854

Re: GIF LZW Decompression

Same result unfortunately...
by Ragnar0k
2011-11-19T12:27:03-07:00
Forum: Users
Topic: GIF LZW Decompression
Replies: 9
Views: 19854

Re: GIF LZW Decompression

thank you for your feedback!
I really needed the uncompressed gif for some statistical work (and the work must be done on a gif only unfortunately). libungif tools don't seem to have any straight forward conversion between tiff and gif (tried tiff->rgb->gif but didn't work properly).
I guess I must ...
by Ragnar0k
2011-11-18T20:05:25-07:00
Forum: Users
Topic: GIF LZW Decompression
Replies: 9
Views: 19854

Re: GIF LZW Decompression

Hello,
Just to bump this issue - I am in the same position as madankn79...
I am converting a tiff to a gif, the command would be
convert +compress <file.tif> <file.gif>
+compress however does not work, and neither does -compress None . gif files will always be produced with an LZW compression ...