Created
March 21, 2016 22:41
-
-
Save SammyVimes/671de171db6eaeac0c76 to your computer and use it in GitHub Desktop.
imagemagick to negate images
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
for %a in (*.png) do convert -negate %a %a_dark.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment