Talk:Concepts of computerized embroidery: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Embroidery workflow model -- [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 20:07, 20 July 2018 (CEST) ==
== Embroidery workflow model -- [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 20:07, 20 July 2018 (CEST) ==


The main article will link to a picture that is generated from this. Reason why it is here: PDF generator cannot understand this code.
The main article will link to a picture that is generated from this. Reason why it is here: PDF generator cannot understand this code. To edit this graphic you need to understand the [[graphviz]] format and what works with the [https://www.mediawiki.org/wiki/Extension:GraphViz MediaWiki extension] (probably needs updating here).  




Line 16: Line 16:
Physics      [shape=box,    color=red, label="Physical constraints"];
Physics      [shape=box,    color=red, label="Physical constraints"];
SVG          [shape=ellipse, color=red, label="Vector\ngraphics"];
SVG          [shape=ellipse, color=red, label="Vector\ngraphics"];
AI_CDR        [shape=ellipse, color=red, label="Vector\n\graphics\(drawing software)"];
AI_CDR        [shape=ellipse, color=red, label="Vector\n graphics\n(drawing\nsoftware)"];
SE_vect      [shape=ellipse, color=red, label="Vector\n\graphics\n(embroidery software)"];
SE_vect      [shape=ellipse, color=red, label="Vector\ngraphics\n(embroidery\nsoftware)"];
SE_clean_vect [shape=ellipse, color=red, label="Adjusted Graphics"];
SE_clean_vect [shape=ellipse, color=red, label="Adjusted Graphics"];
Bitmap        [shape=ellipse, color=red, label="Raster image\n(JPG, PNG, ...)"];
Bitmap        [shape=ellipse, color=red, label="Raster image\n(JPG, PNG, ...)"];
Line 31: Line 31:
Idea        -- SVG                [label = "find"];
Idea        -- SVG                [label = "find"];
Idea        -- Bitmap            [label = "find"];
Idea        -- Bitmap            [label = "find"];
Idea        -- AI_CDR            [label = "draw with\nun drawing soft"];
Idea        -- AI_CDR            [label = "draw with\ndrawing software"];
Idea        -- Stitch_obj        [label = "draw\nembroidery objects"];
Idea        -- Stitch_obj        [label = "draw\nembroidery objects"];
Idea        -- SE_clean_vect      [label = "draw\nvector objects"];
Idea        -- SE_clean_vect      [label = "draw\nvector objects"];
Idea        -- Stitch_obj        [label = "draw\nletters"];
Idea        -- Stitch_obj        [label = "draw\nletters"];
Idea        -- Physics            [label = "textile, machine,\ntread and needle width", style=dotted];
Idea        -- Physics            [label = "identify\n textile, size, \ntread & needle", style=dotted];
Idea        -- Drawing            [label = "draw with\nwide pens"];
Idea        -- Drawing            [label = "draw with\nwide pens"];
SVG          -- SE_vect            [label = "import\nfile"];
SVG          -- SE_vect            [label = "import\nfile"];

Latest revision as of 20:42, 20 July 2018

Embroidery workflow model -- Daniel K. Schneider (talk) 20:07, 20 July 2018 (CEST)

The main article will link to a picture that is generated from this. Reason why it is here: PDF generator cannot understand this code. To edit this graphic you need to understand the graphviz format and what works with the MediaWiki extension (probably needs updating here).