ImageMagick-6.7.7-1 Beta -- Error
Posted: 2012-05-21T17:38:07-07:00
Hello,
I upgraded to ImageMagick-6.7.7-1 Beta to take advantage of the patches. Unfortunately this version is throwing an error on the simplest of statements:
Same with convert:
These are all Photoshop created CMYK images with standard (given by Photoshop) CMYK profiles. Everything was working beautifully until I upgraded to the beta.
EDIT:
With -debug it says this instead:
I upgraded to ImageMagick-6.7.7-1 Beta to take advantage of the patches. Unfortunately this version is throwing an error on the simplest of statements:
Code: Select all
composite -limit thread 1 -compose Over -geometry +150+300 cover/master_spine2_cmyk.jpg cover/template-cover.tif temp/cover.mpc
Code: Select all
composite: no pixels defined in cache `cover/master_spine2_cmyk.jpg' @ error/cache.c/OpenPixelCache/3992.
Code: Select all
convert -limit thread 1 cover/bottomfix.jpg -crop 328x238+0+0 -page +0+0 -write temp/working.mpc -format "%wx%h" info:-
Code: Select all
convert: no pixels defined in cache `cover/bottomfix.jpg' @ error/cache.c/OpenPixelCache/3992.
EDIT:
With -debug it says this instead:
Code: Select all
composite: unrecognized event type `-compose' @ error/composite.c/CompositeImageCommand/771.