Imagick Resizer

Imagick Resizer (0.3.0) ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.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.

scale :: height

$options 
{
  ["quality"]    int(90)
  ["sharpening"] string(4) "soft"
  ["cropping"]   bool(false)
  ["useCMS"]     bool(false)
  ["keepICC"]    bool(false)
  ["keepXMP"]    bool(false)
  ["keepEXIF"]   bool(false)
}

same size

scale_landscape.0x195s1q90nu-hsame.jpg

height from 195 to 195 = result: 195

scale_portrait.0x260s1q90nu-hsame.jpg

height from 260 to 260 = result: 260

 

downscale

scale_landscape.0x97s1q90nu-hdown.jpg

height from 195 to 97 = result: 97

scale_portrait.0x130s1q90nu-hdown.jpg

height from 260 to 130 = result: 130

 

upscale true

scale_landscape.0x205s1q90-hup1.jpg

height from 195 to 205 = result: 205

scale_portrait.0x270s1q90-hup1.jpg

height from 260 to 270 = result: 270

 

upscale false

scale_landscape.0x205s1q90nu-hup0.jpg

height from 195 to 205 = result: 195

scale_portrait.0x270s1q90nu-hup0.jpg

height from 260 to 270 = result: 260

 
 
Last run was on 28.05.2014 - 22:39, test execution time: 0.0480850000
 

view this test result from Image Sizer