Search found 3 matches

by swapnilkhare
2017-02-17T06:15:19-07:00
Forum: Developers
Topic: Image is unable to load any file, exception no decode delegate for this image format
Replies: 5
Views: 11659

Re: Image is unable to load any file, exception no decode delegate for this image format

Okay. You have two sets of quotes in "'test.pdf'". Why? Is the filename really 'test.pdf' including the quotes? Seems like a bad idea. If that doesn't help, I have other thoughts. Sorry I was trying out combination and copied by mistake, I tried with "test.pdf" first, but it was...
by swapnilkhare
2017-02-16T04:04:43-07:00
Forum: Developers
Topic: Image is unable to load any file, exception no decode delegate for this image format
Replies: 5
Views: 11659

Re: Image is unable to load any file, exception no decode delegate for this image format

snibgo wrote: 2017-02-16T03:21:45-07:00 You may need to install the built program, which just means moving sampleIM.exe to the directory that contains magick.exe etc.
Thanks a lot for suggestion, I tried now but same exception
by swapnilkhare
2017-02-16T03:09:09-07:00
Forum: Developers
Topic: Image is unable to load any file, exception no decode delegate for this image format
Replies: 5
Views: 11659

Image is unable to load any file, exception no decode delegate for this image format

Hello I have just started with IM++ and I am stuck with my first program. Here is what I got from sample code - int _tmain(int argc, _TCHAR* argv[]) { InitializeMagick(""); Image image; try { image.read("'test.pdf'"); image.write( "testImageMagick.jpg" ); } catch( Excep...