Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi all, this is my first post in this forum, and i am a newbe of image magick.
I'm using magick++ in order to get image data from a buffer in memory, but i get an exception "Unrecognized pixel map".
Fllow my code:
We have proven your code works which means the problem is not within ImageMagick but a problem with your compiler, linker, or project settings. If you are working under Windows, transfer your code to the Button project located in c:\Program Files\ImageMagick-6.5.5-4\Magick++_Demos. It has the proper settings to ensure your code will compile and run properly.