.. comment:
    .. _popy_imconv:

    popy_imconv
    ###########

    A convenient multi-image conversion tool. :ref:`open_a_popy_command_prompt` and type:-

    .. code-block:: console

        $ popy_imconv *.svg png
    
    This relies on :ref:`inkscape` to convert all images on disk matching the pattern ``*.svg`` to .png format. 

    A .png file is created for each .svg file in the folder.

    Note to get this working correctly you need :ref:`inkscape` installed and configured on your machine. 

    Examples
    ---------

    You can convert to many output formats using :ref:`inkscape`:-

    .. code-block:: console

        $ popy_imconv *.svg jpg
        
    You can also just convert a single image:-
    
    .. code-block:: console  

        $ popy_imconv graph.svg tiff

    Command line options
    --------------------
        
    .. literalinclude:: /_autogen/tool_help/popy_imconv_help.inc
        :language: console 



    

