Justin's Words


  • Home

  • About

  • Archives
Justin's Words

ImageMagick 备忘录

Posted on 2014-12-19 | In Linux |

转换渐进式图片:

1
convert -interlace Plane -quality 90 source.jpg destination.jpg

画布调整:

1
convert -resize 50%x50% source.jpg destination.jpg

格式转换:

1
convert source.jpg destination.png

背景透明:

1
convert -resize 50% -background transparent source.png destination.png

→更多功能。

# ImageMagick
用 rsync 同步本地和服务器的文件
阻止搜索引擎对页面进行爬取的方法
Justin Young

Justin Young

You Deserve A Better Life

107 posts
15 categories
54 tags
RSS
Github Twitter
© 2014 - 2019 Justin Young
Powered by Hexo
Theme - NexT.Mist