From 5f23dea1a1fa1708cc66d6aa951970bbd927515f Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:51:15 +0200 Subject: Make PNG (simple/realistic) and threadlist available in export file formats (#3019) --- templates/png_realistic.xml | 16 ++++++++++++++++ templates/png_simple.xml | 30 ++++++++++++++++++++++++++++++ templates/thread_list.xml | 16 ++++++++++++++++ templates/zip.xml | 12 +++++++++++- 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 templates/png_realistic.xml create mode 100644 templates/png_simple.xml create mode 100644 templates/thread_list.xml (limited to 'templates') 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 @@ + + + PNG file output (realistic) + org.{{ id_inkstitch }}.png_realistic + + .png + image/png + {{ menu_inkstitch }}: Portable Network Graphics (Realistic) [IMAGE] (.png) + Create a PNG file with a realistic embroidery representation using Ink/Stitch + true + + png_realistic + + diff --git a/templates/png_simple.xml b/templates/png_simple.xml new file mode 100644 index 00000000..be12e784 --- /dev/null +++ b/templates/png_simple.xml @@ -0,0 +1,30 @@ + + + embroidery PNG file output + org.{{ id_inkstitch }}.png_simple + + .png + image/png + {{ menu_inkstitch }}: Portable Network Graphics (Simple) [IMAGE] (.png) + Create a PNG file with a simple line embroidery representation using Ink/Stitch + true + + png_simple + + + 0.3 + + + + + + + + + + + + + diff --git a/templates/thread_list.xml b/templates/thread_list.xml new file mode 100644 index 00000000..3da67ae1 --- /dev/null +++ b/templates/thread_list.xml @@ -0,0 +1,16 @@ + + + embroidery TXT file output + org.{{ id_inkstitch }}.thread_list + + .txt + text/plain + {{ menu_inkstitch }}: Threadlist [COLOR] (.txt) + A list of thread colors + true + + thread_list + + diff --git a/templates/zip.xml b/templates/zip.xml index ddaefe5b..448819bc 100644 --- a/templates/zip.xml +++ b/templates/zip.xml @@ -17,10 +17,13 @@ {%- for format, description, mimetype, category in formats %} {%- if category != "vector" and category != "debug" %} - false + false {%- endif %} {%- endfor %} false + false + false + 0.3 false zip @@ -32,6 +35,13 @@ 1 100 + + + + + + +