adjust_crop_position
Reposition an existing crop area in a RAW photo profile to a new position using named coordinates or pixel offsets, updating the profile in-place.
Instructions
Reposition an existing crop within the source image bounds.
Moves the crop area defined in a PP3 profile to a new position. Accepts named positions ('left', 'center', 'right' for horizontal; 'top', 'center', 'bottom' for vertical) or pixel offsets as strings. The profile is updated in-place. Params: profile_path, file_path, horizontal, vertical, include_preview, preview_max_width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_path | Yes | ||
| file_path | Yes | ||
| horizontal | No | center | |
| vertical | No | center | |
| include_preview | No | ||
| preview_max_width | No |