Created
          February 20, 2014 15:34 
        
      - 
      
- 
        Save pavelbinar/9116427 to your computer and use it in GitHub Desktop. 
    Generate gradient via ImageMagick at Mac os X command line
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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