diff options
Diffstat (limited to 'templates/png_realistic.xml')
| -rw-r--r-- | templates/png_realistic.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/png_realistic.xml b/templates/png_realistic.xml new file mode 100644 index 00000000..93f0ee2b --- /dev/null +++ b/templates/png_realistic.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>PNG file output (realistic)</name> + <id>org.{{ id_inkstitch }}.png_realistic</id> + <output is_exported="true"> + <extension>.png</extension> + <mimetype>image/png</mimetype> + <filetypename>{{ menu_inkstitch }}: Portable Network Graphics (Realistic) [IMAGE] (.png)</filetypename> + <filetypetooltip>Create a PNG file with a realistic embroidery representation using Ink/Stitch</filetypetooltip> + <dataloss>true</dataloss> + </output> + <param name="extension" type="string" gui-hidden="true">png_realistic</param> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
