recipeRecipes

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

NameTypeRequiredDescription
slidesnumberyesNumber of carousel slides to split into (${…}-${…}).
slide_widthnumberOptional 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_heightnumberOptional final slide height in px (e.g. 1350 for Instagram portrait). Requires slide_width.
formatstringjpg | pngOutput format. Default jpg.
qualitynumberJPEG quality on the Photoshop 1-12 scale (jpg only). Default 10.

Official

Community recipes

Nothing here yet. Be the first to share one.

Share a recipe