convert pdf to jpg using profile parameter
Posted: 2009-07-03T12:15:18-07:00
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
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