返回 ppt-master
infographic.md
1 # Type: infographic
2
3 2-5 ordered zones, each with an icon and minimal label/keyword. Used for data summaries, KPI rundowns, step lists, feature highlights, value propositions presented visually. **Used as a local block** — the AI image is a small information panel embedded in a slide.
4
5 > **What infographic means inside a PPT block**: the image internally is a 2-5-zone information panel. Unlike `framework` (hub + radiating satellites) or `flowchart` (sequential with arrows), infographic has **parallel zones** without strict ordering or directional flow.
6
7 ## 1. Composition skeleton
8
9 Two sub-structures:
10
11 ### Sub-structure 1 — Grid (most common for infographic)
12
13 ```
14 ┌──────┬──────┐ ┌──────┬──────┬──────┐
15 │ │ │ │ │ │ │
16 ├──────┼──────┤ or └──────┴──────┴──────┘
17 │ │ │
18 └──────┴──────┘
19 2×2 (4 zones) 3×1 (3 zones)
20 ```
21
22 ### Sub-structure 2 — Radial (4-5 zones around a small center anchor)
23
24 ```
25
26 \
27 ◯─── · ───◯
28 /
29
30 ```
31
32 | LAYOUT | 2-5 equal-weight zones arranged in grid or radial pattern. Each zone is visually distinct (own color/icon) but structurally equal |
33 | ELEMENTS | One icon per zone + (optional) one short keyword. Connecting lines NOT required (unlike framework/flowchart) |
34 | NEGATIVE SPACE | Generous between zones (10-15% gutters) and inside each zone (60-70% of zone for content, rest as padding) |
35 | BALANCE | Zones are visually equal — no zone dominates |
36
37 ## 2. Text-policy variants
38
39 ### `text_policy: none`
40
41 Each zone contains an icon only. Labels added in SVG overlay around or below the image.
42
43 Sample fragment:
44
45 > Each zone contains one simple iconic symbol — chart bar, lightbulb, target, etc. No labels, no captions, no text or numbers anywhere in the image. SVG labels will be added externally.
46
47 ### `text_policy: embedded`
48
49 Each zone contains an icon + one short keyword (≤2 words).
50
51 Sample fragment:
52
53 > Each zone contains one iconic symbol and one short hand-lettered keyword (1-2 words, e.g. "Speed", "Reach", "Trust"). Keywords are part of the artwork. No long sentences, no numbers; keep each keyword short.
54
55 ---
56
57 ## 3. Fewshot prompt snippets
58
59 **Snippet A — vector-illustration + cool-corporate, 2×2 grid, text_policy: none, 600×600**
60
61 > Clean flat vector illustration infographic. The composition is a 2×2 grid of equal-sized rounded-rectangle zones, separated by clean gutters (about 12% of canvas width). Each zone has a solid fill in a different tint of the deck's palette: upper-left in primary deep navy `#1E3A5F`, upper-right in a slightly lighter navy tint, lower-left in another navy tint, lower-right with accent gold `#D4AF37` as the highlighted zone (about 7% of canvas total accent area). Crisp 2px outlines, single 8% soft drop shadow under each zone. Each zone contains one simple iconic symbol in white fill — chart bar (upper-left), lightbulb (upper-right), target (lower-left), upward arrow (lower-right). Background field secondary light gray `#F8F9FA` showing through the gutters. Composed as a 600×600 half-page block with 14% inner padding around the grid. NO text, letters, numbers, or labels anywhere — SVG labels added externally. Color values are rendering guidance only. Simplified iconic symbols, no realistic faces.
61 lines MARKDOWN