Feature

One ZIP, every device, every language.

TL;DR. Click Export → Pick languages → ZIP downloads with one folder per device size × language, each with every panel as a numbered PNG. Every export covers the four store-required sizes automatically: no size-picking, no manual resizing.

Why a ZIP and not one PNG at a time

App Store Connect wants screenshots at specific dimensions per device class. If you ship in five languages and need 6.9" + 6.5" + iPad 13" coverage, that's 5 panels × 5 languages × 3 device sizes = 75 files. Hand-exporting and renaming is the slow part. The ZIP names files 01-panel-name.png in folders 6.9", 6.5", iPad 13", etc., drop the right folder into App Store Connect per device class.

Sizes available

Every export covers the four sizes both stores require: iPhone 6.9" (1320×2868), iPad 13" (2064×2752), Galaxy S25 Ultra (1440×3120) and Galaxy Tab S9 Ultra (1848×2960). Apple and Google auto-scale these down to every smaller class. The editor re-renders each panel at exact dimensions per size; no upscaling, no blurry export.

Multi-language batches

If you have multiple App Store locales enabled, the ZIP can include "every panel × every locale" as folders named with App Store canonical codes (en-US/, pt-BR/, zh-Hans/, etc.). Translation happens once (see AI translation); export pulls the localized text per locale.

Format

PNG-24 with alpha. Sub-100KB per panel for typical designs. SVG-based 3D tilt renders cleanly into PNG because the export uses the live DOM tree via a foreignObject SVG wrapper into a canvas.

Try the editor →