photoshop_recipe_split_carousel
Split the active wide document into N equal vertical slices and export them as sequentially numbered files for a seamless Instagram/TikTok carousel (panorama swipe effect). Use when: the user wants a seamless/swipeable carousel, split panorama, or multi-slide export of one wide design. Typical request: "split this into a 5-slide carousel". Do NOT use when: the user wants the same content reframed per platform (use photoshop_recipe_export_social_variants) or a single crop (use photoshop_crop_document). Returns: { ok, summary, output_paths (in slide order), details: { slides, slice_width } }. Preconditions: active document whose width is at least `slides` pixels. Side effects: writes one file per slide; source document is unchanged.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| slides | number | yes | Number of carousel slides to split into (${…}-${…}). |
| slide_width | number | — | Optional final slide width in px (e.g. 1080). Requires slide_height. Each slice is center-cropped/resized to this size. Omit to keep native slice dimensions. |
| slide_height | number | — | Optional final slide height in px (e.g. 1350 for Instagram portrait). Requires slide_width. |
| format | stringjpg | png | — | Output format. Default jpg. |
| quality | number | — | JPEG quality on the Photoshop 1-12 scale (jpg only). Default 10. |
Official
- Seamless carouselSlices one wide document into numbered slides in swipe order.
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe