logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wmf2svg - Convert metafile image to W3C's scalable vector graphic (SVG) format

Author

wmf2svg is originally written by Martin Vermeer and currently maintained by Caolán McNamara.

       This manual page was written by Yangfl for the Debian Project (and may be used by others).

                                                                                                      wmf2svg(1)

Description

       Convert metafile image to W3C's scalable vector graphic (SVG) format.

Name

       wmf2svg - Convert metafile image to W3C's scalable vector graphic (SVG) format

Options

-z     compressed output (.svgz)

       --inline
              include images in the svg code

       --desc=<str>
              description tag

       --maxwidth=<w>
              where <w> is maximum width image may have.

       --maxheight=<h>
              where <h> is maximum height image may have.

       --maxpect
              scale image to maximum size keeping aspect.

       --maxsize
              scale image to maximum size.

       --version
              display version info and exit.

       --help display this help and exit.

       --wmf-help
              display wmf-related help and exit.

Synopsis

wmf2svg [OPTION] ... [-o<file.swg>] <file.wmf>

       wmf2svg [OPTION] ... --auto<file1.wmf> [<file2.wmf> ...]

See Also