Convert eps to png and resize too heavy
Posted: 2009-04-27T20:55:39-07:00
Hello everybody
Im using convert to transform some eps to png files and be able to present them in the browser.
Im generating 2 versions: one with some kind of actual size and the other one resized so that it fits in a 200x200 box:
convert image.eps +matte image.png
convert image.eps -resize 200x200 +matte image.png
But the odd thing is that the 200 pixel image is way heavier than the big one. So, I played with the density option but I couldn't see any change in the output weight.
So, I'm wondering if there are some recommended options to make the outputs as light as possible.
Also, if you could give me some recommended options to make then look as alike as the original as possible.
Thanks in advance.
Im using convert to transform some eps to png files and be able to present them in the browser.
Im generating 2 versions: one with some kind of actual size and the other one resized so that it fits in a 200x200 box:
convert image.eps +matte image.png
convert image.eps -resize 200x200 +matte image.png
But the odd thing is that the 200 pixel image is way heavier than the big one. So, I played with the density option but I couldn't see any change in the output weight.
So, I'm wondering if there are some recommended options to make the outputs as light as possible.
Also, if you could give me some recommended options to make then look as alike as the original as possible.
Thanks in advance.