Search found 6 matches
- 2013-05-15T05:33:29-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
Re: TIFF conversion error - Bad code word
Ok. Thanks
- 2013-05-15T04:33:41-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
Re: TIFF conversion error - Bad code word
Using ImageMagick-6.8.5-6-Q16-x86-windows.zip (portable version), Windows XP SP2 also tried echo %errorlevel% and it returns 1 for the first TIFF and 0 for the second TIFF (even if the 2nd TIFF has errors). Command I'm using is "<imagemagickpath>/convert.exe" errbutsuccess.tif sample.png Even if I ...
- 2013-05-15T03:39:36-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
Re: TIFF conversion error - Bad code word
Yes. but as stated there are several TIFFErrors (bad code word type of errors) amid the warnings. and I get 0 as the status code (note that I'm using java and calling IM as a commandline tool) Does the exit status follow the last set (e.g since a warning was last seen then the status is reset to 0 ...
- 2013-05-15T03:24:14-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
Re: TIFF conversion error - Bad code word
On another note, can you advise why does imagemagick set the return code/exit status to 0 when i convert this tiff (http://www.2shared.com/photo/qRFYZMmS/errbutsuccess.html) to PNG? (Note that a bad code word error is also shown among the multiple errors and warnings) While IM sets the status to non ...
- 2013-05-14T19:28:34-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
Re: TIFF conversion error - Bad code word
Oh, noted. Just hoping the someone here has some knowledge on TIFFs. Will post my question on their mailing list instead. Thanks.
- 2013-05-14T04:45:33-07:00
- Forum: Bugs
- Topic: TIFF error - Bad code word and setting wrong exit code
- Replies: 10
- Views: 9866
TIFF error - Bad code word and setting wrong exit code
Hello, I have several TIFFs that we need to convert to PNG and I'm using imagemagick as a commandline tool in the backend. The problem is that ImageMagick is experiencing an error during conversion with some of the tiffs (http://www.2shared.com/complete/vnb96t_9/error.html). convert.exe: Unknown ...