diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-07-03 07:09:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 07:09:06 +0200 |
| commit | 2b390b908e93a7f6f529b9db624dd0d2c3ca184a (patch) | |
| tree | 569a352d3f5de13d6507ce89938d087a1f9d6ec0 /templates/png_simple.xml | |
| parent | 6c166dca61e17efbb3173dcf5ef484e3aa739a50 (diff) | |
Raster output (#3036)
* stitch plan preview png: 300, 600 dpi
* add png export dpi option
Diffstat (limited to 'templates/png_simple.xml')
| -rw-r--r-- | templates/png_simple.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/png_simple.xml b/templates/png_simple.xml index be12e784..e42a8819 100644 --- a/templates/png_simple.xml +++ b/templates/png_simple.xml @@ -13,6 +13,7 @@ <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> + <param name="dpi" type="int" min="100" max="2000" gui-text="DPI">300</param> </page> <page name="info" gui-text="Help"> <label appearance="header">PNG file export</label> @@ -20,7 +21,7 @@ <spacer /> <separator /> <spacer /> - <label>Read more on our webiste</label> + <label>Read more on our website</label> <label appearance="url">https://inkstitch.org/docs/import-export/</label> </page> </param> |
