This page is outdated. For more recent information have a look at the english original.

Running Ink/Stitch from Command Line

Les extensions Ink/Stitch peuvent être lancées en ligne de commande

Example de code de ligne de commandes

Export en zip

Par exemple si vous souhaitez exporter votre fichier dans une archive zip (avec un .dst, un .pes et un fichier de liste de fils vous pouvez lancer la commande suivante

./inkstitch --extension=zip --format-dst=True --format-pes=True --format-threadlist=True input-file.svg > output-file.zip

Plan de broderie

Voici un exemple dont la sortie est un fichier de points de broderie svg, pour deux éléments spécifiés, qui cachera les calques de dessin, montrera les points d’aiguilles et sera positionné exactement au dessus du dessin originel.

./inkstitch --extension=stitch_plan_preview --id=path1 id=path2 --move-to-side=False --layer-visibility=hidden --needle-points=True input.svg > output.svg

Inkscape command line options

For a full manual on inkscape command line options check out their man page

Please note, that you can also access inkstitch combined with other inkscape actions. You can view the full list of available actions through

inkscape --action-list