Code

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