inkscape_generate_png_from_svgΒΆ

inkscape_generate_png_from_svg(
                                pngfiles 
                               [OUTPUT_DIR output_dir]
                               [DPI dpi]
)
pngfiles
The files that should be converted.
OUTPUT_DIR
The output directory for the generated png files. Defaults to the current build directory.
DPI
dpi value for the generated image (default: 90)

TODO Switch to named arguments!