process_raw
Convert a RAW photo to JPEG, TIFF, or PNG using a PP3 processing profile that controls exposure, white balance, sharpening, and more.
Instructions
Process a RAW file with a PP3 processing profile.
Use this to convert a RAW file to JPEG, TIFF, or PNG using a PP3 profile. The profile controls all processing parameters (exposure, white balance, sharpening, etc.). Returns an inline thumbnail when include_preview is True. Params: file_path, profile_path, output_format, output_path, jpeg_quality, bit_depth, include_preview, preview_max_width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| profile_path | Yes | ||
| output_format | No | jpeg | |
| output_path | No | ||
| jpeg_quality | No | ||
| bit_depth | No | ||
| include_preview | No | ||
| preview_max_width | No |