Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

PhotoPal

PhotoPal is a new PHP image gallery system by Noel Jackson inspired by the Photos section on Textism. The way it is implemented reminds me somewhat of the Blosxom philosophy—the album’s structures is defined by the directory structure, with simple text files adding additional descriptions, and metadata is extracted from the photos themselves using PHP’s exif_read_data() function.

This is PhotoPal by Simon Willison, posted on 4th April 2003.

View blog reactions

Next: The blogging MP

Previous: Bjørn Borud blogs

2 comments

  1. Actually, the exif_read_data() function didn't work too well for me, since it's not compiled on many PHP installations. Instead I used Exifer... http://www.offsky.com/software/exif/index.php Or a hacked version rather. Cheers.

    noel - 5th April 2003 04:22 - #

  2. The noeljackson.com photopal page gives a 404. Perhaps this is the same as photostack, here: http://photostack.org/ ?

    Hetta - 22nd September 2003 10:27 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2003/04/04/photoPal

A django site