Murat Demirten <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there any known solution to save as image from html?
>
> I'm planning to code a simple program which takes URL as a parameter, render 
> it and after that save as image.

You might be able to adapt the Browsershots code:
    http://trac.browsershots.org/browser/trunk/shotfactory
This can scroll the page to show the whole thing.  But it's rather
hacky, particularly the bit where it does "killall -9" to clean
up...

Alternately, I have a program for Linux that takes screenshots of
a set of linked pages:
    http://womble.decadent.org.uk/software/videolink/
This is limited to whatever fits in a fixed-size browser window.

In both cases the code is licensed under GPL.

Ben.

-- 
Ben Hutchings -- [EMAIL PROTECTED] shortened to [EMAIL PROTECTED]
If you've signed my GPG key, please send a signature on and to the new uid.
The program is absolutely right; therefore, the computer must be wrong.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to