Wordpress Imagick
Description
The ImageMagick extension, called Imagick when referring to the PHP extension, is a native PHP extension to create and modify images using the ImageMagick API. To install this extension, run the following commands as your server's root user. Read the original article here: Image Magick. Quick & easy to use: Install, activate, configure and start uploading new media images! To (re)compress existing media images use “Regenerate Thumbnails Plugin” or “WP CLI media regenerate” command. New in 1.3.13 – “Full size Compressed”. Original file will be compressed to ‘filename’- (Width)x (Height).’ext’. Original image remains unchanged. . This is a WordPress specific implementation of Imagick::thumbnailImage,. which resizes an image to given dimensions and removes any associated profiles.
Dramatically improve the quality of re-sized images by making WordPress use ImageMagick instead of standard GD image library.
Features
- Preserve embedded color profile in re-sized image
- Automatically recognize custom image sizes
- Allow regeneration of existing images (optionally for selected image sizes only)
- Configure image quality or use dynamically computed default value
- Optimize different image sizes for either quality or size
Lnguages: English, French, German, Swedish, Turkish
Requires either ImageMagick binary or Imagick PHP module.
Contribute
Wordpress Imagick
Code repo available on https://github.com/orangelabweb/imagemagick-engine/

Installation
- Install either ImageMagick or the Imagick PHP module (see FAQ for more information).
- Download and extract plugin files to a folder in your wp-content/plugin directory.
- Activate the plugin through the WordPress admin interface.
- Configure ImageMagick settings and enable it on plugin settings page.
- Regenerate existing images to take advantage of the new features.
If you have any questions or problems please make write in the support forum.
FAQ
What difference does it make?
ImageMagick can result in huge improvements in the quality of re-sized images.

Take a look at the supplied screenshot, or try it yourself.

Note that the new images tend to be slightly larger than those of the standard GD library, especially if you specify a very high image quality (95+).
How do I know if I have ImageMagick installed?
If you have the PHP module installed the plugin will find it. You can check yourself using the phpinfo() function. We also automatically check a common location for the ImageMagick executable.
If you have shell access to a Linux/UNIX server you can use “which convert” to look for the ImageMagick executable.
How do I install ImageMagick?
Inmotion Imagick
You’ll need full access to your server and a bit of technical know-how. If you do not have access you’ll have to ask the server administrator.
Don’t do it yourself unless you know what you are doing.
Most Linux distributions have a package for “ImageMagick”. Some have a package for “php5-imagick”. It is possible to install the PHP module using PEAR.
You can also find binary releases at http://www.imagemagick.org including a Windows installer.
I get a fatal error when activating plugin
Wordpress Module Imagick
Some webhosts (1and1 for example) need to add a work-around to the .htaccess file.
You might have to add the following line to your .htaccess file:
AddType x-mapp-php5 .php
You’ll probably have problems with various other plugins too unless you fix this.

Reviews
Wordpress Imagick Not Available
