Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Last active September 20, 2015 04:55
Show Gist options
  • Save rtanglao/a744cd54898d9c9cd070 to your computer and use it in GitHub Desktop.
Save rtanglao/a744cd54898d9c9cd070 to your computer and use it in GitHub Desktop.
convert projection-40170x75px-9199102600_4f9ba053e8_o.png -crop 75x75 TILES/75x75_%04d.png
cd TILES; ls -1 > 536pngs.txt # and then remove the first two lines
gm montage -verbose -adjoin -tile 38x14 +frame +shadow +label -adjoin -geometry '75x75+0+0<' @536pngs.txt 532pngsIn1.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment