Created
February 1, 2016 17:31
-
-
Save fabriziogiordano/faa07708099efbe678e3 to your computer and use it in GitHub Desktop.
Medium Embed - Artboard + Phone Case - Gray scale
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
| # Imagemagick has some nice filters for gray scale | |
| convert \ | |
| "$folder_artboards/$base_name" \ | |
| -grayscale rec601luma \ | |
| "$folder_grayscale/$base_name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment