圖像 提示詞
懷舊照片分析與重現(可口可樂男孩)

一個高度詳細的 JSON 提示,作為圖像分析請求,為一張懷舊的垂直照片提供廣泛的元數據和上下文。它描述了場景(小男孩靠在老式可口可樂販賣機旁)、環境(刺眼的陽光、強烈的陰影)以及技術構圖細節,可能旨在引導 AI 高保真地重現或分析圖像。
提示詞
```json
{
"meta": {
"image_quality": "中等",
"image_type": "照片",
"resolution_estimation": "可能從膠片掃描,有效細節約 1000x1500",
"file_characteristics": {
"compression_artifacts": "低",
"noise_level": "中等(存在膠片顆粒)",
"lens_type_estimation": "標準焦距(等效 35mm 或 50mm)"
}
},
"global_context": {
"scene_description": "一張垂直的懷舊照片,捕捉到一個小男孩靠在老式可口可樂販賣機旁,手持玻璃瓶飲用。左側是一個深色木製圓柱形物體(可能是桶或垃圾桶)。場景沐浴在明亮、刺眼的陽光下,形成強烈的陰影和高對比度。背景似乎是戶外壁龕或店面,牆壁上可見管道。",
"environment_type": "戶外/半戶外店面",
"time_of_day": "白天(考慮到陰影角度陡峭,可能是中午)",
"weather_atmosphere": "晴朗、陽光充足、炎熱、夏季",
"lighting": {
"source": "陽光",
"direction": "左上方",
"quality": "硬朗、直射",
"color_temperature": "暖色/中性"
},
"color_palette": {
"dominant_hex_estimates": [
"#D12E2E",
"#EAEAEA",
"#2A1A15",
"#D6C6AA",
"#4A3B32"
],
"accent_colors": [
"#008080",
"#F4C430"
],
"contrast_level": "高"
}
},
"composition": {
"camera_angle": "與主體齊平的視角",
"framing": "全身照(膝蓋以上)",
"depth_of_field": "中等(背景牆壁略微模糊但可辨識)",
"focal_point": "喝汽水的小男孩",
"symmetry_type": "無",
"rule_of_thirds_alignment": "男孩與左側垂直三分線對齊;機器與右側三分之二對齊"
},
"objects": [
{
"id": "obj_001",
"label": "小男孩",
"category": "人物",
"location": {
"relative_position": "中左",
"bounding_box_percentage": {
"x": 0.25,
"y": 0.38,
"width": 0.35,
"height": 0.58
}
},
"dimensions_relative": "中等",
"distance_from_camera": "中距離",
"pose_orientation": "站立,向後靠,頭向上傾斜飲用,雙腿交叉(左腿搭在右腿上)",
"material": "有機物/紡織品",
"surface_properties": {
"texture": "皮膚光滑,布料有羅紋/褶皺",
"reflectivity": "低",
"micro_details": "陽光下的髮梢(光暈效果),放鬆的面部表情",
"wear_state": "不適用"
},
"color_details": {
"base_color_hex": "#F0D9C5",
"secondary_colors": [
"#FFFFFF",
"#E8E8E8"
],
"gradient_or_pattern": "純白色衣物"
},
"interaction_with_light": {
"shadow_casting": "在他身後紅色的販賣機上投射出清晰的陰影",
"highlight_zo": null
}
}
]
}
```

