Php Image Gallery

Hi All,

I am looking for a php script that i can use to create a php image gallery for a client.
The script needs to allow the client to upload an image (any image type) jpg,gif,png etc and then a thumbnail needs to be created.So there will be two images the original and the thumbnail which should be stored in separate directories.

I know that this has been done before and i did some google searches ,but cant find anything that i need.

Thanks in advance.

Kind Regards,
Nathan

I would check out hotscripts as they have 595 galleries listed.

How fancy do you want to go? gallery2 and coppermine are two popular full-featured gallery apps using a backend database.

Once youve got your image uploaded to the server just use the GD library to resize and save the smaller copy to the second directory.

Depending on your application, but Id also consider changing the images into all jpgs or gifs at the same time so that your display code can be uniform.