-
-
Save zeffii/16f2bf705a1e41be0972 to your computer and use it in GitHub Desktop.
This file contains 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