Last active
March 11, 2016 19:18
-
-
Save rtanglao/8988d2602238661b3138 to your computer and use it in GitHub Desktop.
2004-2012 barcode in 1 HDish graphic
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
1. 2004-2012 flickr 75x75, arrranged chronologically, | |
take 1x75x slice i.e. https://www.flickr.com/photos/roland/9196187411 call this original.png | |
2. arrange in as close to an HD size frame as possible 1875x1575 | |
2a) convert original -crop 75x75 TILES/75x75_%04d.png | |
2b) cd TILES; ls -1 *.png >536pngs.txt | |
2c) gm montage -verbose -adjoin -tile 25x21 +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