photoshop_recipe_frequency_separation
Separate image texture and color into Low and High layers for manual retouching. Prepares portraits or products for hands-on frequency separation.
Instructions
Build a frequency separation stack (Low + High) on top of the active layer for hands-on retouching. Does not apply any smoothing itself — the user paints into the layers afterwards.
Users often say: frequency separation, split texture and color, manual retouch setup.
Use when: the user explicitly wants frequency separation setup, typically for portrait or product retouching. Do NOT use when: the user wants a one-shot result without painting — use photoshop_recipe_enhance_portrait instead.
Returns: { ok, summary, details: { radius_px, group_name } }.
Preconditions: active document with a NORMAL raster active layer. Side effects: appends a "Frequency Separation" layer group with 2 prepared layers; one undo reverts everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius_px | No | Gaussian blur radius for the low-frequency layer. 4-8 for portraits, 10-20 for products. Default 6. Range 1-50. | |
| 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. |