read_exif
Extract camera settings from RAW images, such as ISO and aperture, to improve processing decisions on noise reduction and white balance.
Instructions
Read EXIF metadata from a RAW image file.
Returns camera settings (ISO, aperture, shutter speed, focal length, etc.) used when the photo was taken. Use this to make better decisions about processing parameters like noise reduction, lens correction, and white balance. Params: file_path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||