Hi,
Need PHP code to create Thumbnails of webpage.
Anyhelp will be appreciated.
Thanks
Need PHP code to create Thumbnails of webpage
Moderator: General Moderators
Re: Need PHP code to create Thumbnails of webpage
I think you might want to look into PHP's COM functions. It's windows only btw. And they're pretty complicated. I tried this once and couldn't do it 
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Need PHP code to create Thumbnails of webpage
I think the OP is after making thumbnails from html pages rather than from images.ricehigh wrote:http://lmgtfy.com/?q=php+image+resize
jackpf has mentioned a windows option. *nix options include cutycapt or khtml2png
Re: Need PHP code to create Thumbnails of webpage
Ahh I didn't know of those linux functions. I'd only heard of the COM method. Nice 