Code

Updated the text of the JessyInk effect extension to make translation easier (bug...
[inkscape.git] / share / extensions / export_gimp_palette.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Export as GIMP Palette</_name>
4     <id>com.kaioa.export_gimp_palette</id>
5     <dependency type="executable" location="extensions">export_gimp_palette.py</dependency>
6     <dependency type="executable" location="extensions">simplestyle.py</dependency>
7     <output>
8         <extension>.gpl</extension>
9         <mimetype>text/plain</mimetype>
10         <_filetypename>GIMP Palette (*.gpl)</_filetypename>
11         <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip>
12     </output>
13     <script>
14         <command reldir="extensions" interpreter="python">export_gimp_palette.py</command>
15     </script>
16 </inkscape-extension>