.. _inkscape_generate_png_from_svg:

inkscape_generate_png_from_svg
==============================

.. cmake_function:: inkscape_generate_png_from_svg

   .. cmake_param:: OUTPUT_DIR
      :single:

      The output directory for the generated png files.
      Defaults to the current build directory.

   .. cmake_param:: pngfiles
      :single:
      :positional:
      :required:

      The files that should be converted.

   .. cmake_param:: DPI
      :single:

      dpi value for the generated image (default: 90)

   TODO Switch to named arguments!


