2024-06-26 20:51:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<name>embroidery PNG file output</name>
|
|
|
|
<id>org.{{ id_inkstitch }}.png_simple</id>
|
|
|
|
<output is_exported="true">
|
|
|
|
<extension>.png</extension>
|
|
|
|
<mimetype>image/png</mimetype>
|
|
|
|
<filetypename>{{ menu_inkstitch }}: Portable Network Graphics (Simple) [IMAGE] (.png)</filetypename>
|
|
|
|
<filetypetooltip>Create a PNG file with a simple line embroidery representation using Ink/Stitch</filetypetooltip>
|
|
|
|
<dataloss>true</dataloss>
|
|
|
|
</output>
|
|
|
|
<param name="extension" type="string" gui-hidden="true">png_simple</param>
|
|
|
|
<param name="notebook" type="notebook">
|
|
|
|
<page name="settings" gui-text="Settings">
|
|
|
|
<param name="line_width" type="float" precision="2" min="0.01" max="5" gui-text="Line width (mm)">0.3</param>
|
2024-07-03 05:09:06 +00:00
|
|
|
<param name="dpi" type="int" min="100" max="2000" gui-text="DPI">300</param>
|
2024-06-26 20:51:15 +00:00
|
|
|
</page>
|
|
|
|
<page name="info" gui-text="Help">
|
|
|
|
<label appearance="header">PNG file export</label>
|
|
|
|
<label>Export embroidery design to PNG</label>
|
|
|
|
<spacer />
|
|
|
|
<separator />
|
|
|
|
<spacer />
|
2024-07-03 05:09:06 +00:00
|
|
|
<label>Read more on our website</label>
|
2024-06-26 20:51:15 +00:00
|
|
|
<label appearance="url">https://inkstitch.org/docs/import-export/</label>
|
|
|
|
</page>
|
|
|
|
</param>
|
|
|
|
<script>
|
|
|
|
{{ command_tag | safe }}
|
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|