Creating thumbnail, from a folder

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
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Creating thumbnail, from a folder

Post by Steveo31 »

Creating thumbs from JPEGs when you upload isn't a prob. But what I'd like to do is put images into a folder on the server, then elsewhere, create thumbnails from those images. I looked into imagecreatefromjpeg(), but I kept getting an error about an unrecoverable error in the gd. I don't have the code on this comp, but is that the function I will be using?
User avatar
smpdawg
Forum Contributor
Posts: 292
Joined: Thu Jan 27, 2005 3:10 pm
Location: Houston, TX
Contact:

Post by smpdawg »

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Check the Code Snippets board too...
Post Reply