Linux - Linking,building and shippiing my appliation with IM

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
appPrgmr

Linux - Linking,building and shippiing my appliation with IM

Post by appPrgmr »

Hi,

I want to link my C++ application in Linux with MagicCore API libraru.

1)Can anybody suggest the steps to change makefile (what all libraries i need to link
with /required .so files for my existing application)


Please note - I need only following functionality of ImageMagick:
Conversion from gif to png format using ImagetoBlob abd BlobtoImage apIs
So i would like to link/dependency on only on required libraries


2) Also, it is necessary to install Imagemagick on the system
where my application will get installed.Or is just some libraries i need to ship along with my application


any help on this will be highly appreciated

Thanks in advance.
Post Reply