Skip to content

Imagemagick scale and image quality

An answer to this question on Stack Overflow.

Question

I'm scaling an image down to 50% of its ratio with the convert command and -scale parameter. The generated image quality is pretty bad. Is there any extra option i can use to get a better result ?

Answer

Using -sharpen 0x1.2 with -resize x% with -quality 95 produces good results for me.