convert finds JPG delegate, Magick++ app does not
Posted: 2011-07-21T19:58:24-07:00
Hi,
Using the pre-built Windows distribution 6.7.1-0-Q16 I can do the usual
convert logo: logo.jpg
imdisplay logo.jpg
or any of the other file types I commonly use ( PNM, for example )
However I get exception in my Magick++ based VC2005 apps ( which worked fine under prior versions ) indicating delegate not found.
So I don't know what the thing wants... obviously the delegate libraries are there. convert -list format shows the whole kitchen sink.
The exception thrown is:
Magick: no decode delegate or this image format
`C:/DOCUME~1/ADMIN~1/LOCALS~1/Temp/magick-3ob5nYe' @ error/constitute.c/ReadImage/532
The temp file referenced does not exist, and the file I am actually opening is on a different drive.
-- Bob
Using the pre-built Windows distribution 6.7.1-0-Q16 I can do the usual
convert logo: logo.jpg
imdisplay logo.jpg
or any of the other file types I commonly use ( PNM, for example )
However I get exception in my Magick++ based VC2005 apps ( which worked fine under prior versions ) indicating delegate not found.
So I don't know what the thing wants... obviously the delegate libraries are there. convert -list format shows the whole kitchen sink.
The exception thrown is:
Magick: no decode delegate or this image format
`C:/DOCUME~1/ADMIN~1/LOCALS~1/Temp/magick-3ob5nYe' @ error/constitute.c/ReadImage/532
The temp file referenced does not exist, and the file I am actually opening is on a different drive.
-- Bob