Search found 10 matches

by sdbhabal
2018-06-06T22:15:53-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

I haven't installed liblqr.
Could you please help me with the steps to install it on Centos 7.
by sdbhabal
2018-06-06T21:47:29-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

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 ...
by sdbhabal
2018-06-06T02:24:54-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

Below is the log related to lqr in config.log file:

[root@localhost ImageMagick-master]# grep -i 'lqr' config.log
$ ./configure --with-lqr=yes
configure:32038: checking for LQR
configure:32045: $PKG_CONFIG --exists --print-errors "lqr-1 >= 0.1.0"
Package lqr-1 was not found in the pkg-config ...
by sdbhabal
2018-06-06T00:15:56-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

As per your suggestion, I have compiled ImageMagick from source using below command.

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

But still liblqr is missing.

[root@localhost ImageMagick-master]# convert -list configure | grep -i "delegates"
DELEGATES bzlib mpeg fftw fontconfig freetype ...
by sdbhabal
2018-06-04T21:18:32-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

You mean, I need to compile ImageMagick from source.
Installing ImageMagick using yum repo does not contain liblqr support right?
by sdbhabal
2018-06-04T08:10:09-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

I have installed ImageMagick using RPM.
by sdbhabal
2018-06-04T07:56:19-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

So I have removed V6.7.8 & installed V7.0.7-38 now.

Still the output of below command does not include liblqr :

[root@localhost ~]# convert -list configure | grep -i "delegates"
DELEGATES bzlib djvu mpeg fftw fpx fontconfig freetype gslib jbig jng jpeg lcms lzma openexr openjp2 pango png ps rsvg ...
by sdbhabal
2018-06-04T07:42:25-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

It looks like by default yum repository installs V6.7.8
BTW what is the latest version?
by sdbhabal
2018-06-04T06:00:15-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

Re: ImageMagick with liblqr

[root@localhost ~]# rpm -qa | grep -i image
ImageMagick-6.7.8.9-15.el7_2.x86_64
ImageMagick-devel-6.7.8.9-15.el7_2.x86_64
[root@localhost ~]#
by sdbhabal
2018-06-04T04:12:24-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 22448

ImageMagick with liblqr

Hellow Experts,

I wanted to install ImageMagick with liblqr on Centos 7 .

I have followed below URL to install ImageMagick .
http://www.tecmint.com/install-imagemagick-in-linux/

When I execute below command the output is like:
[root@localhost ~]# convert -list configure | grep -i "delegates ...