Code: Select all
convert *.png -channel alpha -negate -separate *.png
I need a solution for this.
Windows, so all solutions must work on it.
I have already tried all of these too:
http://www.imagemagick.org/Usage/channels/#extract
Code: Select all
convert *.png -channel alpha -negate -separate *.png
Code: Select all
mogrify -format png -path pathnamehere -channel alpha -negate -separate *.png