Page 1 of 1

convert pdf to jpg using profile parameter

Posted: 2009-07-03T12:15:18-07:00
by pinktriangle
Hey guys

i am new to the imagemagick

now i installed the latest version on my machine and try convert pdf file to jpg file using this command

convert c:\test.pdf -profile "c:\USWebcoatedSWOP.icc" -profile "c:\photoshop5DefaultCMYK.icc" c:\test.jpg

and got this error message

convert: unable to get registry ID 'cache:photoshop5DefaultCMYK.icc' @registry.c/getimageregistery/224

if i don't include profile this command works fine.

so dose anyone can help me find the problem. Thanks a lot

Phil

Re: convert pdf to jpg using profile parameter

Posted: 2009-07-03T13:54:30-07:00
by magick
The exception you got is a warning and can be safely ignored. However, we will add a patch so this exception is not thrown in the next point release of ImageMagick. Thanks.

Re: convert pdf to jpg using profile parameter

Posted: 2009-07-03T14:20:58-07:00
by pinktriangle
ok, i see. Thanks a lot