PHP Warning: include_once(/www/wwwroot/hubkub.com/wp-content/mu-plugins/hubkub-noindex-self-canonical.php): Failed to open stream: Permission denied in /www/wwwroot/hubkub.com/wp-settings.php on line 500
Warning: include_once(/www/wwwroot/hubkub.com/wp-content/mu-plugins/hubkub-noindex-self-canonical.php): Failed to open stream: Permission denied in /www/wwwroot/hubkub.com/wp-settings.php on line 500
PHP Warning: include_once(): Failed opening ‘/www/wwwroot/hubkub.com/wp-content/mu-plugins/hubkub-noindex-self-canonical.php’ for inclusion (include_path=’.:/www/server/php/83/lib/php’) in /www/wwwroot/hubkub.com/wp-settings.php on line 500
Warning: include_once(): Failed opening ‘/www/wwwroot/hubkub.com/wp-content/mu-plugins/hubkub-noindex-self-canonical.php’ for inclusion (include_path=’.:/www/server/php/83/lib/php’) in /www/wwwroot/hubkub.com/wp-settings.php on line 500
| Developer | GIMP Project |
| License | GPL-3.0-or-later |
| Platform | Windows, macOS, Linux |
| Official Site | gimp.org |
Official download path for GIMP
Hubkub does not host installers. Use the official vendor/project page first, then use this review to check fit, limits, and safer setup notes.
GIMP (GNU Image Manipulation Program) is the long-standing free and open-source alternative to commercial image editors like Adobe Photoshop. The GIMP 3.2 series, released March-April 2026, introduces the new GTK3-based UI, Wayland-native support on Linux, non-destructive filters, and a modernized plugin API — a major architectural upgrade from the 2.10 era. GIMP 3.2.4 (released 17 April 2026) is the current stable version as of this update.
Key takeaways
- GIMP 3.2.4 is the current stable release (April 2026); download from gimp.org/downloads/ for the correct AppImage, macOS DMG, or Windows installer.
- The 3.2 series moves to GTK3, enabling HiDPI scaling, Wayland-native input, and a cleaner plugin architecture — existing 2.10 scripts/plugins need porting.
- Non-destructive filters (GEGL-based) and basic layer effects are now included; advanced features like CMYK and adjustment layers remain on the roadmap.
What I verified for this review
- Checked the official downloads page for the current stable version (3.2.4) and correct package links for Windows, macOS, and Linux (AppImage/Flatpak).
- Checked official release news for GIMP 3.2.4 (17 April 2026) and 3.2.2 (28 March 2026) on gimp.org/news/.
- Checked official documentation at docs.gimp.org for setup and migration guidance.
Official download URL: https://www.gimp.org/downloads/
Download from Official Site
Use the vendor’s own download page first, then read the official documentation or release information if you are installing on a work PC.
Download GIMP from the Official Site
Official GIMP documentation · Official GIMP news and release information
Hubkub verification notes for GIMP
- Official download/support links already cited on this page were checked as the preferred source path for GIMP.
- Hubkub does not host installer files; the download action points readers back to the official vendor or project source.
- This page separates practical fit, trade-offs, and safety notes so readers can decide whether GIMP matches their workflow.
What Is GIMP?
GIMP is a free, open-source raster graphics editor used for photo retouching, image composition, and image authoring. It runs on Windows, macOS, and Linux, and its GPL license means anyone can inspect, modify, and distribute the code. GIMP has been the go-to free alternative to Photoshop for over 25 years, and the 3.2 release modernizes its foundation for the next decade.
What Changed in GIMP 3.2
The 3.2 series is a major architectural release:
- GTK3 toolkit: Replaces the aging GTK2 stack. This brings native HiDPI scaling, Wayland-native input on Linux, better color management integration, and a more consistent cross-platform look.
- Non-destructive filters (GEGL-based): Apply filter effects as live layers that can be edited or removed without redoing work — a workflow closer to commercial editors.
- Layer effects: Drop shadow, outer glow, stroke, and similar effects are now built-in as non-destructive layer styles.
- Plugin API overhaul: The 2.x Python/Script-Fu plugin model is replaced; existing extensions need porting. New plugins target the GEGL/GTK3 APIs.
- Color management: Deeper integration with babl/GEGL color pipelines; soft-proofing and ICC profile handling are more reliable.
GIMP 3.2.4 (17 April 2026) is a bug-fix release on top of 3.2.2 (28 March 2026), addressing crashes, translation updates, and plugin compatibility issues reported after the 3.2 launch.
Why Use GIMP: Key Benefits

GIMP remains a compelling choice for several practical reasons:
- Zero cost, no subscription: Free under GPL-3.0-or-later. No account, no cloud tie-in, no feature gating.
- Full-layer workflow: Masks, groups, blend modes, text layers, vector paths — the core compositing toolkit is complete.
- Scriptable automation: Python 3 (via new API), Script-Fu (Scheme), and GEGL operations support batch processing and custom tools.
- RAW processing: Built-in RAW loader (via libraw) with basic demosaicing; pairs well with darktable or RawTherapee for advanced workflows.
- Cross-platform parity: Windows installer, macOS DMG (notarized), and Linux AppImage/Flatpak/distro packages all tracked from the same source.
Discover more essential graphics software in our software reviews section.
Key Features of GIMP 3.2
Non-Destructive Filters
Filters now operate as live GEGL nodes attached to layers. You can adjust parameters, toggle visibility, or delete the filter without reapplying from scratch. This brings GIMP closer to the adjustment-layer model professionals expect.
Layer Effects (Styles)
Drop shadow, inner/outer glow, stroke, bevel/emboss, and color overlay are available as non-destructive layer effects — editable at any time via the Layer Effects dialog.
GTK3 UI & HiDPI
The interface scales cleanly on 4K/5K displays and fractional scaling on Wayland. Dockable dialogs, tabbed toolboxes, and theme support (light/dark/system) work consistently across platforms.
Improved Color Management
Display profiling, soft-proofing with simulation intent, and ICC profile embedding on export are more reliable. The babl color engine handles linear/non-linear conversions correctly for GEGL operations.

How to Get Started With GIMP
- Download from the official site: Visit gimp.org/downloads/. Choose Windows Installer, macOS DMG, or Linux AppImage/Flatpak. Verify the file name matches the version (e.g., GIMP-3.2.4-x86_64.AppImage).
- Install: Run the installer (Windows/macOS) or make the AppImage executable (
chmod +x GIMP-*.AppImage) and run it. Flatpak:flatpak install flathub org.gimp.GIMP. - Configure color management: Edit > Preferences > Color Management. Enable display profile detection or assign your monitor ICC profile. Set default RGB working space (sRGB IEC61966-2.1 is a safe default).
- Open an image: File > Open, or drag-and-drop onto the canvas. RAW files open via the built-in RAW importer.
- Apply a non-destructive filter: Right-click a layer > Filters > choose any filter marked with the GEGL icon. A filter layer appears; double-click to adjust parameters later.
- Add a layer effect: Layer > Layer Effects > Drop Shadow (or Glow, Stroke, etc.). Adjust in the Layer Effects dialog; the effect stays live.
- Export: File > Export As > choose format (PNG, JPEG, WebP, TIFF, PSD). Enable ICC profile embedding for color-critical work.
The official GIMP documentation covers every tool, filter, and scripting API with examples.
GIMP vs Commercial Alternatives
| Feature | GIMP 3.2 | Photoshop (Subscription) | Affinity Photo 2 (One-time) | Krita (Free) |
|---|---|---|---|---|
| License | GPL-3.0 (Free) | ~$23/mo | ~$69 once | GPL-3.0 (Free) |
| Non-destructive filters | Yes (GEGL) | Yes (Smart Filters) | Yes (Live Filters) | Yes (Filter Layers) |
| Layer effects | Basic set | Full set | Full set | Full set |
| CMYK/Print prep | Limited (soft-proof only) | Full | Full | Limited |
| Adjustment layers | Roadmap | Yes | Yes | Yes |
| PSD support | Import/Export (basic) | Native | Import/Export (good) | Import (basic) |
| Scripting | Python 3, Script-Fu | JS/UXP, Actions | Macros only | Python 3 |
Official Download
Download GIMP from the official website: gimp.org/downloads/
Note: GIMP is completely free and open source. Be cautious of third-party sites that repackage the installer with adware, toolbars, or “pro” upsells — the official AppImage, DMG, and Windows installer are clean and GPG-signed.
Where GIMP works well — and where it may not
â Pros
- Free, open source, no account or subscription required
- Modern GTK3 UI with HiDPI and Wayland support (3.2+)
- Non-destructive GEGL filters and layer effects
- Strong scripting via Python 3 and GEGL ops
- Cross-platform: Windows, macOS, Linux (AppImage/Flatpak/distro)
â Cons
- CMYK separation and professional print prep still limited
- Adjustment layers not yet implemented (roadmap item)
- 3.2 plugin API breaks most 2.10-era Python/Script-Fu extensions
- PSD round-trip fidelity varies with complex layer styles
- Steeper learning curve for Photoshop migrants
GIMP download and setup questions
Is GIMP really free?
Yes. GIMP is licensed under GPL-3.0-or-later. You can download, use, modify, and distribute it at no cost. There is no “Pro” version, no trial, and no feature gating.
Which GIMP package should I choose on Linux?
For most users, the AppImage from gimp.org/downloads/ is the simplest — it runs on any distribution without installation. Flatpak (Flathub) integrates with software centers and auto-updates. Distro packages (apt, dnf, pacman) may lag behind the latest 3.2.x point release; check your repo version.
Can GIMP open Photoshop PSD files?
GIMP can import and export PSD files with basic layer structure, masks, and blend modes. Complex layer styles, smart objects, and adjustment layers may not round-trip perfectly. Test your specific PSD workflow before relying on it for collaboration.
Does GIMP support CMYK for print?
GIMP 3.2 offers soft-proofing with CMYK ICC profiles and can embed profiles on export, but true CMYK separation (working in CMYK mode, channel-level control) is not yet implemented. For professional print workflows, pair GIMP with Scribus or use a commercial editor for final separation.
What happened to my old GIMP 2.10 plugins?
The 3.2 plugin API is incompatible with 2.10 Python/Script-Fu plugins. Many popular plugins have been ported (check the GIMP plugin registry or GitHub), but some older scripts are abandoned. Script-Fu (Scheme) scripts may work with minor edits; Python 2 plugins must be rewritten for Python 3.
Conclusion: The Modern Free Image Editor
After reviewing GIMP 3.2.4’s capabilities and the official release evidence, here are the three key takeaways:
- Architectural leap: GTK3, GEGL non-destructive filters, and layer effects bring GIMP to a modern baseline — the biggest upgrade since 2.8.
- Free with no strings: GPL-licensed, no telemetry, no subscription, no account required. The AppImage/Flatpak/DMG/Installer are all direct from the project.
- Know the gaps: CMYK separation, adjustment layers, and full PSD fidelity are not there yet. For professional print or tight Photoshop round-trips, budget for a commercial tool alongside GIMP.
GIMP 3.2.4 is the a strong release in the project’s history for general-purpose raster editing, photo retouching, and compositing. Find more essential graphics and design software in our software reviews section.
See also: Best Free Software Downloads: The Complete Collection for 2026 — browse all Downloads articles on Hubkub.
Related Articles
- Krita: Free Digital Painting & Animation Studio
- Inkscape: Free Vector Graphics Editor
- darktable: Free RAW Photography Workflow
Last Updated: July 31, 2026
Reader-first software checklist
Before installing or switching to this software, use this quick checklist to confirm whether it fits your needs and risk tolerance.
- Official source: prefer the developer website, official documentation, or a clearly trusted distribution channel.
- Platform fit: check whether your Windows, macOS, Linux, Android, or iOS version is supported.
- License and cost: confirm whether the app is free, open source, freemium, trial-based, or paid.
- Privacy and permissions: review what files, folders, network access, account data, or browser permissions the app may use.
- Backup first: for recovery, storage, networking, privacy, or system utilities, back up important data before changing settings.
Safe download and setup notes
Hubkub does not recommend clicking misleading download buttons or installing unknown bundles. When possible, use the official source and avoid third-party installers that add toolbars, browser changes, or unrelated offers. After downloading, verify the file name, publisher, version, and installer prompts before continuing.
Pros, limits, and alternatives to consider
- Best fit: users who need a capable free raster editor and can work within GIMP’s current feature boundaries.
- Watch out for: stale 2.10-era tutorials/plugins, CMYK/print workflow gaps, PSD round-trip limits.
- Compare alternatives: if this app feels too complex, too limited, or not maintained enough for your workflow, compare it with similar tools before installing.
Related Hubkub resources: Safe Software Downloads, Software Reviews, How We Review Software, and Content Quality Standards.
FAQ
Should I download this software from any mirror site?
Use the official developer website or a trusted distribution channel whenever possible. Mirror sites can be useful in limited cases, but they may also include outdated installers, misleading ads, or unwanted bundles.
What should I check before installing?
Check the publisher, version, license, supported operating system, installer prompts, and whether the app requests sensitive permissions.








