Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2015 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/eaa4249e741a5e6991e9 to your computer and use it in GitHub Desktop.
Save anonymous/eaa4249e741a5e6991e9 to your computer and use it in GitHub Desktop.
test
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