If you have spent years in Photoshop and just switched to GIMP, the first 30 minutes are the roughest part. Your fingers reach for shortcuts that do something else entirely, "Save" does not save the file you think it does, and the toolbox is scattered across floating windows instead of one workspace. None of that means GIMP is broken — the two programs solved similar problems with different defaults, and once you know where they diverge, most of the friction disappears fast.
This guide covers what actually trips up incoming Photoshop users: the window layout, the save-versus-export split, keyboard shortcuts, and how non-destructive editing differs between the two apps. None of it requires plugins or a from-scratch relearn. Most of it is a handful of menu settings you flip once and never think about again.
Key takeaways
- Turn on Single-Window Mode (Windows menu) before you do anything else — GIMP's default multi-window layout is the single biggest source of "this feels broken" complaints from new switchers.
- "Save" writes a
.xcfworking file. "Export As" writes a PNG, JPG, or PSD. Mixing the two up is the most common new-user mistake, and it is not your fault — the split exists on purpose. - Recent GIMP releases added non-destructive layer effects and non-destructive vector and link layers, closing some — not all — of the gap with Photoshop's adjustment layers and Smart Objects.
- Keyboard shortcuts can be remapped one at a time in the built-in editor, or replaced wholesale with a community shortcut set built to mirror Photoshop's defaults.
- GIMP opens and exports
.psdfiles through its built-in plugin, but round-tripping a complex Photoshop document is not always lossless.
Fix the layout before you touch a single tool
By default, GIMP opens as several independent windows: a toolbox, a canvas, and one or more dockable dialogs for layers, brushes, and history. On a single monitor, that layout is disorienting for anyone coming from Photoshop's unified workspace.
The fix takes ten seconds. Open Windows > Single-Window Mode. This collapses the toolbox, canvas, and dockable panels into one tabbed window closer to what you already know. It is the first thing most switching guides tell you to do, and for good reason — almost every other layout complaint traces back to skipping this step.
Save vs. export: the habit that breaks people
This is the change that causes the most confusion in week one. In Photoshop, saving a .psd and exporting a .png both feel like variations on the same action. In GIMP, they are treated as fundamentally different operations, on purpose.
Save writes a .xcf file — GIMP's native working format, roughly equivalent to a .psd. It preserves layers in their original order and names, blend modes, opacity, layer groups, text layers with editable font data, channels, paths, guides, and the session's undo history.
Export flattens the visible image into a shareable format: PNG, JPG, PDF, TIFF, PSD, WebP, and more. Exporting does not touch your working .xcf, and you can export the same file as many times as you want without losing any layer data.
The separation exists specifically to stop people from accidentally overwriting a layered working file with a flattened export. It feels like an extra step at first. After a week it becomes automatic, the same way any other habit does.
Shortcuts and muscle memory
GIMP's default shortcuts do not match Photoshop's, which is jarring for anyone with a decade of muscle memory built around Ctrl+J or Ctrl+Alt+Shift+E. You have two practical options.
The first is to remap shortcuts yourself, one at a time, in Edit > Keyboard Shortcuts. GIMP recommends the Ctrl+Alt+[key] pattern for custom bindings, since that combination is rarely already taken.
The second is to install a community-maintained keymap that ports Photoshop's shortcut set into GIMP in one pass, covering duplicate layer, new layer, brush tool, and move tool, without rebuilding the list by hand. Either approach works; the manual route just takes longer.
Layers, non-destructive edits, and what is actually different
Non-destructive editing is the biggest conceptual gap between the two programs, and it has been narrowing. Recent GIMP versions introduced layer effects and vector or link layers that behave non-destructively — they stack on a layer, stay editable, and can be toggled or reordered without redoing other work. That said, the two tools do not map one-to-one.
| Photoshop concept | Closest GIMP equivalent | What is different |
|---|---|---|
| Adjustment layers | Non-destructive layer effects | Effects stack per layer and stay editable, but they are not independent layers you can mask the same way |
| Smart Objects | Non-destructive link layers | Linked external images stay editable at full quality; there is no single wrapper object with embedded transform history |
| Save (Ctrl+S) | Save (.xcf) | Writes the native working format, not a shareable image |
| Export | Export As | Flattens the image to PNG, JPG, PSD, TIFF, and other formats |
| Layer Styles | Native layer effects (drop shadow, glow, bevel and emboss) | GIMP's own implementation — visually similar, not settings-for-settings identical |
| Actions | Script-Fu / Python-Fu | Closer to scripting than one-click recording; a steeper learning curve for repetitive batch tasks |
For most day-to-day retouching, compositing, and photo cleanup, this gets you most of the way to a Photoshop-equivalent workflow. For production pipelines built entirely around Smart Objects and deep adjustment-layer stacks, expect to adapt your process rather than find a drop-in match.
Opening and saving Photoshop files
GIMP's built-in PSD plugin handles standard .psd files up to roughly 2 GB, and the large-document .psb format above that. Opening a colleague's layered PSD generally preserves the layer structure, and exporting back to PSD keeps layers intact in most everyday cases too.
The caveat: highly complex documents — heavy smart-object use, certain adjustment-layer types, some blend modes — are not guaranteed to round-trip perfectly. The safest habit is to keep your own working file as .xcf and export a .psd only when a collaborator needs one.
Where GIMP fits, and when it does not
GIMP is a strong, genuinely free, open-source fit for photo editing, retouching, and general raster compositing — the bulk of what most people actually use Photoshop for. Check the GIMP verification snapshot for a current read on trust signals and update cadence, and see our verification methodology for how we evaluate every app on the site.
If your work leans more toward digital painting than photo retouching, Krita is worth a look — our GIMP vs. Krita comparison breaks down where each is stronger. If you want something that runs entirely in a browser tab, Photopea is the closest thing to a Photoshop clone that ships as a website. For a broader shortlist, our free photo editor roundup compares the leading options, and the full verified app directory covers everything else we have checked.
Switching editors always costs you a slower first week. Once Single-Window Mode is on, the save/export split is second nature, and your shortcuts are remapped, the remaining differences are mostly about non-destructive editing depth rather than day-to-day usability. Features and interfaces change over time, so it is worth checking the official GIMP site for the latest release notes before you settle into a long-term workflow.
Frequently asked questions
Is GIMP a full replacement for Photoshop?
For most everyday raster editing, photo retouching, and compositing work, yes — it covers the bulk of what typical users need. For production workflows built heavily around Smart Objects, specific Adobe plugins, or deep adjustment-layer stacks, you should expect some workflow changes rather than a perfect drop-in replacement.
Can GIMP open native Photoshop PSD files?
Yes. GIMP's built-in plugin opens standard .psd files and the large-document .psb format, generally preserving layer structure on import and export. Very complex documents with heavy smart-object or adjustment-layer use are the main exception where fidelity can slip.
Do I need to relearn all my keyboard shortcuts?
Not entirely. You can remap shortcuts individually in Edit > Keyboard Shortcuts, or install a community keymap built to mirror Photoshop's defaults for the common actions. Either way, expect a short adjustment period even after remapping, since a few GIMP workflows are structured differently regardless of what key triggers them.
Why does GIMP separate saving from exporting?
The split exists to stop people from accidentally overwriting a layered working file with a flattened image. Save writes a .xcf file that keeps layers, blend modes, text, channels, paths, and undo history intact, while Export As produces a shareable PNG, JPG, PSD, or similar without touching that working file. It feels like an extra step in week one and becomes automatic soon after.