Web site Thumbnail creation

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
Mithun
Forum Newbie
Posts: 1
Joined: Mon Feb 09, 2009 4:07 am

Web site Thumbnail creation

Post by Mithun »

Hi,

I want to get generate preview images for my web pages. Can any body tell me a good library for generating thumbnails from url without using online APIs.

--
Mithun Sreedharan
mbdigital
Forum Newbie
Posts: 21
Joined: Tue Feb 10, 2009 7:32 am
Location: NorthWest, England

Re: Web site Thumbnail creation

Post by mbdigital »

Have you tried using the the php gd library? It doesn't require a huge amount of work to create custom thumbnails on the fly from a range of file types..
I use it a lot!
leeandrews78
Forum Newbie
Posts: 2
Joined: Tue Apr 14, 2009 5:11 am

Re: Web site Thumbnail creation

Post by leeandrews78 »

aiem09300
Forum Newbie
Posts: 1
Joined: Thu Sep 10, 2009 1:21 pm

Re: Web site Thumbnail creation

Post by aiem09300 »

you can try http://www.sitethumbshot.com/. it is free and easy to integrate with a website.
Post Reply