Automated Thumbnail Generator

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
maximus
Forum Newbie
Posts: 9
Joined: Thu Jul 17, 2003 9:37 am

Automated Thumbnail Generator

Post by maximus »

Anyone know of or has a script that automatically generates a thumbnail from an inputted picture???

Thanx
Last edited by maximus on Tue Jul 22, 2003 5:03 pm, edited 1 time in total.
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

Check out the gd library in the php manual. It seems really intimidating and confusing at first, but once you wade through the code for a bit it seems pretty easy to throw together a thumbnail maker. Just starting to get the hang of it myself...
Last edited by trollll on Tue Jul 22, 2003 10:03 pm, edited 1 time in total.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

...

Post by kettle_drum »

One of my friends created a java program that would do this and then output a html page showing the thumbnails - which were then linked to the large pictures.

Dont know if this will help you - but you can take a look at http://coolio.duffs.org/
Post Reply