-
Notifications
You must be signed in to change notification settings - Fork 0
A command-line program to render a webpage to a file. Useful for generating website thumbnails or to preserve the original rendering of a page. Requires QT4.4+.
License
oseemann/renda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RENDA - A program to render a webpage and save the image to a file ================================================================== This directory contains the source code of the renda program to render a webpage and save the image to a file. See the INSTALL file for installation instructions. See the COPYING file for copyright information. Author: Oliver Seemann <os (at) oebs.net> Running on a headless system ---------------------------- The program requires an X11 session. On a headless server you can start one using e.g. Xvfb. Make sure to select an unused display number: $ Xvfb :1 -screen scrn 640x480x24 The screen resolution has no effect on the rendering. The color depth does, however. Alternatively to Xfvb, you can use VNC: $ vncserver :1 -depth 24 Use the -display switch to select the newly created X display: $ renda -display :1 -i out.png http://www.google.com
About
A command-line program to render a webpage to a file. Useful for generating website thumbnails or to preserve the original rendering of a page. Requires QT4.4+.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published