Skip to content

Instantly share code, notes, and snippets.

@tgck
Created October 30, 2016 12:42
Show Gist options
  • Save tgck/07144e71ffcc2110c82868c32228b5d9 to your computer and use it in GitHub Desktop.
Save tgck/07144e71ffcc2110c82868c32228b5d9 to your computer and use it in GitHub Desktop.
− 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