grunt-responsive-images icon indicating copy to clipboard operation
grunt-responsive-images copied to clipboard

Images are scaled up when using with imagemagick 6 (Ubuntu 14.04)

Open JostBaron opened this issue 10 years ago • 16 comments

When I have defined this size

{
    name:   '1000',
    width:  3000,
    suffix: '-3x',
    upscale:false
}

an 800x600 image is upscaled to 3000x2250. My other options are:

options: {
    engine: 'im',
     quality: 70
}

JostBaron avatar May 04 '14 16:05 JostBaron