ImageMagick in DevC++

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?".
Post Reply
lucky

ImageMagick in DevC++

Post by lucky »

Hi
I am trying to use ImageMagick in Dev c++ but since Dev use
libraryname.a lib files instead of libraryname.lib I am finding it hard
to use ImageMagik with this particular project.I tried replacing .lib with .a
of the file name but i didnt work. Since This project is already too big, its not
possible to port it.
Any Help would be appreciated.
Post Reply