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.