summaryrefslogtreecommitdiffstats
path: root/share/extensions/cgm_input.inx
blob: fba7eef96106391bd4e26e1b1a4d70305c2d1da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>Computer Graphics Metafile files input</_name>
    <id>org.inkscape.input.cgm</id>
    <dependency type="executable" location="path">uniconv</dependency>
    <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
    <input>
        <extension>.cgm</extension>
        <mimetype>application/x-xcgm</mimetype>
        <_filetypename>Computer Graphics Metafile files (.cgm)</_filetypename>
        <_filetypetooltip>Open Computer Graphics Metafile files</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
    </script>
</inkscape-extension>