I modified someone else's photo gallery script (photo frame, I think?) for my personal site (http://www.revernedsgarage.net/) and that does the trick for me just fine...
But I need something a bit more complicated for a project here at work. We need a photo gallery that allows administrators to upload pictures and maintain the galleries from a web-interface. It needs to allow for a caption, and preferrably also a link to an associated url to be displayed with each picture (and its thumbnail). Someone recommended I try Gallery a while back, but it requires NetPBM and we don't have that on our servers. Also, from the little bit of info I found on it, it sounds like it's just like imagemagick, but not as good. What we have to work with is the following:
- PHP
- MySQL database
- ImageMagick and GD libraries
If there is something around that will do what I need given a server with the above setup, what is it?
If not, I guess I can make this myself, but it'll be the most challenging php project I've tried so far... might be on here a lot asking questions.