Thumbnailing pictures
Moderator: General Moderators
Thumbnailing pictures
Anybody know a good program that thumbnails images and produces like a javascript popup or something that makes them large when you click on them, but can be easily integrated into my website?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
The thumbnail base class that you'll need: viewtopic.php?t=39883
Also included in that post is an extension of the class to produce rounded thumbnails.
Extension of the base class to make drop shadowed thumbnails: viewtopic.php?t=39929
Extension of the base class to make black and white thumbnails: viewtopic.php?t=39886
Also included in that post is an extension of the class to produce rounded thumbnails.
Extension of the base class to make drop shadowed thumbnails: viewtopic.php?t=39929
Extension of the base class to make black and white thumbnails: viewtopic.php?t=39886
that's something that needs to be installed on my server?]
Edit: scratch that - I found the answer on php.net
I do not adminster my own server... I sent an email to the admin asking him to install the lib, but my guess is that he will not. Does anybody know of a good thumbnailing script that does not use the GD library?
Edit: scratch that - I found the answer on php.net
I do not adminster my own server... I sent an email to the admin asking him to install the lib, but my guess is that he will not. Does anybody know of a good thumbnailing script that does not use the GD library?
Last edited by Luke on Thu Dec 08, 2005 6:26 pm, edited 1 time in total.
I'm actually in the middle of writing a tutorial on 'Uploading and Resizing an Image' for phpgd.com .. I'll post in it the graphics folder when I'm done. Sneak preview sort of thing.The Ninja Space Goat wrote:OK GD is installed, but I still don't understand your php onion... I've never worked with GD. I have no idea how this is supposed to work.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
And I'll move it to the tutorials forumonion2k wrote:I'm actually in the middle of writing a tutorial on 'Uploading and Resizing an Image' for phpgd.com .. I'll post in it the graphics folder when I'm done. Sneak preview sort of thing.The Ninja Space Goat wrote:OK GD is installed, but I still don't understand your php onion... I've never worked with GD. I have no idea how this is supposed to work.
- webdesigners123
- Forum Newbie
- Posts: 7
- Joined: Sun Sep 18, 2005 11:36 am