How to Call ImageMagick APIs for Image convertion in C++

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
smaruvada

How to Call ImageMagick APIs for Image convertion in C++

Post by smaruvada »

Hi,
I am very new to Image convertions as well as ImageMagic forum.
I have downloaded ImageMagick-i686-pc-linux-gnu.tar.gz
I want to know what are the APIs available and how to use them in my c++ application
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How to Call ImageMagick APIs for Image convertion in C++

Post by fmw42 »

I am not an API user, but see http://www.imagemagick.org/Magick++/
Post Reply