flowchart LR
subgraph design["Design"]
b1("File Prep: Raster")
end
subgraph tool["Tools"]
t1("Heat Press")
t2("Pretreat Machine")
t3("Epson F2100 Printer")
t1 --Step 0--> t2 --Step 1--> t1 --Step 2--> t3 --Step 3--> t1
end
subgraph project["Projects"]
p1("Project 1: In development (DtG)")
p2("Project 2: In development (DtF)")
p1 --> p2
end
a("Concept") ---> design ---> c("Garment Creator") ---> tool ---> project
click a "/VOW/intro-to-dtg" "Link to the concept page" _blank
click b1 "/VOW/intro-to-dtg/design" "You are here!" _self
click c "/cow/shops/digital_textiles/garment_creator" "This is a link to the tool specific software page" _blank
click t1 "/cow/shops/digital_textiles/heat_press" "Link to info on the Heat Press" _blank
click t2 "/cow/shops/digital_textiles/pretreatment_machine" "Link to info on the Pretreat Machine" _blank
click t3 "/cow/shops/digital_textiles/dtg" "Link to info on the DtG printer" _blank
click p1 "/VOW/intro-to-dtg/p1" "This is a link to the project page" _blank
click p2 "/VOW/intro-to-dtg/p2" "This is a link to the project page" _blank
classDef basicNode fill:#78cdd1,stroke:#7c7e7f,stroke-width:2px;
classDef hereNode fill:#f37322,stroke:#7c7e7f,stroke-width:4px;
class a basicNode
class b1 hereNode
class c basicNode
class t1 basicNode
class t2 basicNode
class t3 basicNode
class p1 basicNode
class p2 basicNode
dither, index, halftone, or otherwise reduce the number of colors in the image.
minimum feature size technically 1/300 of an inch, however fabric doesn't support that & the image will decay/age faster
Save the image in a lossless format such as png.