summaryrefslogtreecommitdiffstats
path: root/share/extensions/export_gimp_palette.inx
blob: e4c4b419b515284129e6568886366e95cc9c97c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Export as GIMP Palette</_name>
    <id>com.kaioa.export_gimp_palette</id>
    <dependency type="executable" location="extensions">export_gimp_palette.py</dependency>
    <dependency type="executable" location="extensions">simplestyle.py</dependency>
    <output>
        <extension>.gpl</extension>
        <mimetype>text/plain</mimetype>
        <_filetypename>GIMP Palette (*.gpl)</_filetypename>
        <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip>
    </output>
    <script>
    	<command reldir="extensions" interpreter="python">export_gimp_palette.py</command>
    </script>
</inkscape-extension>