Search found 3 matches
- 2013-10-31T01:10:23-07:00
- Forum: Bugs
- Topic: NotDecodeDelegateFOrthisImageFormat
- Replies: 1
- Views: 2918
NotDecodeDelegateFOrthisImageFormat
I got as the same error as in this thread http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9969#wrap, but they don't show exactly how to resolve it. I got this error during loading a PCX image, and other formats such as PNG, JPEG. My code is as following: try { m_pImage = new Magick ...
- 2013-10-30T20:25:55-07:00
- Forum: Developers
- Topic: NoDecodeDelegateForThisImageFormat
- Replies: 0
- Views: 4728
NoDecodeDelegateForThisImageFormat
I got as the same error as in this thread http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9969#wrap , but they don't show exactly how to resolve it. I got this error during loading a PCX image, and other formats such as PNG, JPEG. My code is as following: try { m_pImage = new Magick ...
- 2013-10-28T00:42:33-07:00
- Forum: Developers
- Topic: PNG loading error in ImageMagick library
- Replies: 1
- Views: 5556
PNG loading error in ImageMagick library
I'm trying to understand [the tutorial 16][1] at http://ogldev.atspace.co.uk, which requires the image processing library [ImageMagick][2]. But when I run the tutorial, I encountered an following error: Freeglut: failed to change screen settings Error loading textures 'test.png': no decode delegates ...