6

一些 ImageMagick 命令

 4 years ago
source link: https://yihui.org/cn/2018/04/imagemagick/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

一些 ImageMagick 命令

谢益辉 / 2018-04-23


偶尔需要简单处理一下图片,无奈 ImageMagick 功能繁多,实在记不住命令行,每次都得搜一遍。索性开个帖子积累一下笔记:

  • 按特定百分比缩放图片:

    convert -resize 25% INPUT OUTPUT
    
  • 加黑框

    convert INPUT -shave 1x1 -bordercolor black -border 1 OUTPUT
    
  • 白色转为透明色

    convert INPUT -fuzz 20% -transparent white OUTPUT.png
    
  • 横向合并多幅图片

    # 合并五幅图 0.png, 1.png, ..., 4.png
    montage [0-5].png -tile 5x1 -geometry +0+0 out.png
    
追风的女儿 论临时变量名 tmp 与代码的语感
Disqus Utterances Preferences

© Yihui Xie 2005 - 2020

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK