Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Created February 20, 2014 15:34
Show Gist options
  • Save pavelbinar/9116427 to your computer and use it in GitHub Desktop.
Save pavelbinar/9116427 to your computer and use it in GitHub Desktop.
Generate gradient via ImageMagick at Mac os X command line
# Color to color
convert -size 2000x100 gradient:#4b4-#bfb ./gradient.gif
# Color to transparent
convert -size 500x500 gradient:none-firebrick gradient_transparent.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment