photoshop_feather_selection
Feather the edges of your active pixel selection to soften transitions for fills, masks, or deletions. Returns a confirmation summary.
Instructions
Feather (soften) the edges of the active pixel selection.
Use when: soft transitions before fill, mask, or delete operations. Do NOT use when: a hard edge is required or no selection exists.
Returns: JSON { ok, summary, details: { pixels, bounds?, context } }. Preconditions: active document and active pixel selection. Side effects: modifies selection edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixels | Yes | Feather radius in pixels (minimum 1) | |
| 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. |