~ubuntu-branches/ubuntu/raring/librsvg/raring-proposed

« back to all changes in this revision

Viewing changes to rsvg-convert.1

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-10-22 20:17:48 UTC
  • mfrom: (1.2.1) (34.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20121022201748-6frue379at27szqm
Tags: 2.36.4-1
* Team upload
* New upstream version (LP: #1038843)
* Use dh-autoreconf with --as-needed instead of patching ltmain.sh
  (from Ubuntu, thanks Iain Lane)
* Enable Vala bindings (based on Ubuntu changes, thanks to Robert Ancell)
  - Build-Conflicts: valac-0.16 because if both are installed, the
    default version 0.16 is selected, breaking our build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH rsvg-convert 1
 
2
.SH NAME
 
3
rsvg-convert \- turn SVG files into raster images.
 
4
.SH SYNOPSIS
 
5
.B rsvg-convert
 
6
[options] in.svg > out.png
 
7
.I ""
 
8
.SH DESCRIPTION
 
9
Converts SVG images into PNG raster images, PDF, PS, or SVG vector images, or dumps of Cairo XML or recording surfaces.
 
10
.SS OPTIONS
 
11
.TP
 
12
.I "\-d \-\-dpi-x number"
 
13
Set the X resolution of the image in pixels per inch. RSVG's current default is 90dpi
 
14
.TP
 
15
.I "\-p \-\-dpi-y number"
 
16
Set the Y resolution of the image in pixels per inch. RSVG's current default is 90dpi
 
17
.TP
 
18
.I "\-x \-\-x\-zoom number"
 
19
X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
 
20
.TP
 
21
.I "\-y \-\-y\-zoom number"
 
22
Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
 
23
.TP
 
24
.I "\-z \-\-\-zoom number"
 
25
Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
 
26
.TP
 
27
.I "\-w \-\-width integer"
 
28
Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default.
 
29
.TP
 
30
.I "\-h \-\-height integer"
 
31
Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default.
 
32
.TP
 
33
.I "\-f \-\-format [png, pdf, ps, svg, xml, recording]"
 
34
Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the default.
 
35
.TP
 
36
.I "\-o \-\-output filename"
 
37
Specify the output filename. If unspecified, outputs to stdout.
 
38
.TP
 
39
.I "\-a \-\-keep-aspect-ratio"
 
40
Specify that the aspect ratio is to be preserved. If unspecified, aspect ratio will not be preserved.
 
41
.TP
 
42
.I "\-b \-\-background-color [black, white, #abccee, #aaa...]"
 
43
Specify the background color. If unspecified, none is used as the default.
 
44
.TP
 
45
.I "\-\-base-uri uri"
 
46
Specify the base URI for SVG files. If unspecified, none is used as the default.
 
47
.TP
 
48
.I "\-v \-\-version"
 
49
Display what version of rsvg this is.
 
50
.SH MORE INFORMATION
 
51
http://librsvg.sourceforge.net/
 
52
http://www.w3.org/TR/SVG11/
 
53
http://www.gnome.org/
 
54
.SH "AUTHORS"
 
55
Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), and a host of others.