Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save fabriziogiordano/faa07708099efbe678e3 to your computer and use it in GitHub Desktop.

Select an option

Save fabriziogiordano/faa07708099efbe678e3 to your computer and use it in GitHub Desktop.
Medium Embed - Artboard + Phone Case - Gray scale
# 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