i wanna compress it ...
how can i do ...
command line...
Code: Select all
convert "png.png" -strip -units PixelsPerInch -density 96 -quality 60 "png2.png"
(99k)
Code: Select all
convert "png.png" -strip -units PixelsPerInch -density 96 -quality 60 "png2.png"
thanks...fmw42 wrote:if you are on Q16 IM, try adding -depth 8 to your command. IM is not good at optimizing PNG, but your PNG quality is not set right. See http://www.imagemagick.org/Usage/formats/#png_quality. Also IM is not really good at optimizing PNG so you should try one of the third party optimizers. see http://www.imagemagick.org/Usage/formats/#png_non-im