码迷,mamicode.com
首页 > 其他好文 > 详细

png压缩

时间:2014-09-19 15:21:55      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   for   文件   

1 pngquant [options] [ncolors] [pngfile [pngfile ...]]
2 
3 options:
4   --force           overwrite existing output files (synonym: -f)
5   --nofs            disable Floyd-Steinberg dithering
6   --ext new.png     set custom suffix/extension for output filename
7   --speed N         speed/quality trade-off. 1=slow, 3=default, 11=fast & rough
8   --quality min-max dont save below min, use less colors below max (0-100)
9   --verbose         print status messages (synonym: -v)

软件名称: pngquant, 网址: http://pngquant.com/, 用法: 如上.

--force 强制覆盖输出文件

--nofs 禁用 Floyd-Steinberg dithering

--ext 设置新的扩展名

--speed N 算法加速

--quanlity min-max 压缩比

--verbose 状态信息

 

一般压缩用法: 32位png降低为8位png就能达到很好的压缩效果. 压缩比大概80%左右. 

pngquant --force --ext .8.png --speed 1 --quality 10-60 --verbose a.png

生成 a.8.png 图片质量 67

moving colormap towards local minimum
eliminated opaque tRNS-chunk entries...0 entries transparent
mapped image to new colors...MSE=10.469 (Q=67)

png压缩

标签:style   blog   http   color   io   os   ar   for   文件   

原文地址:http://www.cnblogs.com/codesay/p/3981352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!