Skip to main content

Configuring Imagemagick with lcms2

Comments

4 comments

  • alanski
    SOLVED: I just downloaded ImageMagick 7 rpms via cmd line wget, installed with yum, and then reinstalled the PECL Imagemagick extension wrapper and restarted php-fpm. PDF to jpg with php now works with 99% color accuracy.
    0
  • Reado
    Just so you know the version of ImageMagick available via the standard repos is still an outdated version, or at least it was for me on CentOS 7 the last time I checked. However you can obtain the latest version via YUM by using the Remi Repository. The repository is usually updated within a few days after a new release of ImageMagick. More information available here: blog.remirepo.net/pages/Config-en
    0
  • cPanelMichael
    Hello, I've marked this thread as solved. Thanks!
    0
  • Nick Fenwick
    FYI I found alanski's description of the steps impossible to follow because of my inexperience with PECL modules, so went through the same learning curve to arrive at the same conclusion. Hopefully it will help others to find a more complete set of instructions: and click 'reinstall' for the imagick PECL. -- restart httpd with: # /scripts/restartsrv_apache_php_fpm # /scripts/restartsrv_httpd
    0

Please sign in to leave a comment.