Closed happypeter closed 10 years ago
剪裁出部分图片:用 gimp, PS, imagemagick
convert xx.png xx.ico
压缩数据量
sudo apt-get install trimage trimage 运行速度很慢,而且一张 2M 的图只是压缩到 1.8M,才压缩了 10% 试了一下 gimp-> save as jpg 可以压缩 90% 以上而且清晰度不减。
convert -strip -interlace Plane -gaussian-blur 0.05 -quality 25% apple.png result.jpg http://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick
convert peter.jpeg -resize '70x70^' -gravity center -crop '70x70+0+0' source.png
,但是没有预览效果的话,调参数要调半天才能找到自己想要的区域。http://haoqicat.com/edit-avatar 用 jcrop 做预览http://railscasts.com/episodes/374-image-manipulation
see more about cli imagemagick, and check how to use this in your ruby code
https://github.com/happypeter/onestep/issues/41#issuecomment-11746768
done
图片 size 调整,用 Gimp 图片无损压缩:sudo apt-get install trimage