photographi_analyze_photo
Analyze photo technical quality by assessing sharpness, exposure, noise, focus, color, dynamic range, and composition. Get detailed metrics and scores for individual image inspection.
Instructions
Analyzes a single photo for technical quality (sharpness, exposure, noise, etc.). Returns overall score, judgement, and per-metric breakdowns. Use this for detailed inspection of individual images. For batch analysis, use photographi_analyze_folder.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Absolute path to RAW/JPEG/TIFF. | |
| metrics | No | Specific metrics (sharpness, exposure, noise, focus, color, dynamicRange, composition). | |
| enable_subject_detection | No | ||
| model_size | No | YOLO model size. | nano |
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |