# Creative Image Tech Specs

> Trendy adapter of memo `creative/creative-image-tech-specs` (PRD §10.1). Printful production specs for generated assets: DPI, file format, size and safe-zone rules per product type (tshirt/mug/tote), used by the Build stage when finalizing HIGH-DEF assets + print files (PRD §4.6 AC2).

- Skill: `guillaumemeyer/creative-image-tech-specs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guillaumemeyer/creative-image-tech-specs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guillaumemeyer/creative-image-tech-specs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: guillaumemeyer (https://skillmd.com/u/guillaumemeyer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guillaumemeyer/creative-image-tech-specs

---


# Creative Image Tech Specs

## Source
Memo: `creative/creative-image-tech-specs` — **Adapted** (Trendy-native).

## Role
Provide the production constraints for every asset Trendy generates so print
files are accepted by the POD provider (Printful) without rework.

## Trendy adaptation
- Consult `packages/pod/providers/printful` for the current product catalog:
  for each product type (tshirt/mug/tote) use the provider's documented DPI,
  dimensions, and accepted file formats.
- Enforce: raster exports at the provider DPI (>= 300 DPI for print),
  PNG/JPEG for previews, safe zones inside the printable area, no text within
  the bleed margin.
- LOW-RES previews (Strategy stage) are informational only — never treated as
  print files. HD assets + print files are produced only at Build, after
  APPROVE STRATEGY (PRD §4.5 → §4.6), and finalized at APPROVE LIVE.
- Output the resolved spec block into the build stage's `agent_runs` output so
  the asset stages are auditable.

