Linux - Linking,building and shippiing my appliation with IM
Posted: 2009-03-07T01:27:05-07:00
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.
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.