I am trying to reduce image width and height from 600*400 to 120*120 using following comment in imagemagick
convert 'old.png' -resize 120x120 -quality 100 'new.png'
After reducing size image looks too blur. Is there any way to do this using imagemagick?
dragonfly
? Or something else? Show code fragment where you exactly processing images. – cnnr