<aside> ðŸ›
Stack Multiple Images Into One — Photoshop-Style Layer Compositing
Take a stack of images (with transparency) and flatten them into a single finished image, using alpha compositing — exactly like Photoshop's "Merge Visible." Automatically handles layers of different sizes with three fit modes (cover, contain, stretch) so a small logo, a full-frame photo, and a mid-size overlay can all live in the same composition without manual resizing. Perfect for watermarks, badges, overlays, subject-on-background compositing, and any workflow where you're combining separate image elements.
</aside>
Layer Compose takes a layer stack (multiple images, typically with alpha/transparency) and alpha-composites them into a single output image. The layers are stacked in order — later layers appear on top of earlier ones — and blended together using each layer's alpha channel. When a layer has a different resolution than the background, the tool automatically resizes it using the fit mode you choose. The result: one flattened image with all the layers combined, at the background's resolution.
<aside>


How to fit differently-sized layers to the background resolution:
Controls what happens when a layer's dimensions don't match the background. Same idea as CSS object-fit.
| Mode | Behavior | Best For |
|---|---|---|
| cover (default) | Layer is scaled to fully cover the background, cropping any overflow. Aspect ratio preserved. | Full-frame overlays where you want to fill every pixel, even if edges get trimmed |
| contain | Layer is scaled to fit entirely inside the background, adding transparent letterboxing if needed. Aspect ratio preserved. | Logos, badges, or images you want to keep whole — no cropping |
| stretch | Layer is stretched to exactly match background dimensions. Aspect ratio not preserved (image may distort). |
Format: PNG (with alpha) — flattened composite of all input layers
Resolution: Matches the background layer's resolution
Content: All layers blended in stack order, with fit-mode-driven resizing applied to non-matching layers

</aside>
<aside>
Note: Layer Compose is the finishing step for any workflow that produces separate image elements — subject cutouts, blurred backgrounds, transparent overlays, badges, logos — and needs them merged into one final image. Pair it with SAM3 + Object Picker (for subject extraction), Lens Blur (for backgrounds), and Draw Text (for captions) to build a complete portrait-mode / hero-shot pipeline in a single flow. For pure text overlays without a separate image layer, Draw Text alone is simpler..