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
convert pdf to jpg using profile parameter
Re: convert pdf to jpg using profile parameter
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.