Image Sizer

Image Sizer (2.5.3)

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-ishsame.jpg

height from 195 to 195 = result: 195

scale_portrait.0x260s1q90nu-ishsame.jpg

height from 260 to 260 = result: 260

 

downscale

scale_landscape.0x97s1q90nu-ishdown.jpg

height from 195 to 97 = result: 97

scale_portrait.0x130s1q90nu-ishdown.jpg

height from 260 to 130 = result: 130

 

upscale true

scale_landscape.0x205s1q90-ishup1.jpg

height from 195 to 205 = result: 205

scale_portrait.0x270s1q90-ishup1.jpg

height from 260 to 270 = result: 270

 

upscale false

scale_landscape.0x205s1q90nu-ishup0.jpg

height from 195 to 205 = result: 195

scale_portrait.0x270s1q90nu-ishup0.jpg

height from 260 to 270 = result: 260

 
 
Last run was on 28.05.2014 - 22:38, test execution time: 0.2786440000
 

view this test result from Imagick Resizer