Failure to resize image in ImageMagick
Hi, guys!
I'm trying to resize an image in ImageMagick (IM) but I keep getting an Error Code 141. This is very confusing because according to IM's documentation, error codes only range from 300-800.
Is there anyone here who has information on Error Code 141 to help me solve this issue?Â
To better understand my problem, here are more details:
ImageMagick was installed on an Amazon S3 via YUM installation software. It is being invoked by my Scala code through the im4Java library, which claims the error codes are returned as-is from IM.
The problematic images are also being cropped. I have tried (1) cropping and resizing in one command, and (2) cropping then resizing. I was able to crop the images but not resize.
Please help me with this. Thanks in advance.Â
Â