recipeRecipes
photoshop_recipe_export_social_variants
Render one JPEG per requested social-media platform from the active document. Each variant is center-cropped/resized to the platform spec and saved to disk. Use when: the user wants multi-platform deliverables in one shot. Do NOT use when: only one export is needed (use photoshop_recipe_prepare_for_web instead) or when platforms differ by content rather than crop (recipe does not change content, only frame). Returns: { ok, summary, output_paths, details: { variants } }. Preconditions: active document. Aspect ratios that differ from the source result in a center-crop (no padding). Side effects: writes one file per platform; source unchanged.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| platforms | string[] | — | Slugs of platforms to export. Known: ${…}. Default: ${…}. |
| quality | number | — | JPEG quality on the Photoshop 1-12 scale. Default 9. |
Official
- Social variantsOne JPEG per platform at spec dimensions from the same document.
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe