Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 684 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 684 Bytes

Miscellaneous web development tools

img2yml.py

Python script that reads a directory of image files and outputs filenames and image dimensions in a YML format. Useful for generating image galleries for Jekyll sites.

files2img.py

Python script that reads a directory of files and outputs HTML image elements for the individual files.

files2links.py

Python script that reads a directory of files and outputs HTML link elements pointing to the individual files.

thumbnails.sh

Bash script that uses ImageMagick to generate square thumbnails from a directory of images.

swf2png.sh

Bash script that uses SWFTools to convert a directory of swf files to png images.