Search found 3 matches

by jbogdani
2012-11-29T16:11:34-07:00
Forum: Users
Topic: TIFF conversion errors
Replies: 6
Views: 9592

Re: TIFF conversion errors

As you can see, the file contains two images. One is 4192x2666, the other is 160x101. Maybe Photoshop recognises that one is the thumbnail of the other, so doesn't bother to show it. I think you are right. It's an embedded thumbnail that Photoshop does not display. That's why the two output images ...
by jbogdani
2012-11-29T13:33:59-07:00
Forum: Users
Topic: TIFF conversion errors
Replies: 6
Views: 9592

Re: TIFF conversion errors

Hello, Opening the image with photoshop I can see only one layer. Anyway using convert image.tif[0] -thumbnail 200x200 thumb-image.jpg I get only one image, but I still get the error: convert DGT022430.TIF[0] -thumbnail 200x200 test.jpg convert: DGT022430.TIF: wrong data type 3 for "GainControl ...
by jbogdani
2012-11-28T02:37:31-07:00
Forum: Users
Topic: TIFF conversion errors
Replies: 6
Views: 9592

TIFF conversion errors

Hello all, I have set a procedure in my software that creates thumbnails using command line imagemagick. This is my command: /usr/local/bin/convert image -thumbnail 200x200 thumb-image.jpg and this works fine for almost all image files, but some of these are returning errors & warnings. Here is a ...