Skip to content

Instantly share code, notes, and snippets.

@unot
Created May 4, 2011 01:48
Show Gist options
  • Save unot/954609 to your computer and use it in GitHub Desktop.
Save unot/954609 to your computer and use it in GitHub Desktop.
画像を繋げる(ImageMagickコマンドサンプル)
# 複数の画像を1つの画像に結合します。垂直に繋げるには「-append」水平につなげるには「+append」を使います。
# http://gazouiriro.seesaa.net/article/98428010.html
convert -append file1.png file2.png file3.png ... out.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment