source:
2013/24/AamosR/asteroid/ditch_alpha.sh
@
4075
Revision 4075, 110 bytes checked in by juiitamm, 8 years ago (diff) |
---|
Line | |
---|---|
1 | #!/bin/bash |
2 | #Gets rid of the alpha channel. |
3 | #Arguments: input file, output file. |
4 | |
5 | convert -alpha opaque $1 $2 |
Note: See TracBrowser
for help on using the repository browser.