Last active
September 20, 2015 04:55
-
-
Save rtanglao/a744cd54898d9c9cd070 to your computer and use it in GitHub Desktop.
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 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