Forum Moderators: coopster

Message Too Old, No Replies

homepage thumbnail creation

         

ruyi

3:05 am on May 31, 2006 (gmt 0)

10+ Year Member



it's possible using php to create thumbnails of homepage like this:

[domaintools.com...]

when you search the domain at whois .sc at
[whois...] . sc/flickr.com

how?

if not php, what language can do this?

Thank you.

eelixduppy

3:17 am on May 31, 2006 (gmt 0)



Welcome to WebmasterWorld!

Do you want to actually create a thumbnail or do you want to just resize an image. To resize an image just for output, you can use the img tag's attributes (width and height). If you want to create a thumbnail PHP's GD library [boutell.com] has some nice image functions [us3.php.net].

ruyi

3:24 am on May 31, 2006 (gmt 0)

10+ Year Member



i want to create the image

ImageCreateFrom?()

and the input string is the whole html page

dreamcatcher

10:34 am on May 31, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi ruyi,

Looks like you are trying to create a screen capture of a website. See if these threads are any help to you:

How can i create screenshot of url?
[webmasterworld.com...]

How to get website thumbnails?
[webmasterworld.com...]

dc