Thumbnail Image gallery

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
smoletar
Forum Newbie
Posts: 3
Joined: Wed Mar 04, 2009 4:25 am

Thumbnail Image gallery

Post by smoletar »

Hi guys

I need to create a thumbnail gallery of pictures that have been uploaded by users. The images that will be uploaded will be of varying sizes so I need to code so that the images can be displayed in one size.

Here is an example of what I would like to do http://capetown.gumtree.co.za/c-Flat-Ho ... Z130742843

I haven't played around with anything yet, though it would seem like I need to use something in the GD library.

Any help is greatly appreciated!


Thanks
ps I am not expecting anyone to give me the code, just a push in the right direction!
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Thumbnail Image gallery

Post by onion2k »

There are loads of great libraries for making thumbnails. I wrote http://code.google.com/p/php-image/ (and then neglected it for nearly a year :) ), so I'd recommend that, but try a few.
Post Reply