
A single master file that outputs a hero image for the web, a square for Instagram, a story-shaped crop for TikTok, and a CMYK PDF for print is the design workflow that survives client feedback. Photoshop popularized the pattern with Smart Objects and Export As. The best apps for multi-format image export handle the same idea without a monthly Adobe subscription. Some are full editors that ship with slice or persona-based export. Some do only the export step and do it fast. We picked seven that fit different pieces of the workflow.
What to look for in a multi-format export app
Six criteria:
- Non-destructive edits. Whether adjustments and layers can be re-exported without redoing work.
- Batch export. Whether one file can output five sizes and formats in one click.
- Color mode support. RGB, CMYK, and Pantone are the difference between web-only and print-capable.
- Export formats. WebP, AVIF, PNG-8/24, JPEG, SVG, PDF/X, and TIFF cover most needs today.
- Automation. Scripting or presets for the export step; the point is doing it once and reusing forever.
- Cost model. One-time purchase, free open-source, or subscription. Preferences vary.
Quick comparison
| App | Best for | Format range | Free plan | Pricing | Standout |
|---|---|---|---|---|---|
| Affinity Photo 2 | Photoshop replacement | Wide, incl. PDF/X | Trial | ~$70 one-time | Export Persona built for master files |
| Photopea | Free browser Photoshop | Wide | Free with ads | Pro from $5/mo | Opens PSD directly |
| GIMP | Fully free editor | Wide | Free | Free | Script-Fu batch export |
| Krita | Illustration and comics | PNG/JPEG/WebP | Free | Free | Great for artwork exports |
| XnConvert | Batch conversion only | 500+ formats | Free | Free | Recipe-based, no editor overhead |
| ImageMagick | Command-line pipeline | Everything | Free | Free | Scriptable, headless |
| PhotoScape X | Casual quick exports | Common formats | Free | Pro from $40 one-time | Simple UI, fast for social |
The apps
1. Affinity Photo 2, best full Photoshop replacement
Affinity Photo 2 is the closest one-to-one Photoshop replacement without a subscription. Its Export Persona takes a master document with layers, slices, and adjustment layers, and outputs any combination of formats and sizes in a single pass. Continuous export watches the master file and re-runs on save.
Where it falls short: No Adobe-format brush or plugin ecosystem. Occasional edge cases when opening large PSDs with rare features.
Pricing: One-time purchase, roughly $70 for Photo alone, more for the Universal License that covers Designer and Publisher too.
Platforms: Windows, macOS, iPad.
Download: Affinity
Bottom line: The pick if the goal is a Photoshop-shaped workflow without the recurring bill.
2. Photopea, best free Photoshop-in-browser
Photopea opens PSD, XCF, Sketch, XD, and Figma files in a browser and exports to every common format. The interface is unmistakably Photoshop-inspired, which shortens the learning curve for anyone coming from Adobe. “Export As” supports batches, and the app can save the working file back to Google Drive, Dropbox, or a local disk.
Where it falls short: Ads on the free tier. CMYK export is limited compared to a native tool. Large files (over 200 MB) get slow in the browser.
Pricing:
- Free with ads
- Paid: from $5/mo, ad-free with more file slots
Platforms: Any modern browser (Windows, macOS, Linux, ChromeOS).
Download: Photopea
Bottom line: The pick when no install is possible or the machine is a Chromebook.
3. GIMP, best fully free editor
GIMP is the long-standing free-and-open editor. Its native export is fine; the real strength for multi-format work is Script-Fu and Python plugins. A twenty-line script can output a folder of favicons, social crops, and print-ready TIFFs from one XCF master. GIMP 3.x (available since early 2025) also improved layer effects and non-destructive workflows.
Where it falls short: UI is not Photoshop-shaped and never will be. Learning curve is real.
Pricing: Free, GPL-3.0.
Platforms: Windows, macOS, Linux.
Download: GIMP
Bottom line: The pick if the workflow is amenable to a small script that runs after every save.
4. Krita, best for illustrated artwork export
Krita targets digital painting and comics, not photo compositing. For a workflow whose master file is line art or a painted illustration, Krita exports layer groups to PNG, WebP, and JPEG in batch, and can flatten to a print-ready TIFF or PDF. Its animated export is a strength if the master includes a keyframe timeline.
Where it falls short: Not the tool for photo retouching or brand-marketing exports.
Pricing: Free, GPL-3.0. Paid on Steam and app stores as a way to donate.
Platforms: Windows, macOS, Linux, Android.
Download: Krita
Bottom line: The pick when the master file is drawn art, not a photo.
5. XnConvert, best batch converter without an editor
XnConvert is not an editor. It is a batch conversion tool: drag folders in, define a recipe (resize, watermark, sharpen, save-as), and run. It reads and writes 500+ formats, including CMYK JPEG and PSD. The recipe file is portable, which fits into a team’s shared export workflow.
Where it falls short: No painting, no layers, no selection. Purely a converter.
Pricing: Free for personal use; low-cost licenses for business.
Platforms: Windows, macOS, Linux.
Download: XnView
Bottom line: The pick when the master file is edited elsewhere and the export step is a repetitive batch.
6. ImageMagick, best command-line pipeline
ImageMagick is the CLI everyone else calls under the hood. magick input.psd -define png:compression-level=9 -resize 1200x1200 [email protected] in a Makefile turns exports into part of a build. Continuous integration can output every needed variant on a git push.
Where it falls short: Steep learning curve. No UI. Format-specific flags are a rabbit hole.
Pricing: Free, Apache-2.0.
Platforms: Windows, macOS, Linux, everywhere.
Download: ImageMagick
Bottom line: The pick when the export step should live in a repo alongside the code.
7. PhotoScape X, best casual quick export
PhotoScape X is a friendly editor with strong batch tools. It is the pick when the workflow is “quick photo touch-up, then push to Instagram and blog.” Presets for social sizes, watermarks, and quick color grading make it fast for non-designers.
Where it falls short: No PSD, no CMYK, no advanced layer effects. Not a serious print tool.
Pricing:
- Free
- Pro: one-time purchase for extra effects and features
Platforms: Windows, macOS.
Download: PhotoScape X
Bottom line: The pick for casual users who post to social media and do not need a master-file workflow.
How to pick the right one
If the goal is a Photoshop-shaped master file with one-click exports: Affinity Photo 2.
If no install is possible: Photopea in the browser.
If everything must stay free and open: GIMP with a small export script.
If the master file is drawn art: Krita.
If the master file is edited elsewhere and export is a repetitive batch: XnConvert.
If the export step belongs in a build pipeline: ImageMagick.
If the workflow is casual social posting: PhotoScape X.
FAQ
Which app opens Photoshop PSDs best? Photopea and Affinity Photo 2. Photopea is closer to Photoshop file semantics; Affinity is close and gives a real desktop app.
Can any of these export CMYK PDFs for print?
Affinity Photo 2 handles CMYK and PDF/X out of the box. Photopea does CMYK JPEG. GIMP needs the separate separate+ plugin path. ImageMagick can do CMYK with the right color profile flags.
What is the fastest way to produce all social crops from one master? Affinity Photo 2’s Export Persona with export slices. XnConvert with a resize recipe if the master is already flattened. ImageMagick in a Makefile if the export lives next to code.
Does any free app match Photoshop’s Smart Objects? Affinity’s linked images and Photopea’s Smart Objects both replicate the pattern. GIMP is progressing toward it but is not there yet.
Are there export tools that watch the master file and re-export on save? Affinity Photo 2’s continuous export does exactly this. GIMP with a small script plus a file-watcher covers the same case.
What about AVIF and WebP for the web? All seven support WebP. Affinity, Photopea, GIMP, Krita, XnConvert, and ImageMagick support AVIF; PhotoScape X does not.