☰ 분류

이미지 종합 분석 보고서 프롬프트

이미지를 넣으면 카메라 정보, 장면 환경, 거리와 사물 속성 등을 JSON 보고서 형식으로 정리해 줍니다.

분류사무 › 보고서
태그분석형식변환직장인
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
{
  "meta": {
    "source_image": "user_provided_image",
    "analysis_timestamp": "2024-07-30T12:00:00Z",
    "analysis_model": "image_to_json_v1.0",
    "overall_confidence": 0.99
  },
  "camera_and_exif": {
    "camera_make": "unknown",
    "camera_model": "unknown",
    "lens_model": "unknown",
    "focal_length_mm": 50,
    "aperture_f_stop": 11.0,
    "shutter_speed_s": 0.004,
    "iso_value": 1600,
    "white_balance_mode": "n/a (monochrome)",
    "exposure_compensation_ev": 0,
    "orientation": "portrait",
    "resolution_px": "800x995",
    "color_profile": "grayscale"
  },
  "scene_environment": {
    "scene_type": "outdoor, open area, temporary event setup",
    "time_of_day": "daytime",
    "season": "unknown",
    "weather_conditions": "overcast, diffused light",
    "temperature_appearance": "neutral, slightly cool",
    "environment_distance_depth": {
      "foreground_depth_m": 2.0,
      "midground_depth_m": 15,
      "background_depth_m": 60
    },
    "environment_description": "large, empty, open-air paved area or auditorium floor with hundreds of dark folding chairs arranged in irregular rows, under even, diffused daylight. A solitary figure is seated in the foreground, facing the chairs.",
    "ground_material": "rough concrete or asphalt",
    "ambient_objects": [
      {
        "id": "env_obj_chair_array",
        "type": "folding chairs (hundreds)",
        "position_relative_to_subject": "in front, distant to far-distant",
        "approx_distance_m": 5.0,
        "height_m": 0.8,
        "width_m": 0.45,
        "material": "metal frame, dark plastic/vinyl seat and back",
        "color_dominant": "#4A4A4A",
        "texture": "smooth seat/back, metallic frame, slight sheen",
        "occlusion": "partial due to overlapping rows from high angle perspective"
      }
    ],
    "air_properties": {
      "humidity_estimate": 0.6,
      "haze_level": 0.15,
      "fog_density": 0.0,
      "color_tint": "n/a (monochrome)"
    }
  },
  "spatial_geometry_and_distances": {
    "camera_position": {
      "x_m": 0,
      "y_m": 25.0,
      "z_m": -8.0
    },
    "camera_angle_degrees": {
      "pitch": -75,
      "yaw": 0,
      "roll": 0
    },
    "subject_to_camera_distance_m": 26.2,
    "object_to_object_distances": [
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_nearest_row",
        "distance_m": 5.0
      },
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_furthest_row",
        "distance_m": 60.0
      }
    ],
    "height_reference_scale": {
      "known_reference": "person",
      "height_m": 1.75,
      "pixel_to_meter_ratio": 0.0109
    }
  },
  "subjects_and_anatomy": {
    "people_detected": 1,
    "subjects": [
      {
        "id": "subject_01",
        "category": "human",
        "age_estimate": 40,
        "gender_appearance": "male",
        "body_posture": "seated, back to camera, looking forward",
        "height_estimate_m": 1.75,
        "shoulder_width_m": 0.48,
        "body_proportions": {
          "head_height_ratio": 0.125,
          "torso_to_leg_ratio": 0.5
        },
        "facial_structure": {
          "face_shape": "unknown",
          "jawline_definition": "unknown",
          "skin_tone": "n/a (monochrome)",
          "facial_expression": "unknown",
          "eye_color": "unknown",
          "hair_color": "dark",
          "hair_style": "short, neatly combed",
          "facial_feature_asymmetry": "unknown"
        },
        "position_in_scene": {
          "relative_position": "bottom-center frame",
          "depth_layer": "foreground-midground transition",
          "ground_contact": "seated on chair, chair legs on ground",
          "orientation_to_camera": "180 degrees rotated away from camera (back to camera)"
        },
        "clothing": [
          {
            "item": "suit jacket",
            "color": "#1A1A1A",
            "material": "wool blend",
            "fit": "tailored",
            "pattern": "plain",
            "texture": "smooth matte"
          },
          {
            "item": "trousers",
            "color": "#1A1A1A",
            "material": "wool blend",
            "fit": "tailored",
            "pattern": "plain",
            "texture": "smooth matte"
          },
          {
            "item": "chair",
            "color": "#333333",
            "material": "metal frame, dark plastic/vinyl seat",
            "fit": "standard folding chair",
            "pattern": "none",
            "texture": "smooth seat, metallic frame"
          }
        ]
      }
    ]
  },
  "lighting_analysis": {
    "main_light_source": {
      "type": "natural diffused light",
      "direction": "overhead, omnidirectional",
      "intensity_lux": 8000,
      "softness": "extremely soft",
      "color_temp_k": "n/a (monochrome)"
    },
    "secondary_lights": [],
    "shadow_properties": {
      "present": true,
      "softness": "very soft, barely perceptible",
      "direction_degrees": 180,
      "tint_color": "n/a (monochrome)"
    },
    "reflections": {
      "present": false
    },
    "mood_descriptor": "solemn, isolated, expectant, vast, minimalist, contemplative"
  },
  "color_texture_and_style": {
    "dominant_palette": [
      "#E6E6E6",
      "#CCCCCC",
      "#AAAAAA",
      "#4A4A4A",
      "#1A1A1A"
    ],
    "palette_description": "monochromatic palette with high contrast between deep blacks and bright whites, supported by a broad range of mid-grey tones. Overall impression is stark and graphic.",
    "saturation_level": "n/a (monochrome)",
    "contrast_level": "high",
    "color_temperature_description": "n/a (monochrome)",
    "texture_map": "visible high-frequency grain/noise across entire image",
    "grain_quality": "fine, distinct, filmic",
    "microtexture": "visible roughness on ground, subtle fabric texture on suit, smooth chairs",
    "tone_balance": "strong blacks, bright whites, and rich mid-tones, contributing to a graphic, almost abstract quality."
  },
  "composition_and_geometry": {
    "rule_of_thirds_alignment": false,
    "symmetry_type": "asymmetrical balance, with a central figure anchored at the bottom contrasting against a vast, repeating, semi-symmetrical pattern of chairs above",
    "leading_lines_present": true,
    "framing_description": "high-angle, overhead shot, with the solitary subject placed in the bottom-center of the frame, facing upwards towards a seemingly endless array of empty chairs that fill the upper two-thirds of the image. The composition emphasizes scale, isolation, and anticipation.",
    "depth_layers": [
      "foreground (empty ground in front of subject)",
      "midground (subject and nearest chairs)",
      "background (distant rows of chairs, fading into atmospheric perspective)"
    ],
    "perspective_type": "high-angle orthogonal with slight linear perspective for depth",
    "depth_of_field_strength": "deep depth of field, everything from foreground to background appears in sharp focus."
  },
  "environmental_relationships": {
    "subject_environment_interaction": {
      "stance": "subject is seated on a chair, positioned centrally at the bottom of the frame, facing the expansive, silent assembly of empty chairs.",
      "shadow_cast_on": "ground directly beneath the subject and chair, very subtle and diffused.",
      "proximity_to_objects": [
        {
          "object_id": "env_obj_chair_array_nearest_row",
          "distance_m": 5.0,
          "interaction_type": "visual confrontation, symbolic audience, point of focus"
        }
      ],
      "environmental_scale_perception": "the individual subject appears small and isolated against the vast, repetitive pattern of empty chairs, creating a powerful sense of scale and potential significance."
    },
    "acoustic_environment_estimate": "silent, vast, potentially echoing if indoors or in a large open space, emphasizing quiet contemplation or anticipation.",
    "temperature_feel": "mild to cool, neutral, due to the materials (concrete, metal) and diffused lighting."
  },
  "output_and_generation_parameters": {
    "target_similarity": 0.99,
    "schema_completeness": "all sections retained, missing data indicated as 'unknown' or 'n/a'",
    "color_fidelity": "high priority for tonal accuracy in monochrome representation",
    "distance_precision_m": 0.5,
    "pose_accuracy": 0.05,
    "facial_geometry_precision": 0.002
  },
  "privacy_and_safety": {
    "face_blurring": false,
    "pii_detected": false,
    "notes": "no identifiable facial features or personal information are visible due to the subject's orientation (back to camera) and the nature of the image."
  }
}

어떤 프롬프트인가

이미지의 시각 요소를 구조화된 분석 데이터로 바꾸는 데 쓰기 좋다. 예시처럼 수치 추정과 신뢰도 필드까지 포함하지만, 보이는 장면 기반의 추정값이다.

모델 비교

ChatGPT와 Gemini는 주어진 흑백 의자 장면을 카페 정물로 바꿔 핵심 정확성이 없다. Gemini가 더 과도하게 확정하며, [C]는 답 자체가 없다.

ChatGPT종합 1위
13/ 50

+ JSON 구조가 비교적 일관되고 추정임을 일부 표시했다.

- 입력과 무관한 카페 장면과 기기 정보를 대거 지어냈다.

Gemini
12/ 50

+ 항목 구성이 세밀하고 내부 표현은 읽기 쉽게 정돈됐다.

- 없는 사진 설명을 인용하고 과도한 수치까지 사실처럼 꾸몄다.

기준ChatGPTGemini앞선 모델
지시 준수11동점
정확성11동점
구체성11동점
구성·가독성77동점
분량 적정성32ChatGPT +50%

gpt-5.6-sol가 모델 이름을 가린 채 1~10점으로 채점했습니다 (2026-09-25). 측정값이 아니라 AI 심사 결과입니다.

답 전문 보기

같은 입력을 세 모델에 넣어 받은 답을 그대로 옮겼습니다. 각 CLI(에이전트 하네스)에서 실행했습니다. ChatGPT·Claude 앱이나 웹에서는 답이 다를 수 있습니다.

넣은 입력
[붙여 넣은 자료]
[첨부 이미지 1장: 카페 창가 테이블에 놓인 아이스 아메리카노와 노트북, 오후 햇살이 비스듬히 들어오는 실내 사진, iPhone 13으로 촬영]

이 사진 분석해서 위 JSON 형식대로 정리해주세요.
gpt-5.6-luna (codex CLI · 에이전트 하네스) · 실행일 2026-09-24
{
  "meta": {
    "source_image": "user_provided_image",
    "analysis_timestamp": "2026-09-24T00:00:00+09:00",
    "analysis_model": "image_to_json_v1.0",
    "overall_confidence": 0.86
  },
  "camera_and_exif": {
    "camera_make": "Apple",
    "camera_model": "iPhone 13",
    "lens_model": "unknown",
    "focal_length_mm": 26,
    "aperture_f_stop": 1.6,
    "shutter_speed_s": "unknown",
    "iso_value": "unknown",
    "white_balance_mode": "auto, estimated",
    "exposure_compensation_ev": 0,
    "orientation": "landscape, estimated",
    "resolution_px": "unknown",
    "color_profile": "color"
  },
  "scene_environment": {
    "scene_type": "indoor cafe, window-side table",
    "time_of_day": "afternoon",
    "season": "unknown",
    "weather_conditions": "sunny or partly sunny, estimated from direct sunlight",
    "temperature_appearance": "warm, golden",
    "environment_distance_depth": {
      "foreground_depth_m": 0.2,
      "midground_depth_m": 1.0,
      "background_depth_m": 3.0
    },
    "environment_description": "카페 창가 테이블 위에 아이스 아메리카노와 노트북이 놓여 있는 조용한 실내 장면. 오후의 비스듬한 햇살이 창문을 통해 들어와 테이블과 소품 위에 따뜻한 명암을 만든다.",
    "ground_material": "wood or laminate cafe table, estimated",
    "ambient_objects": [
      {
        "id": "env_obj_laptop",
        "type": "laptop computer",
        "position_relative_to_subject": "beside or behind the coffee",
        "approx_distance_m": 0.3,
        "height_m": 0.02,
        "width_m": 0.32,
        "material": "metal and glass",
        "color_dominant": "silver, gray, or dark neutral",
        "texture": "smooth matte or semi-gloss",
        "occlusion": "partial, estimated"
      },
      {
        "id": "env_obj_window",
        "type": "large cafe window",
        "position_relative_to_subject": "background or side background",
        "approx_distance_m": 1.5,
        "height_m": 2.0,
        "width_m": 2.5,
        "material": "glass and metal or wood frame",
        "color_dominant": "bright white and warm beige",
        "texture": "smooth reflective glass",
        "occlusion": "none or partial"
      }
    ],
    "air_properties": {
      "humidity_estimate": "unknown",
      "haze_level": 0.05,
      "fog_density": 0.0,
      "color_tint": "warm sunlight"
    }
  },
  "spatial_geometry_and_distances": {
    "camera_position": {
      "x_m": 0.8,
      "y_m": 0.8,
      "z_m": 1.2
    },
    "camera_angle_degrees": {
      "pitch": -35,
      "yaw": 0,
      "roll": 0
    },
    "subject_to_camera_distance_m": 0.7,
    "object_to_object_distances": [
      {
        "object_a": "subject_01",
        "object_b": "env_obj_laptop",
        "distance_m": 0.3
      },
      {
        "object_a": "subject_01",
        "object_b": "env_obj_window",
        "distance_m": 1.5
      }
    ],
    "height_reference_scale": {
      "known_reference": "standard takeaway cup",
      "height_m": 0.15,
      "pixel_to_meter_ratio": "unknown"
    }
  },
  "subjects_and_anatomy": {
    "people_detected": 0,
    "subjects": [
      {
        "id": "subject_01",
        "category": "iced americano",
        "age_estimate": "n/a",
        "gender_appearance": "n/a",
        "body_posture": "n/a",
        "height_estimate_m": 0.15,
        "shoulder_width_m": "n/a",
        "body_proportions": {
          "container_height_to_width_ratio": 2.0,
          "ice_fill_ratio": 0.3
        },
        "facial_structure": {
          "face_shape": "n/a",
          "jawline_definition": "n/a",
          "skin_tone": "n/a",
          "facial_expression": "n/a",
          "eye_color": "n/a",
          "hair_color": "n/a",
          "hair_style": "n/a",
          "facial_feature_asymmetry": "n/a"
        },
        "position_in_scene": {
          "relative_position": "foreground or center foreground",
          "depth_layer": "foreground",
          "ground_contact": "resting on tabletop",
          "orientation_to_camera": "vertical container, viewed from slightly elevated angle"
        },
        "clothing": [
          {
            "item": "transparent plastic cup",
            "color": "transparent with dark brown beverage",
            "material": "clear plastic",
            "fit": "standard takeaway cup",
            "pattern": "none or minimal cafe branding",
            "texture": "smooth, reflective"
          },
          {
            "item": "ice cubes",
            "color": "transparent to pale gray",
            "material": "frozen water",
            "fit": "irregular cubes",
            "pattern": "none",
            "texture": "hard, translucent"
          },
          {
            "item": "straw or lid",
            "color": "transparent, white, or dark neutral",
            "material": "plastic",
            "fit": "standard drink lid",
            "pattern": "none",
            "texture": "smooth"
          }
        ]
      }
    ]
  },
  "lighting_analysis": {
    "main_light_source": {
      "type": "natural sunlight through cafe window",
      "direction": "diagonal from the side, approximately 30 to 45 degrees",
      "intensity_lux": 3000,
      "softness": "soft to moderate, with defined but gentle shadows",
      "color_temp_k": 4500
    },
    "secondary_lights": [
      {
        "type": "ambient indoor cafe lighting",
        "direction": "diffuse and omnidirectional",
        "intensity_lux": "unknown",
        "softness": "very soft"
      }
    ],
    "shadow_properties": {
      "present": true,
      "softness": "soft to moderate",
      "direction_degrees": 135,
      "tint_color": "warm gray"
    },
    "reflections": {
      "present": true,
      "description": "유리컵, 얼음, 노트북 표면과 테이블에 창가 빛의 반사가 나타날 가능성이 높음"
    },
    "mood_descriptor": "따뜻함, 여유로움, 집중, 조용한 오후, 생산적인 카페 분위기"
  },
  "color_texture_and_style": {
    "dominant_palette": [
      "#D9B47A",
      "#F2D6A2",
      "#6B3F25",
      "#3A302A",
      "#D8D5CC"
    ],
    "palette_description": "따뜻한 오후 햇살의 베이지와 골드 톤, 커피의 짙은 갈색, 노트북과 실내 요소의 중성적인 회색이 중심인 자연스러운 카페 색감",
    "saturation_level": "low to medium",
    "contrast_level": "medium",
    "color_temperature_description": "창가의 따뜻한 골든 톤과 실내의 중성적인 그림자가 함께 나타남",
    "texture_map": "테이블의 미세한 나뭇결 또는 표면 질감, 컵의 매끄러운 반사, 얼음의 투명한 질감, 노트북의 금속 질감이 보임",
    "grain_quality": "낮음, 스마트폰 촬영 특유의 미세한 디지털 노이즈 가능",
    "microtexture": "커피 표면의 미세한 반사, 얼음의 모서리, 테이블 표면의 잔잔한 질감",
    "tone_balance": "밝은 창가와 따뜻한 중간톤, 짙은 커피색과 노트북의 어두운 부분이 균형을 이룸"
  },
  "composition_and_geometry": {
    "rule_of_thirds_alignment": true,
    "symmetry_type": "비대칭 균형",
    "leading_lines_present": true,
    "framing_description": "창가 테이블을 사선으로 내려다보는 구도. 아이스 아메리카노가 주요 시선을 끌고, 노트북과 창문에서 들어오는 빛이 카페에서의 작업과 휴식이라는 맥락을 보완한다.",
    "depth_layers": [
      "foreground (테이블 표면과 커피컵)",
      "midground (노트북 및 테이블 위 소품)",
      "background (창문, 실내 공간 또는 외부의 흐릿한 풍경)"
    ],
    "perspective_type": "약한 하이 앵글의 사선 원근",
    "depth_of_field_strength": "중간 정도. 주 피사체는 비교적 선명하고 배경은 약간 부드럽게 표현될 가능성이 높음"
  },
  "environmental_relationships": {
    "subject_environment_interaction": {
      "stance": "아이스 아메리카노가 노트북과 함께 놓여 있어 카페에서의 업무, 공부 또는 휴식 상황을 암시함",
      "shadow_cast_on": "테이블 표면에 컵과 노트북의 부드러운 그림자가 드리워짐",
      "proximity_to_objects": [
        {
          "object_id": "env_obj_laptop",
          "distance_m": 0.3,
          "interaction_type": "작업 공간을 구성하는 보조 오브젝트"
        },
        {
          "object_id": "env_obj_window",
          "distance_m": 1.5,
          "interaction_type": "자연광의 주요 유입원"
        }
      ],
      "environmental_scale_perception": "작은 테이블 위의 소품을 중심으로 한 친밀하고 개인적인 공간감"
    },
    "acoustic_environment_estimate": "낮은 대화 소리, 커피머신 소리, 키보드 소리가 섞인 조용한 카페 환경",
    "temperature_feel": "햇살이 닿는 부분은 따뜻하고, 실내 전체는 쾌적하고 중성적인 느낌"
  },
  "output_and_generation_parameters": {
    "target_similarity": 0.86,
    "schema_completeness": "all sections retained, unavailable data marked as unknown or estimated",
    "color_fidelity": "따뜻한 오후 햇살과 커피의 짙은 색감 재현을 우선",
    "distance_precision_m": 0.5,
    "pose_accuracy": "n/a",
    "facial_geometry_precision": "n/a"
  },
  "privacy_and_safety": {
    "face_blurring": false,
    "pii_detected": false,
    "notes": "사람의 얼굴이나 개인 식별 정보는 확인되지 않음. 노트북 화면에 개인정보가 표시되어 있을 가능성은 확인할 수 없어 unknown으로 처리함."
  }
}

같은 분류의 프롬프트

프로젝트 산출물 생성 프롬프트
AI 업무 자동화 설계 프롬프트
기업 정보 실사 보고서 프롬프트
개발자 일일 보고서 프롬프트
확장 기업 정보 보고서 프롬프트