Warning, /graphics/glaxnimate/data/lib/python-lottie/addons/inkscape/tgs_output.inx is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
0003     <_name>TGS Export</_name>
0004     <id>best.dragon.tgs.inkscape.tgs_output</id>
0005     <dependency type="executable" location="extensions">tgs_output.py</dependency>
0006     <param name="tab" type="notebook">
0007         <page name="options" _gui-text="Options">
0008             <param name="frames" type="int" min="1" max="180" gui-text="Number of frames">60</param>
0009             <param name="layer-frames" type="int" min="0" max="180" gui-text="Layer frame delay (if greater than 0 each top-level layer is treated as a different frame)">0</param>
0010             <param name="fps" type="int" min="1" max="180" gui-text="Frames per secons">60</param>
0011             <param name="format" type="string" gui-hidden="true">tgs</param>
0012             <param name="tgspath" type="string" gui-text="Path to the tgs packge installation path"></param>
0013         </page>
0014         <page name="help" _gui-text="Help">
0015             <param name="helptext" type="description" xml:space="preserve">
0016                 You need to have the tgs python module installed
0017 
0018                 See also: https://pypi.org/project/tgs/
0019             </param>
0020         </page>
0021     </param>
0022     <output>
0023         <extension>.tgs</extension>
0024         <mimetype>application/gzip</mimetype>
0025         <filetypename>Telegram Animated Stickers (*.tgs)</filetypename>
0026     </output>
0027     <script>
0028         <command reldir="extensions" interpreter="python">tgs_output.py</command>
0029     </script>
0030 </inkscape-extension>