Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Imagemagick scale and image quality

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 ?

like image 241
John Papastergiou Avatar asked Dec 04 '22 03:12

John Papastergiou


1 Answers

-scale is quick but I belive -resize or -thumbnail is better and you can use any filters you like.

like image 72
Bonzo Avatar answered Jan 02 '23 13:01

Bonzo