ericovk
Verified User
Hi,
I am trying to upgrade Imagemagick after updating to CB2.0 and php 5.6. I am having problems with configuring Imagemagick. Got it installed, but not with the delegates I want. I need to convert PDF and PNG files.
I followed this howto: http://forum.directadmin.com/showthread.php?t=44449
When configuring Imagemagick with
Note: " PNG --with-png=yes no"
How to force Imagemagick to install with PNG?
I am trying to upgrade Imagemagick after updating to CB2.0 and php 5.6. I am having problems with configuring Imagemagick. Got it installed, but not with the delegates I want. I need to convert PDF and PNG files.
I followed this howto: http://forum.directadmin.com/showthread.php?t=44449
When configuring Imagemagick with
Code:
./configure --with-perl=/usr/bin/perl
Code:
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type: x86_64-unknown-linux-gnu
Build system type: x86_64-unknown-linux-gnu
Option Value
------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=yes yes
GNU ld --with-gnu-ld=yes yes
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=no no
Install documentation: yes
Delegate Library Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes no
DPS --with-dps=yes no
FFTW --with-fftw=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes yes
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
LCMS --with-lcms=yes no
LQR --with-lqr=yes no
LTDL --with-ltdl=yes yes
LZMA --with-lzma=yes no
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
OpenJP2 --with-openjp2=yes no
PANGO --with-pango=yes no
PERL --with-perl=/usr/bin/perl /usr/bin/perl
PNG --with-png=yes no
RAQM --with-raqm=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes yes
WEBP --with-webp=yes no
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes no
ZLIB --with-zlib=yes yes
Note: " PNG --with-png=yes no"
How to force Imagemagick to install with PNG?