Post Archive
› May 1, 2003
PhotoPal
Noel Jackson has put together one great php based web photo album generator. PhotoPal according to his site:
What is PhotoPal in one sentence? PhotoPal is an image organization system featuring Textism-style picture layout, automatic thumbnail creation, RSS feeds, picture level EXIF date extraction, and picture level descriptions, all without the need for an SQL like database.
The key to PhotoPal's success in my opinion is the ease of setup and use. No database saves a step, no need to make thumbnails (they are created on first load automatically) saves a lot of steps. I can't imagine a faster or easier way to grab your favorite photos off a digital camera and have them on a website as well considered as Dean's gallery design. Additionally, tweaking of the design looks to be quite feasible if you don't mind sorting through a bit of fancy php scripting for whatever HTML tags or CSS you seek.
I decided to try it out here, using photos from a year ago when I went to NYC. In doing so I did discover one tiny drawback to all the automation - the gallery is dated for today, when I posted them, rather than an easily customizable date. Don't get me wrong, this was remarkably easy and fool proof for a Beta (0.9.6 at time of writing this). I'll be going back to NYC later this month, so more photos will be posted soon.
Noel D. Jackson Posted…
Hey Nate, I've been working on PhotoPal *quite*a*bit* lately. It is a helluva lot faster and sports a few extra features. Included in 0.9.6 is one thing you *possibly* forgot about when you stated the one drawback you had: EXIF date extraction. This means that if EXIF data is present in a photo it will be dated as such, otherwise it will show the file modified time. The bad thing is that PhotoShop seems to strip the EXIF data sometimes (I think when you export to 'web safe'). Your graphic editor is probably to blame. I'm using Graphic Converter after exporting full size images from iPhoto and making sure it saves the EXIF data. I'm thinking of writing an iPhoto plugin and web-based FTP interface to go along with PhotoPal to provide a round-trip photo organization system. Cheers.