Talk:Stitch Era embroidery software: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:
== Take 1 ==
== Take 1 ==
<graphviz border="frame" caption="caption">
<graphviz border="frame" caption="caption">
graph SE_pipelines {
graph SE_pipelines {
label = "Figure: Simple model of Stitch Era design workflows" [fontsize="10", fontname="Arial"];
label = "Figure: Simple model of Stitch Era design workflows" [fontsize="10", fontname="Arial"];
node [fontsize="10", fontname="Arial"];
node [fontsize="10", fontname="Arial"];
# edge [fontsize="8", fontname="Arial"];
# edge [fontsize="8", fontname="Arial"];
edge [fontsize="8", fontname="Arial", labelfloat=true];
edge [fontsize="8", fontname="Arial", labelfloat=false];
# edge [arrowhead=normal,arrowsize=0.3];
# edge [arrowhead=normal,arrowsize=0.3];
"Free SVG \nvector graphic"   -- "AI or CDR \nvector graphics" [label = "import"];
 
"Free SVG \nvector graphic"   -- "EMF \nvector graphics"       [label = "copy"];
# List of nodes
  "EMF \nvector graphics"       -- "SE vector \ngraphics"       [label = "import as EMF"];
Idea          [shape=box,    color=red, label="Design idea"];
"Design idea"                 -- "AI or CDR \nvector graphics" [label = "draw with\nother program"];
SVG          [shape=ellipse, color=red, label="Free SVG \nvector graphic"];
"Bitmap image"                 -- "Reduced \ncolor image"      [label = "import +\nreduce colors"];
SVG          [shape=ellipse, color=red, label="SVG Vector\ngraphics"];
"Reduced \ncolor image"       -- "SE vector \ngraphics"      [label = "vectorize"];
EMF          [shape=ellipse, color=red, label="EMF vector\ngraphics"];
"AI or CDR \nvector graphics" -- "SE vector \ngraphics"      [label = "import"];
SE_vect      [shape=ellipse, color=red, label="SE vector\ngraphics"];
"SE vector \ngraphics"        -- "SE clean \nvector graphics" [label = "reduce +\nclean"];
SE_clean_vect [shape=ellipse, color=red, label="SE clean\nvector graphics"];
"Design idea"                 -- "SE clean \nvector graphics" [label = "draw SE\nvector graphics"];
Bitmap        [shape=ellipse, color=red, label="Bitmap\nimage"];
"SE clean \nvector graphics"  -- "SE Stitch \nobjects"       [label = "digitize"];
Bitmap_red    [shape=ellipse, color=red, label="Reduced\ncolor bitmap"];
"Reduced \ncolor image"       -- "SE Stitch \nobjects"        [label = "auto-digitize\n not recommended"];
Stitch_obj    [shape=ellipse, color=red, label="SE Stitch\nobjects"];
"Bitmap image"                -- "SE Photo \nstitch objects"  [label = "auto-digitize\n not recommended", labelfloat=false];
Photo_obj    [shape=ellipse, color=red, label="SE Stitch\n objects"];
"SE Photo \nstitch objects"   -- "SE clean \nStitch objects"  [label = "tune\nstitch objects"];
Clean_stitch_obj [shape=ellipse, color=red, label="Clean SE\nStitch objects"];
"Design idea"                  -- "SE Stitch \nobjects"        [label = "draw\nstitch objects"];
AI_CDR        [shape=ellipse, color=red, label="AI/CDR vector\ngraphics"];
"SE Stitch \nobjects"          -- "SE clean \nStitch objects"  [label = "tune\nstitch objects"];
Stitches      [shape=box,    color=red, label="SE Stitches"];
"Message idea"                -- "SE clean \nStitch objects"  [label = "draw \nletters"];
Revise        [shape=ellipse, color=red, label="Revise\nany step"];
"SE clean \nStitch objects"    -- "SE stitches"                [label = "generate"]
CNC_code     [shape=box,    color=red, label="Machine code"];
"SE stitches"                  -- "Machine code"              [label = "translate"];
 
}
# Links
Idea        -- SVG                [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         -- SE_clean_vect      [label = "draw SE\nvector graphics"];
Idea        -- Clean_stitch_obj  [label = "draw \nletters"];
SVG          -- AI_CDR            [label = "import"];
SVG          -- EMF                [label = "copy"];
EMF          -- SE_vect            [label = "import as EMF"];
Bitmap      -- Bitmap_red        [label = "import +\nreduce colors"];
Bitmap_red   -- SE_vect            [label = "vectorize"];
AI_CDR      -- SE_vect            [label = "import"];
SE_vect      -- SE_clean_vect      [label = "reduce +\nclean"];
SE_clean_vect -- Stitch_obj        [label = "digitize"];
Bitmap_red    -- Stitch_obj       [label = "auto-digitize\n not recommended"];
Bitmap       -- Photo_obj          [label = "auto-digitize\n not recommended", labelfloat=false];
Photo_obj   -- Clean_stitch_obj  [label = "tune\nstitch objects"];
Stitch_obj  -- Clean_stitch_obj  [label = "tune\nstitch objects"];
Clean_stitch_obj -- Stitches      [label = "generate"]
Stitches    -- CNC_code          [label = "translate"];
Stitches    -- Revise            [label = "redo"];
}
</graphviz>
</graphviz>


== Take 2 ==
== Take 2 ==

Revision as of 22:39, 4 October 2011

Below are some versions of drawings:

Take 1

Diagrams error (with dot command): Error: /tmp/diagrams_in366eadcf4c8d.dot: syntax error in line 2 near '['

Take 2

Diagrams error (with dot command): Error: /tmp/diagrams_in7949e325b9f2.dot: syntax error in line 2 near '['