Code

UI fixes (a.o. Bug #560751 )
[inkscape.git] / share / extensions / gimp_xcf.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>GIMP XCF</_name>
4     <id>org.ekips.output.gimp_xcf</id>
5         <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
6         <dependency type="executable" location="extensions">gimp_xcf.py</dependency>
7         <dependency type="executable" location="extensions">inkex.py</dependency>
8         <dependency type="executable" location="path">gimp</dependency>
9         <param name="tab" type="notebook">
10         <page name="Options" _gui-text="Options">
11         <param name="guides" type="boolean" _gui-text="Save Guides">false</param>
12         <param name="grid" type="boolean" _gui-text="Save Grid">false</param>
13         <param name="background" type="boolean" _gui-text="Save Background">false</param>
14         </page>
15         <page name="Help" _gui-text="Help">
16             <_param name="instructions" type="description" xml:space="preserve">This extension exports the document to Gimp XCF format according to the following options:
17     * Save Guides: convert all guides to Gimp guides.
18     * Save Grid: convert the first rectangular grid to a Gimp grid (note that the default Inkscape grid is very narrow when shown in Gimp).
19     * Save Background: add the document background to each converted layer.
21 Each first level layer is converted to a Gimp layer. Sublayers are concatenated and converted with their first level parent layer into a single Gimp layer.</_param>
22         </page>
23     </param>        
24     <output>
25                 <extension>.xcf</extension>
26                 <mimetype>application/x-xcf</mimetype>
27                 <_filetypename>GIMP XCF maintaining layers (*.xcf)</_filetypename>
28                 <_filetypetooltip>GIMP XCF maintaining layers (*.xcf)</_filetypetooltip>
29                 <dataloss>true</dataloss>
30     </output>
31     <script>
32         <command reldir="extensions" interpreter="python">gimp_xcf.py</command>
33         <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
34     </script>
35 </inkscape-extension>