atomicSelections & masks
photoshop_select_ellipse
Create an elliptical pixel selection from a bounding box (anti-aliased). Use when: circular or oval masks, vignettes, or radial edits inside a region. Do NOT use when: a rectangular region is enough — use photoshop_select_rectangle. Returns: JSON { ok, summary, details: { shape, bounds?, context } }. Preconditions: active document; right > left and bottom > top. Side effects: replaces current selection.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| left | number | yes | Left edge of bounding box in pixels |
| top | number | yes | Top edge of bounding box in pixels |
| right | number | yes | Right edge of bounding box in pixels |
| bottom | number | yes | Bottom edge of bounding box in pixels |
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe