This is the official website of Gallery, the open source web based photo album organizer. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you're running a small personal site or a large community site.

More:

Gallery won't work with PHP 4.03

PHP 4.03 introduced a bug in the serialization code that causes Gallery's database files to be corrupted. :-( They fixed that bug in 4.04, but in the development versions of 4.04 they introduced a new bug that causes you to be unable to upload zip files! AIEEE!

GD and JPEG: who needs 'em?

I've removed the final dependencies on the GD and JPEG libraries. This is convenient because many shared PHP installations aren't configured with the JPEG library and it's not always easy to add it in.

We now depend on the NetPBM package for all graphics...

Beta 2 is out!

The latest version is available. It includes new code that uses NetPBM to do thumbnails...the result is cleaner, crisper image quality. We've also added lots of little features and improved the layout. Check it out!

Auto configure code is in!

I've checked in a wizard that will walk you through the process of configuring Gallery for your webserver. No doubt it's buggy, but it does the majority of the work and provides a framework for us to expand upon.

First round of code is here!

I've imported the code from my webserver for a fully operational photo gallery. I haven't tested this with PHP 3.0, but it is working fine on PHP 4.0 and PHP4.01p2.