batch_analyze
Batch analyze images to retrieve EXIF data, processing recommendations, and summary histogram statistics without repeated calls.
Instructions
Batch analysis of multiple images with EXIF, recommendations, and stats.
A lightweight alternative to calling analyze_image N times. Returns per-image EXIF data, processing recommendations, and summary histogram statistics (mean, clipping) without full 256-bin channel data or SVG. Optionally includes small thumbnails. Params: file_paths, max_images, include_thumbnails, thumbnail_max_width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| max_images | No | ||
| include_thumbnails | No | ||
| thumbnail_max_width | No |