GIMP FAQ - Frequently Asked Questions

Answers to the most common questions about GIMP: what it is, how to install it, what it can do, and how it compares to other editors.

GIMP Basics

GIMP stands for GNU Image Manipulation Program. It is a free, open-source raster graphics editor developed by a community of volunteers. GIMP runs on Windows, macOS, and Linux and is used for photo retouching, image composition, image authoring, and digital painting. It has been in development since 1995 and is one of the most capable free image editors available.

Read full answer

Yes, completely. GIMP is free and open source software released under the GNU General Public License (GPL) version 3 or later. There are no trial periods, no premium features, no subscription fees, and no watermarks. You can use GIMP commercially, modify it, and distribute it freely under the terms of the GPL.

Read full answer

The latest stable release is GIMP 3.2.4. GIMP 3.x is the current major version, featuring significantly improved internals including full GEGL integration, a redesigned plugin API (GIMP-PDB 3.0), better layer effects, improved text tool, and enhanced GTK3 interface. You can download it from the Download page on this site.

Read full answer

GIMP is developed by a distributed team of volunteer developers and contributors worldwide. The project is hosted at gitlab.gnome.org and uses the GNOME infrastructure. There is no company behind GIMP - It is a purely community-driven open-source project.

Read full answer

Yes. GIMP is one of the most trusted open-source applications in existence. The official download is available at GIMP.org and all links on GIMP.cc point to official distribution servers at download.gimp.org or Flathub. Never download GIMP from unofficial third-party sites, as some bundle unwanted software with the installer.

Read full answer

Installation

Download the .exe installer from our Download page. Double-click the installer, allow the UAC prompt, accept the GPL license, choose your installation folder (the default is fine), and click Install. GIMP will appear in your Start menu. It requires Windows 10 version 1903 or later.

Read full answer

Download the .dmg file for your Mac (ARM64 for Apple Silicon M1/M2/M3/M4, x86_64 for Intel). Open the DMG, drag GIMP to Applications. On first launch, right-click the icon and choose Open to bypass Gatekeeper. GIMP requires macOS 10.15 Catalina or later.

Read full answer

The easiest method is the AppImage - Download, mark as executable (chmod +x), and run it. Flatpak users can install from Flathub: flatpak install flathub org.gimp.GIMP. Package managers (apt, dnf, pacman) may offer slightly older versions.

Read full answer

The GIMP installation itself requires approximately 300–400 MB. When running, GIMP may use several GB of disk space for cache files if you work with very large images. You can configure the cache location and size in Preferences → Environment.

Read full answer

GIMP does not have an official portable version, but community-made portable builds exist for Windows. Search for 'GIMP Portable' on portableapps.com for a trusted portable build.

Read full answer

Features

GIMP supports a very wide range of formats. Natively: PNG, JPEG, WebP, GIF, BMP, TIFF, TGA, PPM, XBM, XPM, and its own XCF format. With plugins: PSD (Photoshop), EPS, PDF (export), SVG (import), HEIF, AVIF, JXL, and RAW formats via third-party converters like darktable-gimp.

Read full answer

Yes. GIMP can open PSD files and attempt to preserve layers, masks, and basic adjustments. However, Photoshop-specific features like Smart Objects, adjustment layers, and certain blend modes may not translate perfectly. GIMP can also export to PSD format.

Read full answer

Yes. GIMP has full layer support including unlimited layers, layer groups, layer masks, alpha (transparency) channels, and all major blending modes (Normal, Multiply, Screen, Overlay, Dodge, Burn, and more).

Read full answer

Not natively. GIMP cannot open camera RAW files directly. The recommended workflow is to process RAW files in darktable or RawTherapee first, then open the resulting TIF or PNG in GIMP. Alternatively, the darktable-gimp plugin allows RAW opening directly from within GIMP.

Read full answer

Yes. GIMP 3.x has improved tablet support via GTK3 and xinput. Most Wacom, Huion, and XP-Pen tablets work with GIMP. Configure pressure sensitivity and tablet buttons in Edit → Input Devices.

Read full answer

Compatibility

Generally no. Photoshop plugins use the Adobe plug-in API, which is different from GIMP's. Some effects can be replicated by equivalent GIMP plugins, but direct compatibility is not supported.

Read full answer

Plugins

Place plugin files in your GIMP plugins folder. On Windows: %APPDATA%/GIMP/3.0/plug-ins/. On macOS: ~/Library/Application Support/GIMP/3.0/plug-ins/. On Linux: ~/.config/GIMP/3.0/plug-ins/. Restart GIMP after installing.

Read full answer

The vast majority of GIMP plugins are free and open source. The plugin ecosystem is community-driven, and most developers release their plugins under open-source licenses like GPL or MIT.

Read full answer

Generally no. Photoshop plugins use the Adobe plug-in API, which is different from GIMP's. Some effects can be replicated by equivalent GIMP plugins, but direct compatibility is not supported.

Read full answer

Performance

GIMP's performance depends heavily on the complexity of your project, your RAM, and your storage speed. For large files (50+ MB), ensure GIMP has enough RAM allocated in Preferences → Environment. Using an SSD for GIMP's swap file location also significantly improves performance.

Read full answer

GIMP runs on computers with 4 GB RAM, but 8 GB or more is recommended for comfortable photo editing. For very large images or complex projects, 16 GB RAM will provide a noticeable improvement in speed.

Read full answer

GIMP 3.x uses GEGL which supports GPU acceleration via OpenCL in some configurations. However, GIMP's GPU utilization is less than professional paid editors. Most operations run on the CPU.

Read full answer