summaryrefslogtreecommitdiff
path: root/lib/extensions/zip.py
AgeCommit message (Collapse)Author
2025-07-27rename pyembroidery to pystitch (#3889)Kaalleen
... and remove it as a submodule (use pip to install)
2025-05-11add quilting formats to zip export arguments (#3718)Kaalleen
2024-07-09zip dpi default to 300 (#3068)Kaalleen
2024-07-03Raster output (#3036)Kaalleen
* stitch plan preview png: 300, 600 dpi * add png export dpi option
2024-06-26Make PNG (simple/realistic) and threadlist available in export file formats ↵Kaalleen
(#3019)
2024-03-26Add object based min stitch length (#2792)Kaalleen
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
2024-03-24save thread names into embroidery files (#2777)Kaalleen
2024-02-05Zip: fix error message when no file format is selected (#2674)Kaalleen
2023-10-17zip: expose file name option better (#2555)Kaalleen
2023-07-22sort more importsKaalleen
2023-07-22zip: add input field for custom file names (#2426)Kaalleen
2023-06-15Add panelization options to zip exportGeorge Steel
2022-06-24Update pyembroidery (#1683)Kaalleen
Embroidery formats (read) .hus: Husqvarna Embroidery Format .zhs: Zeng Hsing Embroidery Format Color formats (read & write) .col : Color format. .edr : Color format. .inf : Color format. Stitch formats (read & write) .pmv : Brother Stitch Format. Image (write) .png : Portable Network Graphic (line art) G-Code The export file format is not .txt anymore but .gcode Bug fixes
2022-06-22Option to drop short stitches (#1693)Kaalleen
2021-08-07fix more patch referencesLex Neva
2021-08-07rename more patch referencesLex Neva
2021-03-28Merge pull request #1083 from inkstitch/lexelby/license-headersLex Neva
add license headers
2021-03-27Catch Palette IndexError (#1100)Kaalleen
* thread palette catch indexerror * export threadlist with utf-8
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-04-20threadlist in zip (#664)Kaalleen
2020-04-01Option to include SVG in ZIP file (#648)Kaalleen
2018-08-21pyflakes fixesLex Neva
2018-07-25fix zip extensionLex Neva
2018-06-15fix zip file corruptionLex Neva
2018-06-15remove tmp directory from zip file pathsLex Neva
2018-06-15add ZIP batch export extensionLex Neva