Created
June 1, 2017 00:18
-
-
Save peagha/a0f3b47cdfd544091d117367be630b84 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
for f in *.png; do mv -n "$f" "$(TZ=UTC+6 date -r "$f" +"%Y%m%d_%H%M").png"; done | |
montage -label %f *.png -tile 5x1 -geometry +0+0 -pointsize 50 out.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment