📋 Table of Contents
GIMP is the most capable free image editor available, but it has a reputation for being confusing — mostly because its defaults differ from Photoshop and because "saving" a JPEG is not where beginners expect it. This guide gets GIMP installed from the official offline installer on any platform, then walks through the five settings and concepts that turn a frustrating first hour into a productive one.
1 Download the official offline installer
GIMP is distributed from gimp.org, which links to full offline installers: a Windows .exe (around 250 MB, the complete application), a macOS .dmg (Intel and Apple Silicon), and on Linux the Flatpak plus your distro's package. The Windows installer in particular is a true standalone — download once, run anywhere offline. Always start from gimp.org; "GIMP download" ad results and mirrors sometimes wrap it in adware. The official Windows build is signed by the GIMP project, which you can confirm in the file's properties.
2 Install it
Windows: run the .exe and accept the defaults; the install is large because GIMP bundles its own Python and plugin runtime. macOS: open the .dmg, drag GIMP to Applications; the first launch can take a minute as it builds font caches — that is normal, not a hang. Linux: flatpak install flathub org.gimp.GIMP gives you the current version offline-friendly once downloaded, or use sudo apt install gimp / sudo dnf install gimp. Launch GIMP once and let it finish initializing before you start the setup below.
3 Setting 1 — turn on single-window mode
Older GIMP felt chaotic because its panels floated as separate windows. If yours looks like that, go to Windows → Single-Window Mode and tick it. Everything snaps into one tidy window with the toolbox on the left and layers/brushes docked on the right, the way every other modern editor works. This one change removes most of the "GIMP is a mess" complaint.
4 Setting 2 — make shortcuts feel like Photoshop
If you are coming from Photoshop, your muscle memory will fight GIMP's defaults. You can install a Photoshop-style keyboard layout: download a PhotoGIMP-style keybinding set, or manually remap under Edit → Keyboard Shortcuts. At minimum, learn GIMP's own essentials — B for brush, P for pencil, E for eraser, T for text, and Shift+Ctrl+E for Export. Even just knowing Export saves hours of confusion.
5 Concept 3 — saving vs exporting (the big one)
This trips up everyone. In GIMP, File → Save only writes GIMP's native .xcf project format (layers preserved, but nothing else can open it). To get a .jpg or .png, you use File → Export As (Shift+Ctrl+E), choose your format, and click Export. There is no "Save as JPEG." Once you internalize "Save = project, Export = shareable image," GIMP's file handling makes sense.
6 Settings 4 & 5 — performance and a few quality-of-life tweaks
Under Edit → Preferences → System Resources, raise the Tile cache size to a few GB if you have the RAM — large images get much snappier. Then under Preferences → Interface, switch the icon theme and size if the defaults are too small on a high-DPI screen. Finally, enable Dynamics on the brush tool options to get pressure-style strokes if you use a tablet. None of these are required, but together they make GIMP feel like a tool you chose rather than one you are tolerating.
Frequently Asked Questions
Is GIMP really free, with no catch?
Yes. GIMP is free and open source (GPLv3) — no paid tier, subscription, or watermark. It is a genuine free alternative to Photoshop for most tasks.
How do I save a JPEG in GIMP?
Use File → Export As (Shift+Ctrl+E), not File → Save. Save only writes GIMP's .xcf project format; Export produces .jpg, .png, and other shareable formats.
Why does GIMP open in multiple windows?
That is the old default. Enable Windows → Single-Window Mode to dock everything into one window like other modern editors.
Can GIMP open Photoshop .psd files?
Yes, GIMP can open and import layered .psd files, though very advanced Photoshop features (some adjustment layers, smart objects) may not translate perfectly.
Conclusion
GIMP's learning curve is front-loaded: install it from the official gimp.org offline installer, switch on single-window mode, learn that Export (not Save) makes your JPEGs, and bump the tile cache. Do those four things in the first ten minutes and GIMP stops feeling alien. It is a genuinely powerful, genuinely free editor once it is set up the way you work.