ImageMagick with liblqr

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?".
sdbhabal
Posts: 10
Joined: 2018-06-04T03:52:44-07:00
Authentication code: 1152

Re: ImageMagick with liblqr

Post by sdbhabal »

I did as per your suggestion :

# ./configure --with-lqr
# make
# make install


But still no luck.

[root@localhost ImageMagick-master]# convert -list configure | grep -i "delegates"
DELEGATES bzlib mpeg fftw fontconfig freetype jng jpeg lzma pango png ps tiff wmf x xml zlib
[root@localhost ImageMagick-master]#


Please suggect.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ImageMagick with liblqr

Post by fmw42 »

Did you install lqr in the same path as ImageMagick before installing ImageMagick? Liblqr requires dependencies glib2 pkgconfig. Did you install those first? Check your config.log when you installed liblqr to be sure there were no errors.
sdbhabal
Posts: 10
Joined: 2018-06-04T03:52:44-07:00
Authentication code: 1152

Re: ImageMagick with liblqr

Post by sdbhabal »

I haven't installed liblqr.
Could you please help me with the steps to install it on Centos 7.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ImageMagick with liblqr

Post by fmw42 »

Sorry, I am not a Linux user. So I really do not know the details. Download liblqr and read the Install or Readme files about installing it.

You can also Google for it. But I do not see any notes about installing for CentOS at http://liblqr.wikidot.com/en:download-page.
Post Reply