photoshop_apply_smart_blur
Apply edge-preserving Smart Blur to smooth skin or simplify backgrounds while retaining edge detail on the active raster layer.
Instructions
Apply the Smart Blur filter to the active raster layer — edge-preserving blur for smoothing skin or simplifying backgrounds.
Users often say: smart blur, edge-preserving blur, smooth skin blur, blur but keep edges.
Use when: subtle smoothing that respects edges (portraits, product cleanup). Do NOT use on text, Smart Objects, or the Background layer — rasterize first (photoshop_rasterize_layer). Do NOT use when: uniform blur is enough — use photoshop_apply_gaussian_blur.
Returns: JSON { ok, summary, details: { filter, radius, threshold, mode, quality, context } }. Preconditions: active document; normal (raster) layer selected. Side effects: one history step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Smart blur mode (default: NORMAL) | NORMAL |
| radius | Yes | Blur radius (0.1-100) | |
| quality | No | Blur quality / smoothness (default: MEDIUM) | MEDIUM |
| threshold | Yes | Blur threshold — higher values restrict blur to stronger edges (0.1-100) | |
| 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. |