Newer
Older
GB_Printer / Dump / share / extensions / wmf_input.inx
@Christopher W. Olsen Christopher W. Olsen on 4 Feb 2020 675 bytes Dumping
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>Windows Metafile Input</_name>
    <id>org.inkscape.input.wmf</id>
    <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
    <input>
        <extension>.wmf</extension>
        <mimetype>application/x-wmf</mimetype>
        <_filetypename>Windows Metafile (*.wmf)</_filetypename>
        <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
    </script>
</inkscape-extension>