0

I have an icon image that i need to resize it to be little bit smaller, however, am using the imageMagick on ubuntu, i have tried many options just like:

convert inupt.gif -resize 30x29 -density 72 -quality 75 output.gif

The problem that each time i create a resized image, it lost some of the original image resolution/quality.

So my question is to resize the image without losing the original image quality and resolution.

Original Image : enter image description here

Output Image : enter image description here

Salah
  • 8,567
  • 3
  • 26
  • 43
  • How big is the original image? Why are you surprised that the quality reduces when you specify that you only want 75% quality? – Mark Setchell Jun 04 '15 at 09:46
  • @MarkSetchell this is just an example, i tried `100%`, it generated the same less quality image, and the original size is `32x31`. – Salah Jun 04 '15 at 10:18
  • Have you got a much larger original that you could start from instead of one that is only a tiny bit bigger? It might help if you posted the image too... – Mark Setchell Jun 04 '15 at 10:25
  • Please check the image's above. – Salah Jun 04 '15 at 10:32

0 Answers0