Search found 4 matches

by jvisu
2011-04-01T02:57:26-07:00
Forum: Magick++
Topic: Compiling Imagemagick with different image libraries
Replies: 2
Views: 14023

Re: Compiling Imagemagick with different image libraries

Hi

Thanks for the response. Setting the CFLAGS and LDFALGS with the local path worked for me.

Regards
J.Visu
by jvisu
2011-03-30T00:17:53-07:00
Forum: Magick++
Topic: Compiling Imagemagick with different image libraries
Replies: 2
Views: 14023

Compiling Imagemagick with different image libraries

Hi, I'm trying to compile Imagemagick from source in my Linux machine by using different image libraries. That is my machine has different version of libraries. For example, I have my libtiff library in default path (/usr/lib/libtiff.so.3.9.2) and other version of libtiff library in my local path (/...
by jvisu
2011-03-11T23:50:19-07:00
Forum: Magick++
Topic: Issue with creating shared library
Replies: 2
Views: 12759

Re: Issue with creating shared library

Hi,

Thanks for the quick reply and Sorry from my side for the delayed response.

Its working with the new library.

Regards
JVisu
by jvisu
2011-02-17T10:35:30-07:00
Forum: Magick++
Topic: Issue with creating shared library
Replies: 2
Views: 12759

Issue with creating shared library

Hi I'm new to this form. I created a shared library (libimconvert.so) using ImageMagick-6.3.0 to convert a image file in RHEL5 linux. g++ -g -shared -o libimconvert.so imgconvert.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs` The libimconvert.so library is loading fine and the conversi...