Search found 3 matches

by andanthor
2011-10-19T07:21:19-07:00
Forum: Users
Topic: Resize command returns error code 141
Replies: 6
Views: 11679

Re: Resize command returns error code 141

Hi all, thank you for responding. It seems the problem is somewhere in the im4java wrapper, specifically when capturing the output of the JNI call to ImageMagick. The only solution that worked was saving the result in a temporary file and then loading it into a BufferedImage , instead of using ...
by andanthor
2011-10-13T08:01:41-07:00
Forum: Users
Topic: Resize command returns error code 141
Replies: 6
Views: 11679

Re: Resize command returns error code 141

Hi, thanks for replying. I'm using ImageMagick 6.5.4-7 on an Amazon S3 instance running Linux. ImageMagick was installed using YUM. >convert -version Version: ImageMagick 6.5.4-7 2011-01-17 Q16 OpenMP http://www.imagemagick.org I have tried different options according to the documentation, but in ...
by andanthor
2011-10-12T12:29:10-07:00
Forum: Users
Topic: Resize command returns error code 141
Replies: 6
Views: 11679

Resize command returns error code 141

I am getting an error code 141 while attempting to resize certain images, which is very confusing since according to IMs documentation ( http://www.imagemagick.org/script/exception.php ) error codes range from 300 to 800. Does anyone have any information on Error Code 141 that can help me solve this ...