Skip to content

Instantly share code, notes, and snippets.

@mirekfranc
Created April 21, 2019 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirekfranc/6d1462150855200b39b67b8f963a96f4 to your computer and use it in GitHub Desktop.
Save mirekfranc/6d1462150855200b39b67b8f963a96f4 to your computer and use it in GitHub Desktop.
for i in *.jpg; do convert $i \( mask.png -channel a -separate +channel \) -compose copy_opacity -composite ${i%jpg}png;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment