convert pdf to jpg using profile parameter

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
pinktriangle

convert pdf to jpg using profile parameter

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert pdf to jpg using profile parameter

Post 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.
pinktriangle

Re: convert pdf to jpg using profile parameter

Post by pinktriangle »

ok, i see. Thanks a lot
Post Reply