diff --git a/_data/navigation_de.yml b/_data/navigation_de.yml index 72cc81501..5b4c9460a 100644 --- a/_data/navigation_de.yml +++ b/_data/navigation_de.yml @@ -114,6 +114,8 @@ docs: url: /de/docs/font-tools/ - title: Text-Modul url: /de/docs/lettering/ + - title: "Addons für Inkscape installieren" + url: /de/docs/install-addons - title: Parameter url: /de/docs/params/ - title: "Einstellungen" diff --git a/_data/navigation_en.yml b/_data/navigation_en.yml index a1520062a..a49122e73 100644 --- a/_data/navigation_en.yml +++ b/_data/navigation_en.yml @@ -116,6 +116,8 @@ docs: url: /docs/font-tools/ - title: "Lettering" url: /docs/lettering/ + - title: "Install Addons" + url: /docs/install-addons - title: "Params" url: /docs/params/ - title: "Preferences" diff --git a/_data/navigation_fr.yml b/_data/navigation_fr.yml index 4bfa063d8..eb12efee0 100644 --- a/_data/navigation_fr.yml +++ b/_data/navigation_fr.yml @@ -116,6 +116,8 @@ docs: url: /fr/docs/font-tools/ - title: "Lettrage" url: /fr/docs/lettering/ + - title: "Install Addons" + url: /fr/docs/install-addons - title: "Paramètres" url: /fr/docs/params/ - title: "Préferences" diff --git a/_pages/en/upcoming.md b/_pages/en/upcoming.md index 576029f44..e40e4989d 100644 --- a/_pages/en/upcoming.md +++ b/_pages/en/upcoming.md @@ -1,7 +1,7 @@ --- title: "New Features, Updates and Fixes for the upcoming Ink/Stitch version" permalink: /upcoming/ -last_modified_at: 2025-03-23 +last_modified_at: 2025-03-29 sidebar: nav: pages toc: true @@ -99,6 +99,22 @@ Converts a fill to a satin. Manual setting of rungs is required. [Read more](/docs/satin-tools/#fill-to-satin) +### Install Addons for Inkscape + +`Install Addons for Inkscape` [#3606](https://github.com/inkstitch/inkstitch/pull/3606) + +Installs color palettes or a symbol library for motif stitches into Inkscape. Please restart Inkscape after the installation. + +Replaces `Install thread color palettes for Inkscape`. + +[Read more](/docs/install-addons/) + +### Install Thread Color Palettes for Inkscape + +Has been moved to `Install Addons for Inkscape` + +[Read more](/docs/install-addons/) + ### Remove duplicated points `Edit > Remove duplicated points` [#3117](https://github.com/inkstitch/inkstitch/pull/3117) @@ -211,6 +227,7 @@ Add option for text position along the path (left, center, right, stretch) ### Simulator +* simulator: add button to toggle crosshair [#3616](https://github.com/inkstitch/inkstitch/pull/3616) * Option to save and reload simulator speed (optionally) [#3420](https://github.com/inkstitch/inkstitch/pull/3420) * Save and reload more simulator settings (status for buttons: jump, trim, color change, stop, needle penetration point, page border) [#3323](https://github.com/inkstitch/inkstitch/pull/3323) * Show page in simulator [#3120](https://github.com/inkstitch/inkstitch/pull/3120) diff --git a/collections/_docs/de/004-006-install-addons.md b/collections/_docs/de/004-006-install-addons.md new file mode 100644 index 000000000..10fca9ebc --- /dev/null +++ b/collections/_docs/de/004-006-install-addons.md @@ -0,0 +1,43 @@ +--- +title: "Addons für Inkscape installieren" +permalink: /de/docs/install-addons/ +last_modified_at: 2025-03-29 +toc: true +--- +{% include upcoming_release.html %} + +Installiert Farbpaletten oder Motiv-Symbol-Bibiotheken für Inscape + +* `Erweiterungen > Ink/Stitch > Addons für Inkscape installieren` +* Wähle was installiert werden soll (Garn-Farbpaletten und/oder Symbol-Bibliotheken) +* Klicke auf `Anwenden` +* Start Inkscape neu + +## Garn-Farbpaletten + +Ink/Stitch liefert viele Farbpaletten gängiger Garnhersteller mit, die in Inkscape installiert werden können. +So können Stickdesign direkt mit den richtigen Farben erstellt werden. +Die Farben werden sowohl für die PDF-Ausgabe, als auch direkt in die Stickdateien eingespeichert - sofern das gewählte Dateiformat Farbinformationen zulässt. + +[Wie Farbpaletten angewandt werden](/de/docs/thread-color/#mit-farbpaleten-arbeiten) + +## Symbol-Bibliotheken + +Symbole sind wiederverwendbare Elemente, die in ein Dokument eingefügt werden können. Sie können einfache Pfade, als auch ganze Stickdesigns enthalten. + +Ink/Stitch liefert eine Symbol-Bibliothek mit Motif-Stichen. Diese Symbole können mit dem Pfadeffekt `Muster entlang Pfad` dafür genutzt werden, um einfach gemusterte Geradstiche zu erzeugen. + +### Funktionsweise + +* Öffne den Symbol-Dialog `Objekt > Symbole` (Shift+Ctrl+Y) +* Wähle die Ink/Stitch Motif-Bibliothek (inkstitch-motif-library) +* Ziehe eins der Symbole auf die Leinwand (drag & drop) + +Für die Anwendung mit dem Pfadeffekt + +* Wähle das Symbol aus und drücke `Strg + C` um das Symbol zu kopieren (alternativ: Rechtsklick > Kopieren) +* Wähle den Pfad auf den das Motif angewandt werden soll +* Öffne den Pfadeffekt-Dialog `Pfad > Pfadeffekte...` und wähle als Pfadeffekt `Muster entlang Pfad` +* Bei `Quelle des Musters` klicke auf das Symbol `Mit Pfad in der Zwischenablage verknüpfen` +* `Musterkopien` sollte auf `Wiederholt` oder auf `Wiederholt, gestreckt` gesetzt werden +* Das ursprüngliche Symbol kann nun gelöscht werden diff --git a/collections/_docs/de/004-006-params.md b/collections/_docs/de/004-007-params.md similarity index 100% rename from collections/_docs/de/004-006-params.md rename to collections/_docs/de/004-007-params.md diff --git a/collections/_docs/de/004-007-preferences.md b/collections/_docs/de/004-008-preferences.md similarity index 100% rename from collections/_docs/de/004-007-preferences.md rename to collections/_docs/de/004-008-preferences.md diff --git a/collections/_docs/de/004-008-fill-tools.md b/collections/_docs/de/004-009-fill-tools.md similarity index 100% rename from collections/_docs/de/004-008-fill-tools.md rename to collections/_docs/de/004-009-fill-tools.md diff --git a/collections/_docs/de/004-009-satin-tools.md b/collections/_docs/de/004-010-satin-tools.md similarity index 100% rename from collections/_docs/de/004-009-satin-tools.md rename to collections/_docs/de/004-010-satin-tools.md diff --git a/collections/_docs/de/004-010-stroke-tools.md b/collections/_docs/de/004-011-stroke-tools.md similarity index 100% rename from collections/_docs/de/004-010-stroke-tools.md rename to collections/_docs/de/004-011-stroke-tools.md diff --git a/collections/_docs/de/004-011-thread-color.md b/collections/_docs/de/004-011-thread-color.md index 39342e606..20a0d734f 100644 --- a/collections/_docs/de/004-011-thread-color.md +++ b/collections/_docs/de/004-011-thread-color.md @@ -1,7 +1,7 @@ --- title: "Garnfarben-Verwaltung" permalink: /de/docs/thread-color/ -last_modified_at: 2024-07-13 +last_modified_at: 2025-03-29 toc: true --- Inkscape unterstützt den Gebrauch von Farbpaletten. Farbpaletten helfen Ink/Stitch Farbnamen zu definieren und zusätzliche Informationen wie den Namen des Garnherstellers und die Katalognummer in die Stickdatei abzuspeichern. @@ -21,8 +21,9 @@ Das erlaubt dir dein Design mit den richtigen Farben zu planen. Die Farben werde **Installation** -* Gehe zu `Erweiterungen -> Ink/Stitch -> Garnfarben Verwaltung > Installiere Erweiterungen für Inkscape` -* Wähle "Installieren" +* Gehe zu `Erweiterungen > Ink/Stitch > Addons für Inkscape installieren` +* Aktiviere die Option `Garn-Farbpaletten installieren` +* `Anwenden` * Starte Inkscape neu ### Benutzerdefinierte Farbpalette installieren diff --git a/collections/_docs/de/004-012-thread-color.md b/collections/_docs/de/004-012-thread-color.md new file mode 100644 index 000000000..6f4626a6b --- /dev/null +++ b/collections/_docs/de/004-012-thread-color.md @@ -0,0 +1,104 @@ +--- +title: "Garnfarben-Verwaltung" +permalink: /de/docs/thread-color/ +last_modified_at: 2024-07-13 +toc: true +--- +Inkscape unterstützt den Gebrauch von Farbpaletten. Farbpaletten helfen Ink/Stitch Farbnamen zu definieren und zusätzliche Informationen wie den Namen des Garnherstellers und die Katalognummer in die Stickdatei abzuspeichern. + +Abhängig von den Möglichkeiten der genutzten Maschine können Farbnamen während des Stickvorgangs vom Maschinendisplay abgelesen werden. Bitte beachte, dass nicht alle Stickdatei-Formate das Abspeichern von Farbinformationen erlauben (z.B. DST). Für andere Formate nutzen ein Mehr-Dateien-System. Für EXP-Dateien beispielsweise ist es üblich, neben der Stickdatei auch eine INF-Datei abzuspeichern, die dann die Farbinformationen enthält. + +Farbinformationen werden auch in die [PDF Ausgabe](/de/docs/threadlist/) übernommen. Außerdem können auch menschenlesbare einfach Textdateien mit der Garnabfolge (sogenannte [Garnfarben-Listen](/de/docs/threadlist/)) exportiert werden. + +Bevor aber mit den Garnfarben gearbeitet werden kann, müssen zunächst die Farbpaletten installiert werden. Es gibt die Möglichkeit entweder [eigene Farbpaletten](/de/docs/thread-color/#benutzerdefinierte-farbpalette-installieren) zu erstellen und zu installieren oder die von [Ink/Stitch mitgelieferten Farbpaletten](/de/docs/thread-color/#vordefinierte-farbpaletten-für-insckape-installieren) in Inkscape verfügbar zu machen. + +## Farbpaletten installieren + +### Vordefinierte Farbpaletten für Insckape installieren + +Ink/Stitch enthält viele Farbpaletten der üblichen Garnhersteller. Diese können installiert werden, damit sie in Inkscape nutzbar sind. +Das erlaubt dir dein Design mit den richtigen Farben zu planen. Die Farben werden in die PDF-Ausgabe übernommen und auch in der Stickdatei abgespeichert, sofern dein Stickformat dies unterstützt. + +**Installation** + +* Gehe zu `Erweiterungen > Ink/Stitch > Addons für Inkscape installieren` +* Aktiviere die Option `Garn-Farbpaletten installieren` +* `Anwenden` +* Starte Inkscape neu + +### Benutzerdefinierte Farbpalette installieren + +Wenn du eine `.gpl` Liste hast, die deine Garnfarben abbildet, kannst du sie mit dieser Erweiterung einfach in Inkscape verfügbar machen: `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Benutzerdefinierte Farbpalette installieren`. +Inkscape muss nach diesem Vorgang neu gestartet werden. + +Farbpaletten können mit Ink/Stitch erstellt werden. Wie das geht wird auf dieser Seite weiter unten beschrieben. + +## Farbpaletten erstellen und bearbeiten + +### Farbpalette erstellen + +Inkscape kann `.gpl` Farbpaletten erstellen. Aber es ist nicht möglich, die Farben zu sortieren. + +Diese Erweiterung exportiert die Farben von Textelementen, während der Text selbst als Farbname und Nummer abgespeichert wird. + +1. Importiere ein Bild mit den Garnfarben, die die neue Farbpalette enthalten soll. +2. Aktiviere das Text-Werkzeug und füge die Farbnamen ein (wenn vorhanden) oder tippe sie ein. + Benutze eine Zeile pro Farbe. + Wenn der letzte Teil des Farbnamens eine Nummer ist, wird er als Katalognummer interpretiert und abgespeichert. +3. `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Text zerlegen` teilt den Text in einzelne Textelemente. +4. Aktiviere das Farbwahl-Werkzeug (D) und färbe die einzelnen Textelemente ein. + Nutze dabei die Tabulator-Taste um das jeweils nachfolgende Textelement auszuwählen. +5. Wähle alle Text-Elemente aus und führe die Funktion `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Farbpalette erstellen ...` aus. +6. Gib einen Namen für die Farbpalette ein und klicke auf Anwenden. +7. Inkscape neu starten um die neue Farbpalette verfügbar zu machen + +{% include video id="4bcRVoKvzAw" provider="youtube" %} + +### Farbpalette zu Text + +Bereits bestehende Farbpaletten können mit Ink/Stitch als Text bearbeitet werden. + +* Importiere Farben und Farbnamen mit `Erweiterungen > Ink/Stitch > Garnfarben verwalten > Palette zu Text` +* Ändere Farben, Farbnamen, Katalognummern oder füge weitere Farben hinzu. +* Exportiere die Palette mit `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Farbpalette erstellen ...` +* Inkscape neu starten + +## Mit Farbpaleten arbeiten + +### Generelle Handhabung + +Die Inkscape Farbpaletten befinden sich unten rechts neben den Farbfeldern. + +![Inkscape Farbpaletten](/assets/images/docs/palettes-location.png) + +Klicke auf den kleinen Pfeil, um eine Liste der installierten Paletten zu öffnen und wähle die Herstellerfarbpalette dem Garn entsprechend, das verwendet werden soll. + +Um eine bestimmte Farbe auf ein Element anzuwenden, klicke auf die Farben am unteren Bildschirmrand. Nutze einen einfachen `Links-Klick` für eine Füllfarbe und `Umschalttaste + Links-Klick` für eine Konturfarbe. Nutze das X auf der linken Seite um eine Farbe zu entfernen. + +### Farbpalette anwenden + +Diese Erweiterung wendet die ähnlichsten Farben einer gewählten Farbpalette auf das geöffnete Design an. +Die Farben werden entsprechend in die Stickdatei gespeichert und in der PDF-Ausgabedatei angezeigt. + +* Öffne `Erweiterung > Ink/Stitch > Garnfarben Verwaltung > Farbpalette anwenden` +* Wähle eine Farbpalette +* Klicke auf `Anwenden` + +## Mit Garnlisten arbeiten + +### Garnfarben-Liste anwenden + +Ink/Stitch kann Garnlisten auf ein Design anwenden. Das ist besonders dann nützlich, wenn du mit bestehenden Stickdateien arbeitest, die keine Farbinformationen speichern (z.B. DST). + +Außerdem kann diese Funktion dazu dienen, verschiedene Farbvariationen auszuprobieren. Du kannst Garnlisten importieren und exportieren wie es dir gefällt. Wichtig ist nur, dass sich die Stickreihenfolge- und anzahl der Objekte nicht ändert. In einem solchen Fall solltest du auf das Speichern der kompletten SVG-Datei zurückgreifen (das ist immer eine gute Idee). + +* Öffne `Erweiterungen > Ink/Stitch > Garnfarbenverwaltung > Garnfarben-Liste anwenden` +* Wähle eine Datei mit Farbinformationen +* Definiere, ob die Datei mit Ink/Stitch erstellt wurde oder nicht + + Wenn nicht: Wähle die Farbpalette aus, die genutzt werden soll +* Klick auf anweden + +### Garnliste Exportieren + +Garnlisten für ein Design können nur über eine ZIP-Datei exportiert werden ([batch export](/de/docs/import-export/#batch-export)) diff --git a/collections/_docs/de/004-012-troubleshoot.md b/collections/_docs/de/004-013-troubleshoot.md similarity index 100% rename from collections/_docs/de/004-012-troubleshoot.md rename to collections/_docs/de/004-013-troubleshoot.md diff --git a/collections/_docs/de/004-013-visualize.md b/collections/_docs/de/004-014-visualize.md similarity index 100% rename from collections/_docs/de/004-013-visualize.md rename to collections/_docs/de/004-014-visualize.md diff --git a/collections/_docs/en/004-006-install-addons.md b/collections/_docs/en/004-006-install-addons.md new file mode 100644 index 000000000..dbb5e5f05 --- /dev/null +++ b/collections/_docs/en/004-006-install-addons.md @@ -0,0 +1,42 @@ +--- +title: "Install Addons for Inkscape" +permalink: /docs/install-addons/ +last_modified_at: 2025-03-29 +toc: true +--- +{% include upcoming_release.html %} + +Installs color palettes or a symbol library for motif stitches into Inkscape + +* `Extensions > Ink/Stitch > Install Addons for Inkscape` +* Select what you want to install (thread color palettes and/or symbol libraries) +* Click `Apply` +* Restart Inkscape + +## Thread color palettes + +Ink/Stitch comes with many thread manufacturer color palettes which can be installed into Inkscape. This allows to build the designs with the correct colors in mind. +Colors will appear in the PDF-Output and will also be included into your embroidery file, if your file format supports color representations. + +[How to work with color palettes](/docs/thread-color/#working-with-palettes) + +## Symbol libraries + +Symbols are re-usable path elements which can be inserted into a document. They can contain simple paths or whole embroidery designs. + +Ink/Stitch delivers a symbol library with motif stitches. They can be used with the path effect `Pattern Along Path` to simply generate patterned running stitches. + +### Usage + +* Open the symbols dialog `Object > Symbols` (Shift+Ctrl+Y) +* Select the Ink/Stitch motif library (inkstitch-motif-library) +* Click on a motif and drag and drop it onto the canvas + +For usage with the a path effect + +* Select the symbol and use Ctrl+C to copy it into your clipboard (or use right click > copy) +* Select the path which you want to use the pattern on +* Go to `Path > Path effects...` and select `Pattern Along Path` +* For `pattern source` click on the symbol on the right `Link to path in clipboard` +* Set pattern copies to `Repeated` or `Repeated stretched` +* The original symbol is no longer necessary and can be deleted diff --git a/collections/_docs/en/004-006-params.md b/collections/_docs/en/004-007-params.md similarity index 100% rename from collections/_docs/en/004-006-params.md rename to collections/_docs/en/004-007-params.md diff --git a/collections/_docs/en/004-007-preferences.md b/collections/_docs/en/004-008-preferences.md similarity index 100% rename from collections/_docs/en/004-007-preferences.md rename to collections/_docs/en/004-008-preferences.md diff --git a/collections/_docs/en/004-008-fill-tools.md b/collections/_docs/en/004-009-fill-tools.md similarity index 100% rename from collections/_docs/en/004-008-fill-tools.md rename to collections/_docs/en/004-009-fill-tools.md diff --git a/collections/_docs/en/004-009-satin-tools.md b/collections/_docs/en/004-010-satin-tools.md similarity index 100% rename from collections/_docs/en/004-009-satin-tools.md rename to collections/_docs/en/004-010-satin-tools.md diff --git a/collections/_docs/en/004-010-stroke-tools.md b/collections/_docs/en/004-011-stroke-tools.md similarity index 100% rename from collections/_docs/en/004-010-stroke-tools.md rename to collections/_docs/en/004-011-stroke-tools.md diff --git a/collections/_docs/en/004-011-thread-color.md b/collections/_docs/en/004-012-thread-color.md similarity index 90% rename from collections/_docs/en/004-011-thread-color.md rename to collections/_docs/en/004-012-thread-color.md index 69f00da0f..6cb124f01 100644 --- a/collections/_docs/en/004-011-thread-color.md +++ b/collections/_docs/en/004-012-thread-color.md @@ -1,7 +1,7 @@ --- title: "Thread Color Management" permalink: /docs/thread-color/ -last_modified_at: 2024-07-13 +last_modified_at: 2025-03-29 toc: true --- Inkscape supports the usage of color palettes. Color palettes help Ink/Stitch to define color names and save additional information such as thread manufacturer name and the thread catalog number into the exported embroidery file. @@ -16,16 +16,14 @@ Before you can use thread color features you need to install color palettes. You ### Install Thread Color Palettes for Inkscape -Ink/Stitch comes with a lot of thread manufacturer color palettes which can be installed into Inkscape. This allows to build the designs with the correct colors in mind. -Colors will appear in the PDF-Output and will also be included into your embroidery file, if your file format supports it. +Ink/Stitch comes with many thread manufacturer color palettes which can be installed into Inkscape. This allows to build the designs with the correct colors in mind. +Colors will appear in the PDF-Output and will also be included into your embroidery file, if your file format supports color representations. -* Go to `Extensions > Ink/Stitch > Thread Color Management > Install thread color palettes for Inkscape` -* Click `Install` +* Go to `Extensions > Ink/Stitch > Install Addons for Inkscape` +* Enable the option `Install thread color palettes` +* Click `Apply` * Restart Inkscape -**Info**: Just click install if you are not sure where to install the palettes. Ink/Stitch usually discoveres the correct path for your system by itself. -{: .notice--info } - ### Install Custom Palette In case you own a `.gpl` color list of the threads you are actually using. Make it available in Inkscape with this extension: `Extensions > Ink/Stitch > Thread Color Management > Install custom palette...`. You will need to restart Inkscape after this process. diff --git a/collections/_docs/en/004-012-troubleshoot.md b/collections/_docs/en/004-013-troubleshoot.md similarity index 100% rename from collections/_docs/en/004-012-troubleshoot.md rename to collections/_docs/en/004-013-troubleshoot.md diff --git a/collections/_docs/en/004-013-visualize.md b/collections/_docs/en/004-014-visualize.md similarity index 100% rename from collections/_docs/en/004-013-visualize.md rename to collections/_docs/en/004-014-visualize.md diff --git a/collections/_docs/fr/004-006-install-addons.md b/collections/_docs/fr/004-006-install-addons.md new file mode 100644 index 000000000..47be95af2 --- /dev/null +++ b/collections/_docs/fr/004-006-install-addons.md @@ -0,0 +1,43 @@ +--- +title: "Install Addons for Inkscape" +permalink: /fr/docs/install-addons/ +last_modified_at: 2025-03-28 +toc: true +--- +{% include upcoming_release.html %} + +Installs color palettes or a symbol library for motif stitches into Inkscape + +* `Extensions > Ink/Stitch > Install Addons for Inkscape` +* Select what you want to install (thread color palettes and/or symbol libraries) +* Click `Apply` +* Restart Inkscape + +## Thread color palettes + +Ink/Stitch comes with many thread manufacturer color palettes which can be installed into Inkscape. This allows to build the designs with the correct colors in mind. +Colors will appear in the PDF-Output and will also be included into your embroidery file, if your file format supports color representations. + +[How to work with color palettes](/docs/thread-color/#working-with-palettes) + +## Symbol libraries + +Symbols are re-usable path elements which can be inserted into a document. They can contain simple paths or whole embroidery designs. + +Ink/Stitch delivers a symbol library with motif stitches. They can be used with the path effect `Pattern Along Path` to simply generate patterned running stitches. + +### Usage + +* Open the symbols dialog `Object > Symbols` (Shift+Ctrl+Y) +* Select the Ink/Stitch motif library (inkstitch-motif-library) +* Click on a motif and drag and drop it onto the canvas + +For usage with the a path effect + +* Select the symbol and use Ctrl+C to copy it into your clipboard (or use right click > copy) +* Select the path which you want to use the pattern on +* Go to `Path > Path effects...` and select `Pattern Along Path` +* For `pattern source` click on the symbol on the right `Link to path in clipboard` +* Set pattern copies to `Repeated` or `Repeated stretched` +* The original symbol is no longer necessary and can be deleted + diff --git a/collections/_docs/fr/004-006-params.md b/collections/_docs/fr/004-007-params.md similarity index 100% rename from collections/_docs/fr/004-006-params.md rename to collections/_docs/fr/004-007-params.md diff --git a/collections/_docs/fr/004-007-preferences.md b/collections/_docs/fr/004-008-preferences.md similarity index 100% rename from collections/_docs/fr/004-007-preferences.md rename to collections/_docs/fr/004-008-preferences.md diff --git a/collections/_docs/fr/004-008-fill-tools.md b/collections/_docs/fr/004-009-fill-tools.md similarity index 100% rename from collections/_docs/fr/004-008-fill-tools.md rename to collections/_docs/fr/004-009-fill-tools.md diff --git a/collections/_docs/fr/004-009-satin-tools.md b/collections/_docs/fr/004-010-satin-tools.md similarity index 100% rename from collections/_docs/fr/004-009-satin-tools.md rename to collections/_docs/fr/004-010-satin-tools.md diff --git a/collections/_docs/fr/004-010-stroke-tools.md b/collections/_docs/fr/004-011-stroke-tools.md similarity index 100% rename from collections/_docs/fr/004-010-stroke-tools.md rename to collections/_docs/fr/004-011-stroke-tools.md diff --git a/collections/_docs/fr/004-011-thread-color.md b/collections/_docs/fr/004-011-thread-color.md index 983da7cef..f2d7bdaba 100644 --- a/collections/_docs/fr/004-011-thread-color.md +++ b/collections/_docs/fr/004-011-thread-color.md @@ -20,8 +20,9 @@ Avant de pouvoir utiliser les fonctionnalités de couleur de fil, vous devez ins Ink/Stitch est fourni avec de nombreuses palettes de fils de fabricants qui peuvent être installées dans Inkscape. Ceci permet de construire des broderies avec les bonnes couleurs à l'esprit. Les couleurs apparaîtront dans la sortie pdf et seront aussi incluses dans votre fichier de broderie si son format le permet. -* Allez à `Extensions > Ink/Stitch > Gestion des couleurs de fil > Installer des palettes de couleurs de fils à broder pour Inkscape` -* Cliquez sur `Installer` +* Go to `Extensions > Ink/Stitch > Install Addons for Inkscape` +* Enable the option `Install thread color palettes` +* Click `Apply` * Redémarrez Inkscape ### Installer une Palette personnalisée {#install-custom-palette} diff --git a/collections/_docs/fr/004-012-thread-color.md b/collections/_docs/fr/004-012-thread-color.md new file mode 100644 index 000000000..f2d7bdaba --- /dev/null +++ b/collections/_docs/fr/004-012-thread-color.md @@ -0,0 +1,98 @@ +--- +title: "Gestion des couleurs de fil" +permalink: /fr/docs/thread-color/ +last_modified_at: 2024-09-10 +toc: true +--- + +Inkscape prend en charge l'utilisation de palettes de couleurs. Les palettes de couleurs aident Ink/Stitch à définir les noms de couleurs et à enregistrer des informations supplémentaires telles que le nom du fabricant de fil et le numéro de catalogue de fil dans le fichier de broderie exporté. + +En fonction des capacités de votre machine à broder, vous pourrez lire les noms des couleurs sur l'écran. Veuillez noter que certains formats de broderie (par exemple DST) ne stockent pas d'informations sur les couleurs. D'autres formats de fichiers utilisent un système de fichiers multiples pour stocker les informations de couleur. Pour les fichiers EXP, par exemple, il est courant d'enregistrer le format de couleur INF avec le fichier EXP pour transmettre les informations de couleur à votre machine. + +Les définitions des couleurs sont affichées dans la [sortie pdf](/fr/docs/print-pdf/). Il est également possible d'[exporter les informations de la liste de fils](/fr/docs/threadlist/) dans un simple fichier texte. + +Avant de pouvoir utiliser les fonctionnalités de couleur de fil, vous devez installer des palettes de couleurs. Vous pouvez soit [définir votre ou vos propres palettes personnalisées](/fr/docs/thread-color/#install-custom-palette) soit [installer celles livrées avec Ink/Stitch](/fr/docs/thread-color/#apply-threadlist). Quelle que soit la méthode que vous choisissez, redémarrez Inkscape après avoir installé les palettes de couleurs. + +## Installer des palettes + +### Installer des Palettes de couleurs de fils à broder pour Inkscape + +Ink/Stitch est fourni avec de nombreuses palettes de fils de fabricants qui peuvent être installées dans Inkscape. Ceci permet de construire des broderies avec les bonnes couleurs à l'esprit. +Les couleurs apparaîtront dans la sortie pdf et seront aussi incluses dans votre fichier de broderie si son format le permet. + +* Go to `Extensions > Ink/Stitch > Install Addons for Inkscape` +* Enable the option `Install thread color palettes` +* Click `Apply` +* Redémarrez Inkscape + +### Installer une Palette personnalisée {#install-custom-palette} + +Si vous disposez d'un fichier `.gpl` qui contient la liste des fils que vous utilisez, vous pouvez la rendre disponible dans Ink/Stitch via cette extension: `Extensions > Ink/Stitch > Gestion des couleurs de fil > Installer une palette personnalisée...`. Vous devrez ensuite redémarrer Inkscape. + +Les fichiers `.gpl` de palettes peuvent être générés par GIMP. + +## Generate And Edit Custom Color Palettes + +### Générer une palette {#generate-color-palette} + +Inkscape permet de générer des fichiers `.gpl` de palette de couleurs. Mais il ne permet pas d'ordonner correctement les échantillons de couleur. + +Cette extension exportera les couleurs d'éléments textuels tout en utilisant le texte pour les noms et numéros des couleurs. + +1. Importez une image avec les couleurs de fils que vous voulez utiliser pour la palette de couleurs. +2. Activez l'outil texte et copier/coller les noms de couleurs (si vous les avez) ou saisissez les. + Utilisez une ligne par couleur. + Si un nom de couleur se termine par un nombre, ce nombre sera utilisé pour cette couleur dans le catalogue. +3. Utilisez `Extensions > Ink/Stitch > Gestion des couleurs de fil > Generer palette > Séparer le texte` pour séparer un bloc de texte avec plusieurs lignes en plusieurs éléments textuels séparés. +4. Activez l'outil pipette (D) et colorez les éléments textuels, en utilisant les tabulation pour passer de l'un à l'autre. +5. Selectionnez les éléments textuels et `Extensions > Ink/Stitch > Gestion des couleurs de fil > Generer palette > Generer palette de couleurs...` +6. Specifiez le nom de votre palette de couleurs et cliquez sur Appliquer + +{% include video id="4bcRVoKvzAw" provider="youtube" %} + +### Palette vers texte + +Ink/Stitch peut éditer des palettes existantes comme du texte. + +- Importer les couleurs et les noms de couleurs avec `Extensions > Ink/Stitch > Gestion des couleurs de fil > Palette vers Texte` +- Changer les couleurs, mettre à jour les noms de couleurs ou les numeros de couleus ou ajouter des couleurs +- Exporter votre pallette avec `Extensions > Ink/Stitch > Gestion des couleurs de fil > Generer palette > Generate palette de couleurs...` +- Redémarrer Inkscape + +## Travailler avec des palettes + +### Usage General + +Une fois installées, les palettes Inkscape se trouvent dans la partie inférieure droite des nuanciers. + +![Inkscape Color Palettes](/assets/images/docs/palettes-location.png) + +Cliquez sur la petite flèche pour ouvrir une liste des palettes installées et choisissez la palette de couleurs du fabricant en fonction du fil que vous souhaitez utiliser. + +Pour appliquer une couleur à un élément, sélectionner l'élément et cliquer sur l'échantillon de couleur en bas de la fenêtre. Utiliser un simple clic pour une couleur de remplissage et un Majuscule clic pour une couleur de contour. Utiliser le X à gauche pour supprimer contour ou remplissage. + +### Appliquer une palette {#apply-palette} + +Cette extension applique aux éléments d'un document les couleurs les plus proches parmi celles de la palette choisie. + +Ces changement seront pris en compte dans l'export pdf d'Ink/Stitcht. + +Exécutez `Extensions > Ink/Stitch > Gestion des couleurs de fil > Appliquer une palette` + +## Working with Threadlists + +### Exportation + +Les listes de fils ne peuvent être exportées qu'en enregistrant une copie du fichier au format "Ink/Stitch: ZIP exporter plusieurs formats (.zip)" , puis après avoir cliqué sur "Enregistrer" selectionnez le format ".TXT: liste de fils". + +### Appliquer une liste de fil {#apply-threadlist} + +Ink/Stitch peut appliquer des listes de fil personnalisées à une broderie. Ceci est particulièrement utile si vous souhaitez utiliser un fichier de broderie qui ne comporte pas d'information de couleur (par exemple DST). + +Ce peut être aussi utile si vous souhaitez essayer différents réglages de couleurs. Vous pouvez exporter et importer ces listes de fils à votre convenance, mais faites attention à ne changer ni le nombre ni l'ordre des couleurs. Si vous souhaitez les changer, faites le dans une copie du fichier svg. + +* Lancez `Extensions > Ink/Stitch > Gestion des couleurs de fil > Appliquer la liste de fils` +* Choisir un fichier qui contient les information de couleur de fils qui correspondent aux éléments du document courant +* Choisir si ce fichier a été généré par Ink/Stitch ou pas. + Si pas: selectionner la palette de couleur Ink/Stitch avec laquelle établir la correspondance de couleurs. +* Cliquez sur Appliquer diff --git a/collections/_docs/fr/004-012-troubleshoot.md b/collections/_docs/fr/004-013-troubleshoot.md similarity index 100% rename from collections/_docs/fr/004-012-troubleshoot.md rename to collections/_docs/fr/004-013-troubleshoot.md diff --git a/collections/_docs/fr/004-013-visualize.md b/collections/_docs/fr/004-014-visualize.md similarity index 100% rename from collections/_docs/fr/004-013-visualize.md rename to collections/_docs/fr/004-014-visualize.md