Imagick Resizer

Imagick Resizer (0.3.0) ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org

Imagick Resizer is a module that hooks into core ImageSizer and do the Imagemanipulations using Image Magick via PHP-extension Imagick. It simply needs to be installed into the site/modules/ section.

cms :: cms-with-icc_short

Images-Set of type JPEG, PNG, GIF, with:

  • different Colorspaces (Adobe-RGB, ECI-RGB, sRGB, CMYK, Grayscale)
  • with and without ICC-Profile
  • different Colordepth
$options 
{
  ["quality"]   int(95)
  ["upscaling"] bool(false)
  ["cropping"]  bool(false)
  ["useCMS"]    bool(true)
  ["keepICC"]   bool(false)
  ["keepXMP"]   bool(false)
  ["keepEXIF"]  bool(false)
}

srgb 8bit jpg
colortarget_srgb_8bit.220x0s0q95nu-icc.jpg

srgb 8bit noicc jpg
colortarget_srgb_8bit_noicc.220x0s0q95nu-icc.jpg

cmyk 8bit jpg
colortarget_cmyk_8bit.220x0s0q95nu-icc.jpg

cmyk 8bit noicc jpg
colortarget_cmyk_8bit_noicc.220x0s0q95nu-icc.jpg

gray gamma2-2 16bit png
colortarget_gray_gamma2-2_16bit.220x0s0q95nu-icc.png

grayscale dotgain10 8bit png
colortarget_grayscale_dotgain10_8bit.220x0s0q95nu-icc.png

 
Last run was on 11.05.2014 - 19:12, test execution time: 1.4128340000
 

view this test result from Image Sizer