Search found 4 matches

by notanumber
2013-08-01T01:06:16-07:00
Forum: Users
Topic: Image correctly resized but exit code 1
Replies: 5
Views: 8044

Re: Image correctly resized but exit code 1

I have not found any ideal solution, I don't take care of the error code in some cases.
by notanumber
2010-12-17T05:23:22-07:00
Forum: Users
Topic: Image correctly resized but exit code 1
Replies: 5
Views: 8044

Re: Image correctly resized but exit code 1

And now, the ultimate debug message : documents/new folder 2/7-THIAGO01.tif TIFF 3543x4724=>113x150 DirectClass 83.9mb 2.690u 0:05 documents/new folder 2/7-THIAGO01.tif=>7-THIAGO01.tif.thumbnail TIFF 3543x4724=>113x150 DirectClass 35kb convert: documents/new folder 2/7-THIAGO01.tif: unknown field ...
by notanumber
2010-12-17T03:55:48-07:00
Forum: Users
Topic: Image correctly resized but exit code 1
Replies: 5
Views: 8044

Re: Image correctly resized but exit code 1

Maybe you need more information to answer my question ;) I have started identify on my erroneous picture. Here is an extract: documents/new folder 2/7-THIAGO01.tif TIFF 3543x4724 DirectClass 83.9mb 1.060u 0:13 Image: documents/new folder 2/7-THIAGO01.tif Format: TIFF (Tagged Image File Format ...
by notanumber
2010-12-15T02:56:42-07:00
Forum: Users
Topic: Image correctly resized but exit code 1
Replies: 5
Views: 8044

Image correctly resized but exit code 1

Hello all, I am trying to resize tiffs as jpeg with this command: #convert "mytiff.tif" -resize "200x150" jpeg:"mytiff.tif.thumbnail" For some tiffs, the picture is correctly resized, but exit code is 1 (instead of 0) # echo $? 1 output with -verbose: mytiff.tif TIFF 3543x4724=>8x10 DirectClass 83 ...