Created
May 19, 2015 14:06
-
-
Save anonymous/27707b081c7720741ca0 to your computer and use it in GitHub Desktop.
test
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
convert RENDERED_icons.png local01.miff | |
convert local01.miff -crop 32x32+0+0 VTX.png | |
convert local01.miff -crop 32x32+32+0 V2X.png | |
convert local01.miff -crop 32x32+64+0 XALL.png | |
convert local01.miff -crop 32x32+96+0 BIX.png | |
convert local01.miff -crop 32x32+128+0 PERP.png | |
convert local01.miff -crop 32x32+160+0 CCEN.png | |
convert local01.miff -crop 32x32+192+0 EXM.png | |
rm local01.miff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment