[DESCRIPTION]
Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data.
.PP
The goal of Scour is to output a file that renderes identically at a fraction of the size by removing a lot of redundant information created by most SVG editors.
.PP
Optimization options are typically lossless but can be tweaked for more agressive cleaning.

[EXAMPLES]
.PP
Standard:
.IP
\fBscour -i input.svg -o output.svg\fR
.PP
For better compatibility with web browsers:
.IP
\fBscour -i input.svg -o output.svg --enable-viewboxing\fR
.PP
Maximum scrubbing:
.IP
\fBscour -i input.svg -o output.svg --enable-viewboxing --enable-id-stripping \[rs]
  --enable-comment-stripping --shorten-ids --indent=none\fR
.PP
Maximum scrubbing and a compressed SVGZ file:
.IP
\fBscour -i input.svg -o output.svgz --enable-viewboxing --enable-id-stripping \[rs]
  --enable-comment-stripping --shorten-ids --indent=none\fR
.fi

[COPYRIGHT]
Jeff Schiller, Louis Simard, 2010

.SH "MAN PAGE"
Enkelena Haxhija (EnkelenaH) has produced this man page from the upstream README
and the --help output for Debian with the help of
.BR pandoc (1)
and
.BR help2man (1).
The latter is executed at build time so --help output and this man page should stay consistent.
