Geeky question
Aug. 13th, 2003 06:07 pmAnyone ever been able to render HTML to a bitmap from the command line?
What I want to type is:
<hypothetical>
mozilla http://www.mysite.com/ -outputfile mysite.png -width 800 -height 600
</hypothetical>
Obviously Mozilla doesn't have this feature - anyone got any ideas?
Update:
I just accidentally wrote khtml2png. Currently incredibly unpolished but works. Will polish and release tomorrow, I suppose.
What I want to type is:
<hypothetical>
mozilla http://www.mysite.com/ -outputfile mysite.png -width 800 -height 600
</hypothetical>
Obviously Mozilla doesn't have this feature - anyone got any ideas?
Update:
I just accidentally wrote khtml2png. Currently incredibly unpolished but works. Will polish and release tomorrow, I suppose.
(no subject)
Date: 2003-08-13 10:18 am (UTC)(no subject)
Date: 2003-08-13 10:30 am (UTC)(no subject)
Date: 2003-08-13 01:41 pm (UTC)html2ps (http://www.tdb.uu.se/~jan/html2ps.html) some.web.site | ps2png (http://trillian.mit.edu/~jc/sh/ps2png)
or even
html2jpg (http://marginalhacks.com/Hacks/html2jpg/)
And there's always the netpbm (http://netpbm.sourceforge.net/) utilities.
(no subject)
Date: 2003-08-13 01:55 pm (UTC)(no subject)
Date: 2003-08-13 02:14 pm (UTC)