Search found 3 matches
- 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: 12080
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 not working
- 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: 12080
- 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: 12080
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( Exception &error_ ) { cout ...