Michal Ceresna wrote: > > the code for snapshots: http://www.hackdiary.com/archives/000055.html
Thanks for the pointer, but this looks like it also has the same flaws, namely: "To run, you'll need PyGtkMoz, Gtk and the Python Imaging Library. Because it's a GTK app, it needs an X server." The use of X server is what I wanted to avoid. Mozilla is already rendering to an on-screen buffer. How difficult is it to render off- screen and then output to a PNG file? The only challenge I see to that is things like radio buttons, edit fields, checkboxes, etc. which are typically rendered by the OS -- though that's not difficult to do an approximate software rendering of. Brian _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
