1rsvg(1) General Commands Manual rsvg(1)
2
3
4
6 rsvg - Turn SVG files into raster images.
7
9 rsvg [options] in.svg out.png
10
12 RSVG coverts SVG images into PNG, JPEG, and ICO raster images.
13
14 OPTIONS
15 -d --dpi-x number
16 Set the X resolution of the image in pixels per inch. RSVG's
17 current default is 90dpi
18
19 -p --dpi-y number
20 Set the Y resolution of the image in pixels per inch. RSVG's
21 current default is 90dpi
22
23 -x --x-zoom number
24 X Zoom factor, as a percentage. If unspecified, 1.0 is used as
25 the default.
26
27 -y --y-zoom number
28 Y Zoom factor, as a percentage. If unspecified, 1.0 is used as
29 the default.
30
31 -w --width integer
32 Specify how wide you wish the image to be. If unspecified, the
33 natural width of the image is used as the default.
34
35 -h --height integer
36 Specify how tall you wish the image to be. If unspecified, the
37 natural height of the image is used as the default.
38
39 -f --format [png, jpeg, ico]
40 Specify the output format you wish the image to be saved in. If
41 unspecified, PNG is used as the default.
42
43 -q --quality integer
44 Specify JPEG compression factor. Number must be between 1 and
45 100, inclusive.
46
47 -v --version
48 Display what version of rsvg this is.
49
51 http://librsvg.sourceforge.net/ http://www.w3.org/TR/SVG11/
52 http://www.gnome.org/
53
55 Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@stu‐
56 dent.unsw.edu.au), and a host of others.
57
58
59
60 rsvg(1)