adjust_profile
Modify specific parameters in an existing PP3 profile, changing only desired settings while preserving all others.
Instructions
Modify specific parameters in an existing PP3 profile.
Use this to tweak individual settings without recreating the entire profile. Only the specified parameters are changed; all other settings are preserved.
Accepts both friendly parameter names (e.g. {"crop": {"width": 3108}}) and raw PP3 section/key pairs (e.g. {"Crop": {"W": "3108", "H": "6732"}}). Unrecognized group names are treated as raw PP3 section names. Params: profile_path, adjustments, save_as
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_path | Yes | ||
| adjustments | Yes | ||
| save_as | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||