Talk:Stitch Era embroidery software: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Below are some versions of drawings: | Below are some versions of drawings: | ||
== Good version == | |||
<graphviz border="frame" caption="Model of Stitch Era design workflow"> | |||
graph SE_pipelines_2 { | |||
labelfontname = "Arial"; | |||
node [fontsize="10", fontname="Arial"]; | |||
# edge [fontsize="8", fontname="Arial"]; | |||
edge [fontsize="8", fontname="Arial", labelfloat=false]; | |||
# edge [arrowhead=normal,arrowsize=0.3]; | |||
# List of nodes | |||
Idea [shape=box, color=red, label="Design idea"]; | |||
Physics [shape=box, color=red, label="Physics constraints"]; | |||
SVG [shape=ellipse, color=red, label="SVG Vector\ngraphics"]; | |||
EMF [shape=ellipse, label="Other vector\nformats"]; | |||
SE_vect [shape=ellipse, color=red, label="SE vector\ngraphics"]; | |||
SE_clean_vect [shape=ellipse, color=red, label="SE clean\nvector graphics"]; | |||
Bitmap [shape=ellipse, color=red, label="Bitmap\nimage"]; | |||
Bitmap_red [shape=ellipse, color=red, label="Reduced\ncolor bitmap"]; | |||
Stitch_obj [shape=ellipse, color=red, label="SE Stitch\nobjects"]; | |||
Photo_obj [shape=ellipse, label="SE Photo\nStitch objects"]; | |||
Clean_stitch_obj [shape=ellipse, color=red, label="Clean SE\nStitch objects"]; | |||
AI_CDR [shape=ellipse, color=red, label="AI/CDR/SVG vector\ngraphics"]; | |||
Stitches [shape=box, color=red, label="SE Stitches"]; | |||
# Stitch_edit [shape=ellipse, label = "Fixed Stitches"]; | |||
Revise [shape=ellipse, color=red, label="Revise\nany step"]; | |||
CNC_code [shape=box, color=red, label="Machine code"]; | |||
# Links | |||
Idea -- SVG [label = "find"]; | |||
Idea -- EMF [label = "find"]; | |||
Idea -- Bitmap [label = "find"]; | |||
Idea -- AI_CDR [label = "draw with\nother program"]; | |||
Idea -- Stitch_obj [label = "draw\nstitch objects"]; | |||
Idea -- SE_clean_vect [label = "draw SE\nvector graphics"]; | |||
Idea -- Clean_stitch_obj [label = "draw \nletters"]; | |||
Idea -- Physics [label = "textile, machine,\nthread+needle width", style=dotted]; | |||
SVG -- SE_vect [label = "import"]; | |||
SVG -- AI_CDR [label = "import/modify"]; | |||
EMF -- AI_CDR [label = "import/modify"]; | |||
EMF -- SE_vect [label = "import"]; | |||
Bitmap -- Bitmap_red [label = "import +\nreduce colors"]; | |||
Bitmap_red -- SE_vect [label = "vectorize"]; | |||
AI_CDR -- SE_vect [label = "direct import"]; | |||
SE_vect -- SE_clean_vect [label = "reduce +\nclean"]; | |||
Physics -- Stitch_obj [label = "consider"]; | |||
SE_clean_vect -- Stitch_obj [label = "digitize"]; | |||
Bitmap_red -- Stitch_obj [label = "auto-digitize\n not recommended", style=dotted]; | |||
Bitmap -- Photo_obj [label = "auto-digitize\n not recommended", labelfloat=false, style=dotted]; | |||
Photo_obj -- Clean_stitch_obj [label = "tune\nstitch objects"]; | |||
Stitch_obj -- Clean_stitch_obj [label = "tune\nstitch objects"]; | |||
Clean_stitch_obj -- Stitches [label = "generate"]; | |||
Clean_stitch_obj -- Clean_stitch_obj [label = "adjust"]; | |||
Stitches -- Stitches [label = "adjust"]; | |||
# Stitch_edit -- Stitches ; | |||
Stitches -- CNC_code [label = "translate"]; | |||
Stitches -- Revise [label = "redo"]; | |||
} | |||
</graphviz> | |||
== Take 1 == | == Take 1 == | ||
<graphviz border="frame" caption="caption"> | <graphviz border="frame" caption="caption"> |
Revision as of 14:35, 21 September 2017
Below are some versions of drawings:
Good version
Take 1
Diagrams error (with dot command): Error: /tmp/diagrams_ind243d4543b72.dot: syntax error in line 2 near '['
Take 2
Diagrams error (with dot command): Error: /tmp/diagrams_inac9afd6514aa.dot: syntax error in line 2 near '['