Upload one design and we render it on every garment template you've enabled, in every colourway you stock. Export as a ZIP, send to the customer, use as a sales aid.
One PNG per style + view at consistent resolution. Place it under storage/app/mockups/templates/{style-code}.png and the renderer picks it up.
One mask PNG per style + view marks where the design lands. The renderer composites only within the mask.
Imagick colorize() tints the garment to the SKU's hex value. White prints stay white, dark fills stay legible.
generateAll(design, style, colours) returns one URL per colourway. Cached in storage/app/public/mockups so repeat renders are instant.
One click attaches the rendered ZIP to the approval email, or to the artwork approval page.
The coral your customer sees is the coral your press hits. Per-decoration-method colour profiles ship with the renderer.