Search found 6 matches
- 2015-04-10T12:01:10-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
Re: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
Apparently it was some kind of issue in libtiff 4.0.3-7ubuntu0.2 that is solved in 4.0.3-7ubuntu0.3
- 2015-04-05T11:10:54-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
Re: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0)
Here is the original: http://dropcanvas.com/96ols/1 And the output: http://dropcanvas.com/96ols/2 I tried the -strip option. No difference. I can convert example2.tiff to png and the png looks as it should but if I convert it back to a tiff i get the usual result. So there is obviously something ...
- 2015-04-05T05:30:19-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
Re: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0)
Here is another example.
Input:
Output:
Input:
Output:
- 2015-04-05T02:51:54-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
Re: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0)
i'm using imagemagick compiled from source, so in reality the command line I use is something like $ ImageMagick-6.9.1-0/utilities/convert infile.tiff outfile.tiff (I have tried the version of convert that comes with ubuntu 14.04 as well (ImageMagick 6.7.7-10 2014-03-06 Q16), with exactly the same ...
- 2015-04-04T12:00:09-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
Re: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0)
Thanks for the suggestion. I tried these combinations: convert -define tiff:endian=msb example.tiff out.tiff convert -define tiff:endian=lsb example.tiff out.tiff convert -define tiff:fill-order=msb example.tiff out.tiff convert -define tiff:fill-order=lsb example.tiff out.tiff convert -define tiff ...
- 2015-04-03T12:05:31-07:00
- Forum: Bugs
- Topic: convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
- Replies: 11
- Views: 5325
convert produces distorted TIFF file (ImageMagick ImageMagick-6.9.1-0) SOLVED
This TIFF file gets distorted when saved by "convert". http://dropcanvas.com/qy8j0/2 (link is a zip file with the TIFF inside) Example command line: convert example.tiff tiff:2.tiff File is produced with the scanner utility included in MacOSX. Update: This is on Ubuntu 14.04. TIFF-related package ...