Skip to content

Instantly share code, notes, and snippets.

@ayosec
Last active April 30, 2020 20:19
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 ayosec/b91811d8fec69bea81fda657483ab0ae to your computer and use it in GitHub Desktop.
Save ayosec/b91811d8fec69bea81fda657483ab0ae to your computer and use it in GitHub Desktop.
#!/bin/sh
convert \
-size 300x300 \
null: \
-tile png:<(convert -size 300x300 -colors 2 plasma:red-black png:-) \
-draw 'circle 150,150 300,150' \
circle.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment