找到个图片压缩的办法,imagemagick
Tofloor
poster avatar
sigejek
deepin
2014-07-24 20:01
Author
平时经常要对图片做压缩,以达到规定要求的文件大小。
之前在windows一直用 image optimizer。
今天在deepin用convert压缩一下,效果不错:
  1. convert -strip -quality 75% inputfile outputfile
Copy the Code

1.5MB 的图片随便就压到400k左右。
Reply Favorite View the author
All Replies
xliang9550
deepin
2014-07-25 07:10
#1
不太清楚具体原理,如果是降低采样率(分辨率)就没什么特别之处了。作为图片,可压缩性取决于编码的冗余度。

我在Linux下一般会采用GNU Octave的Image工具箱来处理。

如果不限自由/开源软件,XnViewMP系列的跨平台图片工具也很强大。
Reply View the author
sigejek
deepin
2014-07-25 20:58
#2
谢谢!
我之前不知道,刚发现源里就有xnview。
Reply View the author
sigejek
deepin
2014-07-25 21:27
#3
刚刚又发现一个,jpg和png图片优化(压缩)程序:
http://trimage.org/
Reply View the author
android
deepin
2014-07-26 04:25
#4
谢谢!
我之前不知道,刚发现源里就有xnview。
XnConvert 这个批量转换压缩不错
Reply View the author