Jack Wallen / Elyse Betters Picaro / ZDNET ZDNET key takeaways The GIMP image editor is not nearly as challenging as you might think. There are several things you can do to improve your workflow. All of these tips are free to use. I've been using the GIMP image editor longer than I can remember. When I first started my GIMP journey, I knew next to nothing about image editing; the moment I opened GIMP, I felt lost. Over the years, I've developed not only an affinity for the application, but I also consider it one of the better image editors available today. During years of use, I've learned a lot about how GIMP works and how to use it efficiently. If you're just now starting with GIMP (especially after coming from Photoshop), you might find it especially daunting. Also: 10 Linux apps I install on every new machine (and why you should, too) Don't panic -- GIMP's easier to use than you might think. The following tips will help you get the most out of the open-source image editor. 1. Learn and customize the UI Before you throw your hands in the air and proclaim, "I can't work with this user interface," I suggest you first become familiar with all the components of the UI. Although it might at first glance look like something of a mess, it's actually laid out with plenty of thought and logic. Even so, you might prefer customizing the UI to best suit your needs. If Photoshop has been your image editor for a long time, consider using PhotoGimp, a patch that makes it easier to transform the GIMP UI into a more Photoshop-like interface. However, I recommend that you first try to familiarize yourself with the standard GIMP layout and see if it doesn't start making more sense. 2. Master layers and channels Layers and channels are very important features in GIMP that can really elevate your work. Essentially, layers are like transparent sheets of paper, stacked on top of each other. Layers make it possible to work on different elements of your image independently and non-destructively. Channels are the basic building blocks of a layer's color data, consisting of individual color components (Red, Green, Blue) and an Alpha channel for transparency. With channels, each layer corresponds to a particular level based on the color model of the image. With both layers and channels, you can decide what is displayed in an image, making them a very flexible and powerful tool. 3. Ungroup the tools In GIMP, it's possible to disable the feature that groups similar tools together in a single icon. For example, if you click and hold the Bucket Fill icon, you'll notice that it can be switched to the Gradient icon. Although this does save space in the UI, it can be challenging to remember what tools are grouped together. Also: How to create a gradient transparency in GIMP You can disable that feature in Settings > Interface > Toolbox and uncheck the box for "Use tool groups." Once you've disabled the feature, you must restart GIMP for the change to take effect. Now, each tool will have its own button, so you won't have to spend time remembering where to find the tool you need. 4. Add brushes and fonts GIMP can use Photoshop brushes. I've installed a lot of brushes over the years and have found they help make my job a bit easier. There's even a GIMP Brush Depot on DeviantArt where you can download plenty of free brushes. Once downloaded, here's where the brushes should be placed: Linux: ~/.config/GIMP/version/brushes, or ~/.gimp-version/brushes MacOS: /Users/USERNAME/Applications/Library/Application Support/gimp/VERSION/brushes Windows: C:\\Users\\USERNAME\\AppData\\Roaming\\GIMP\\2.10\\brushes USERNAME is your username, and VERSION is the version of GIMP you are using. If you're using Photoshop brushes, make sure to change the extension name to .gbr. 5. Learn layer masks When I learned how to use layer masks, my work improved exponentially. Think of layer masks as a grayscale image used to control the transparency of a layer. In the case of layer masks, black areas hide the content layer, white reveals it, and gray creates a partial transparency for smooth blending and selective editing. Also: How to make GIMP more like Photoshop You can add a layer mask by right-clicking a layer in the Layers panel and then clicking Add Layer Mask. Once the layer mask has been added, you can do whatever you need, such as fading the transparency level of a particular section of a layer. One thing to remember is that, when you're finished with the layer mask, you have to apply it by right-clicking the layer and then selecting Apply Layer Mask. 6. Get to know filters GIMP includes a good collection of filters. You'll find filters for blur, enhance, distort, light and shadow, noise, edge detect, generic, combine, artistic, and more. These filters are an invaluable tool for elevating your work. When I'm working with effects and filters, I generally apply them to layers, so they aren't global. I use Light & Shadow > Dropdown Legacy quite a bit as well as Blur > Gaussian Blur. Because there are so many filters, you'll want to spend some time up-front learning the ins and outs of using each. Also: How to use Layers in the GIMP image editor (and why you should) 7. Install G'Mic G'Mic is a free, open-source framework for image processing. G'Mic adds hundreds of algorithmic filters used for manipulating and enhancing your images. A lot of G'Mic filters are actually a combination of standard filters, which means you don't have to go through and apply more filters than you can manage. G'Mic will save you plenty of work. You do have to install G'Mic separately, which is easy to do. For Linux, issue the command sudo apt-get install gimp-gmic -y. On Windows, you simply download the .exe file, double-click it, and walk through the installation wizard. (The G'Mic team does not offert a MacOS port of the software.) Once installed, you can access G'Mic in the Filters menu. 8. Minimize transformations Minimizing transformations is the practice of reducing the number of irreversible transformations applied to an image to preserve its quality. For example, if you choose to resize an image, you want to make sure to use the appropriate interpolation method and avoid unnecessary repeated scaling. This will prevent excessive pixelation and/or loss of detail. Essentially, minimizing transformations is another way of saying "avoiding image degradation." 9. Make use of auto color adjustments Color grading can make or break your images. While grading is used mostly for video, the automatic color adjustments can also be applied to still photos. Auto color adjustments can be found in the Colors > Auto folder, where you'll find adjustments for equalize, white balance, stretch contrast, stretch contrast (HSB), color enhance, and color enhance (legacy). Using these tools is a great way to improve the color of your images. Also: How to export images as PDFs in GIMP 10. Use multi-window mode The default GIMP layout slaps everything into a single window. However, multi-window mode places those tools in individual windows, so you can move them exactly where you want. Once you've changed to multi-window mode, those tools are no longer limited to remaining in the main GUI; you can drag them around and place them where you need. Think of multi-window mode like this: Single-window consolidates everything into a single window, whereas multi-window breaks the UI into multiple windows, which you can drag around and use as needed. To use multi-window mode, go to the Windows menu in GIMP and click Single-window mode to disable the feature.