Skip to content

Instantly share code, notes, and snippets.

@ismaGNU
Created July 28, 2014 16:38
Show Gist options
  • Save ismaGNU/1f20d2b657648ca77c76 to your computer and use it in GitHub Desktop.
Save ismaGNU/1f20d2b657648ca77c76 to your computer and use it in GitHub Desktop.
Draw an image with hex color through command line
convert -size 100x100 xc:#990000 whatever.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment