Code‎ > ‎

makeshow

makeshow.py is a small Python script creates a photo gallery web page from a directory containing images, automatically resizing all the images, and creating the thumbnails. The script also creates a caption for each image.  The caption of an image named xyz.jpg is obtained by concatenating captions from the following sources:
  • If there is a file named xyz.txt in the same directory, then the content of xyz.txt is used as caption for xyz.jpg
  • makeshow.py looks in the EXIF information for xyz.jpg for a caption, and uses any text it finds as additional captioning text.
makeshow requires ImageMagick.
ċ
makeshow.py
(12k)
Luca de Alfaro,
Sep 23, 2008, 9:08 AM
Comments