photoshop_image_stack
Load 2+ image files into one document, convert to a smart object and apply a stack mode (mean/median/max/min/...). Classic "remove tourists from N shots" or noise reduction — no generative AI involved. Users often say: remove tourists, median stack, average these photos, noise stack, turistleri sil. Use when: the user has multiple aligned shots of the same scene and wants a statistical blend. Do NOT use when: removing a single object from one photo — use photoshop_generative_remove or photoshop_content_aware_fill. Returns: JSON { ok, summary, details: { file_count, mode, layer_name } }. Preconditions: 2+ existing image files. Side effects: opens the files; the stacked result becomes the active document.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| files | string[] | yes | Absolute paths of the images to stack (min 2) |
| mode | string | — | Stack mode — median removes transient objects, mean reduces noise |
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe