PROMPT RECORD图像记录
SELECT calligram FROM typographic_zoology WHERE word = '[ANIMAL]' -- OCTOPUS | HERON | FOX | …AI...
中文说明
SELECT calligram FROM typographic_zoology WHERE word = '[ANIMAL]' -- OCTOPUS | HERON | FOX | …AI 推断其余部分 AND form = silhouette(word) -- 字形弯入身体 AND mapping = letters(word) -> anatomy -- 每个字母变成一个身体部位 AND keystone = "the animal's most iconic curve IS one letter" -- S=脖子,S=盘绕 AND style = 'single-weight black ink, white ground, one continuous gesture' AND accen...
原始 Prompt
SELECT calligram FROM typographic_zoology WHERE word = '[ANIMAL]' -- OCTOPUS | HERON | FOX | …AI infers rest AND form = silhouette(word) -- glyphs bend into the body AND mapping = letters(word) -> anatomy -- each letter becomes a body part AND keystone = "the animal's most iconic curve IS one letter" -- S=neck, S=coil AND style = 'single-weight black ink, white ground, one continuous gesture' AND accent = 'exactly one tiny detail: eye | beak | fin | whisker' AND legibility >= 0.7 ORDER BY elegance DESC LIMIT 1;