photoshop_adjust_exposure
Fix underexposed photos by adding an Exposure adjustment layer with stops, offset, and gamma correction to brighten or correct tones.
Instructions
Create an Exposure adjustment layer (stops, offset, gamma correction).
Users often say: fix underexposed photo, brighten by a stop, gamma fix.
Returns: JSON { ok, summary, details: { layer_name, exposure, offset, gamma } }. Preconditions: active document. Side effects: adds an Exposure adjustment layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamma | No | Gamma correction (0.01 to 9.99) | |
| offset | No | Offset (-0.5 to 0.5) | |
| exposure | No | Exposure in stops (-20 to 20) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |