You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
14 years ago
|
.TH KSVGTOPNG 1 "Jun 2006" "K Desktop Environment" "SVG to PNG Filter"
|
||
|
.SH NAME
|
||
|
ksvgtopng
|
||
|
\- svg to png filter
|
||
|
.SH SYNOPSIS
|
||
|
.B ksvgtopng
|
||
|
.I width height svgfilename outputfilename
|
||
|
.SH DESCRIPTION
|
||
|
\fBksvgtopng\fP converts image files from SVG format to PNG format.
|
||
|
.SH OPTIONS
|
||
|
.SS Arguments:
|
||
|
.TP
|
||
|
.I width
|
||
|
width of target image
|
||
|
.TP
|
||
|
.I height
|
||
|
height of target image
|
||
|
.TP
|
||
|
.I svgfilename
|
||
|
image file to convert
|
||
|
.TP
|
||
|
.I outputfilename
|
||
|
name of converted image file
|
||
|
.SH SEE ALSO
|
||
|
.BR imagetops (1)
|
||
|
.SH AUTHORS
|
||
|
.nf
|
||
|
The KDE project
|
||
|
.br
|
||
|
|
||
|
.br
|
||
|
.fi
|
||
|
Please use http://bugs.kde.org to report bugs.
|
||
|
.PP
|
||
|
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the \fBDebian\fP Project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
|
||
|
.PP
|
||
|
On \fBDebian\fP systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
|