preview_raw
Generate a small JPEG preview of a RAW file to inspect composition, exposure, and color before full development. Optionally return the image inline for visual analysis.
Instructions
Generate a small preview JPEG for visual analysis.
Use this to create a quick preview of how a RAW file will look with specific processing settings. The preview is a small JPEG suitable for visual inspection of composition, exposure, and color. When return_image is True, the preview image is returned inline for the LLM to see. Params: file_path, profile_path, max_width, return_image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| profile_path | No | ||
| max_width | No | ||
| return_image | No |