Initial commit
[svg-meme] / gen-sizes.sh
1 #!/bin/sh
2 # Generate a `meme-sizes.lst` file containing width, height and filename for
3 # every .jpg file in the current directory.
4 #
5 # This file is read by the SVG meme generator to gather information
6 # about known meme bases.
7
8 identify -format "%w %h %f\n" *.jpg > meme-sizes.lst