NAME
svg2png - Render SVG into PNG
SYNOPSIS
svg2png file1.svg file2.svg file3.svg
DESCRIPTION
This renders SVG (Scalable Vector Graphics) into PNG (Portable Network Graphics) using the Perl module Image::CairoSVG.
Input and output
The output file is named after the input file, with the suffix .svg
replaced with .png
, so example-file.svg is rendered into example-file.png. If the input file does not have the suffix .svg
, the suffix .png
is added, so the output of example-file is named example-file.png
OPTIONS
SEE ALSO
- Image::CairoSVG
-
For author information, copyright, licence, and details of the rendering, please refer to the documentation for Image::CairoSVG.