I've ran into some weird behavior that I cannot seem to understand.
I am running a very simple resize command:
Code: Select all
magick.exe myimage.jpg -resize 160x110 test.jpg
Code: Select all
magick.exe: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/1746.
magick.exe: memory allocation failed `myimage.jpg' @ error/jpeg.c/ReadProfile/803.
magick.exe: Improper call to JPEG library in state 201 `myimage.jpg' @ error/jpeg.c/JPEGErrorHandler/333.
Any help would be much appreciated!
Thanks in advance.
/Magnus