Search found 4 matches
- 2016-04-17T00:27:27-07:00
- Forum: Users
- Topic: Converting LZW Compressed TIFFs on Debian
- Replies: 6
- Views: 3683
Re: Converting LZW Compressed TIFFs on Debian
I solved the issue by removing the "original" property in the paperclip configurations: has_attached_file :image, styles: { [i][b]original: ["100%"][/b][/i], small: ["580x", :jpg] }, It would produce this convert log: Command :: file -b --mime '/tmp/db4eb01d3eef81839d75de9ed28b5c5b20160417-32710 ...
- 2016-04-16T09:25:52-07:00
- Forum: Users
- Topic: Converting LZW Compressed TIFFs on Debian
- Replies: 6
- Views: 3683
Re: Converting LZW Compressed TIFFs on Debian
Code: Select all
TIFF* rw+ Tagged Image File Format (LIBTIFF, Version 4.0.3)
TIFF64* rw- Tagged Image File Format (64-bit) (LIBTIFF, Version 4.0.3)
Best
Felix
- 2016-04-16T07:52:28-07:00
- Forum: Users
- Topic: Converting LZW Compressed TIFFs on Debian
- Replies: 6
- Views: 3683
Re: Converting LZW Compressed TIFFs on Debian
Thank you for your reply. You can find a file which is affected as well here: http://www.file-upload.net/download-11488990/density.tif.html The result after Uploading and converting to JPG looks like this: http://postimg.org/image/5j408hz8z/ So I think it is not a particular file but the LZW ...
- 2016-04-16T05:42:13-07:00
- Forum: Users
- Topic: Converting LZW Compressed TIFFs on Debian
- Replies: 6
- Views: 3683
Converting LZW Compressed TIFFs on Debian
Hey I am using: Version: ImageMagick 6.9.3-8 Q16 x86_64 2016-04-16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC OpenMP Delegates (built-in): bzlib freetype gvc jbig jng jpeg lzma png ...