Skip to content

Instantly share code, notes, and snippets.

@YuukiToriyama
Created April 13, 2019 10:33
Show Gist options
  • Save YuukiToriyama/9567a9bf2e5ddf12a2cc0970f984e94d to your computer and use it in GitHub Desktop.
Save YuukiToriyama/9567a9bf2e5ddf12a2cc0970f984e94d to your computer and use it in GitHub Desktop.
imagemagickの画像を扇状に変形させるオプションを使って幾何学模様を作る
# pattern:でhs_diagcrossを指定すると網目模様を出すことができ、それを利用しています。
convert -size 1000x1000 pattern:hs_diagcross -virtual-pixel Tile -distort Arc 360
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment