Created
June 3, 2019 14:31
-
-
Save elmundio87/20df2be9fcc05b36dca11f3b2dc0ba53 to your computer and use it in GitHub Desktop.
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
find *.png -exec magick "{}" -alpha discrete -channel rgb -evaluate add 100% +channel "{}" \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This requires imagemagick to be installed and available on the PATH