export_multi_device
Export a single RAW file to multiple device-specific variants with custom crop and resize for each target device.
Instructions
Export a RAW file optimized for multiple devices in one call.
Processes the same RAW file with device-specific crop/resize for each target device. Output filenames include the device name. Set include_previews=True to return inline thumbnails per export. Params: file_path, profile_path, device_presets, output_format, output_dir, include_previews, preview_max_width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| profile_path | Yes | ||
| device_presets | Yes | ||
| output_format | No | jpeg | |
| output_dir | No | ||
| include_previews | No | ||
| preview_max_width | No |