Re: Create thumbnail from webpage



On 1/29/06, Mike Blezien <mickalo@xxxxxxxxxxxxxxx> wrote:
> Hello,
>
> I need to create a thumbnail image of a webpage to be displayed in the browser.
> is there a perl module available that has this capability or can this be done
> with ImageMagick or GD? Been looking for about a day on this subject but not
> much luck.
>
> Basically we capture a remote webpage, then need to take that data and create a
> thumbnail(snapshot) of it.
>
> TIA,
> --
> Mike(mickalo)Blezien
snip

When you say "we capture a remote webpage" do you mean that you are
capturing an image of it or just downloading the HTML? If the former
then GD or ImageMagick will easily be able to resize it to a
thumbnail; however, if you mean the later then you will first need to
render the HTML. I don't know of any modules that do that (but you
might search CPAN), but you should be able to feed the HTML into
Firefox and do a screen capture. At that point you can just resize
the image.
.



Relevant Pages

  • Re: Create thumbnail from webpage
    ... this is a perl utility that is suppose to capture a webpage and generate a thumbnail image. ...
    (perl.beginners)
  • RE: Capture WebPage as any Image format
    ... thing, "DrawToBitmap" method is not from WebBroswer class, but from ... We are working in a web application and we wanted to capture the full ... webpage into an image file. ...
    (microsoft.public.dotnet.languages.csharp)
  • capturing an off screen area
    ... I want to render a webpage as an image. ... awebbrowser object and use of BitBlt to capture the screen... ... back with a byte stream of an image representing that page. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Captue window.close() event
    ... body unload event, and this helps to recognise whether the close ... What close event do you really want to "capture": the webpage being unloaded or the window being closed? ...
    (comp.lang.javascript)
  • How to capture image from WebBrowser control?
    ... Browse to the desired webpage in a WebBrowser control ... I can't manage to capture the displayed image from the WebBrowser ... to save as bitmap. ...
    (microsoft.public.dotnet.framework.drawing)