• I want to use WordPress with ImageMagick to serve resized images with the original sRGB tag and IPTC metadata.

    However, on a couple of my host servers this isn’t working because the Imagemagick modules are not run on the servers, but instead binaries are set up so they can be called with php exec.

    My initial thought is to write some PHP to grab the uploaded media item and make php exec(“convert…”) overwrite the media library thumbnails. What do people think? Any other suggestions?

  • The topic ‘ImageMagick binaries and php exec’ is closed to new replies.