Magick++ and Eclipse

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
Archeleus

Magick++ and Eclipse

Post by Archeleus »

I posted a thread some time ago and noone replied, so imma ask again, this time, differently.

To anyone who is using eclipse, how do you set up Magick++ in eclipse?
Please mention linker options, library paths and anything that is important.
Archeleus

Re: Magick++ and Eclipse

Post by Archeleus »

Done thanks.

For anyone else who may be looking for this information :

Linker flags :

Code: Select all

-I/usr/local/include/ImageMagick -g -O2 -pthread -L/usr/local/lib -L/usr/local/lib -lMagick++ -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lwmf -lwmflite -lXext -lXt -lSM -lICE -lX11 -lbz2 -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread -lxml2 -lz -lm -lgomp -lpthread -lltdl
Library must be added under C++ Compiler > includes.

Cheers.
Post Reply