-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (17 loc) · 905 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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