magick.exe fails on one machine, but works on another
Posted: 2019-01-30T05:28:31-07:00
Hi all,
I've ran into some weird behavior that I cannot seem to understand.
I am running a very simple resize command:
The command works perfectly well on my own machine, however fails when it goes onto another machine. This only happens for certain images. I cannot link the specific image, as it is under a copyright, but this is the error I get:
There is plenty of memory on the machine on which it fails (8gb and it is a 7mb file), so that is not the problem.
Any help would be much appreciated!
Thanks in advance.
/Magnus
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