~ubuntu-branches/ubuntu/precise/librsvg/precise

« back to all changes in this revision

Viewing changes to .pc/manpage.patch/rsvg.1

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-05 17:50:25 UTC
  • mfrom: (24.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110505175025-6jc7wew93fh83sc1
Tags: 2.32.1-1ubuntu1
* Resynchronize on Debian, remaining diffs:
* debian/librsvg2-common.postinst: 
  - update the gdkloader list there (lp 719861)
* debian/patches/no_null_crash.patch:
  - don't crash on corrupted images, thanks Bruno Girin (lp 608026)
* debian/patches/90_git_null_crasher.patch: 
  - crasher fix from git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH rsvg 1
2
 
.SH NAME
3
 
rsvg \- Turn SVG files into raster images.
4
 
.SH SYNOPSIS
5
 
.B rsvg
6
 
[options] in.svg out.png
7
 
.I ""
8
 
.SH DESCRIPTION
9
 
RSVG coverts SVG images into PNG, JPEG, and ICO raster images.
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 "\-w \-\-width integer"
25
 
Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default.
26
 
.TP
27
 
.I "\-h \-\-height integer"
28
 
Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default.
29
 
.TP
30
 
.I "\-f \-\-format [png, jpeg, ico]"
31
 
Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the default.
32
 
.TP
33
 
.I "\-q \-\-quality integer"
34
 
Specify JPEG compression factor. Number must be between 1 and 100, inclusive.
35
 
.TP
36
 
.I "\-v \-\-version"
37
 
Display what version of rsvg this is.
38
 
.SH MORE INFORMATION
39
 
http://librsvg.sourceforge.net/
40
 
http://www.w3.org/TR/SVG11/
41
 
http://www.gnome.org/
42
 
.SH "AUTHORS"
43
 
Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), and a host of others.