Skip to content

Instantly share code, notes, and snippets.

@ikekou
Created July 13, 2013 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikekou/5990479 to your computer and use it in GitHub Desktop.
Save ikekou/5990479 to your computer and use it in GitHub Desktop.
[ImageMagick] ImageMagickのmontageで、時計回りに90度回転させた画像を縦最大300pxでリサイズして横方向に並べて1枚の画像にする
montage -rotate 90 -resize x300 -geometry +0+0 -tile x1 in0.png in1.png out.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment