Skip to content

Instantly share code, notes, and snippets.

@tgck
Created October 30, 2016 12:13
Show Gist options
  • Save tgck/dcf59b1ceceb0d38ae2ac6224e46fb7d to your computer and use it in GitHub Desktop.
Save tgck/dcf59b1ceceb0d38ae2ac6224e46fb7d to your computer and use it in GitHub Desktop.
imagemagick - コマンド
− test: 単色画像の生成
convert -size [width]x[height] xc:[bgcolor] [out]
convert -size 10x10 xc:red test_red.jpg
− test: グラデーション画像の生成
convert -size [width]x[height] gradient:[bgcolor1]-[bgcolor2] [out]
convert -size 10x10 gradient:red-green test_grad_01.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment