{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreicasvrp3rlpzawcrrqv5boqemcuhfutzggullh4qfkokudfcmuxte",
"uri": "at://did:plc:yzyaxaae7anft6lme45wuzee/app.bsky.feed.post/3mjvexgefilu2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreigitrvmhgxprwxevx3gu7bfroiejupbafw75vgopib3clydwrctc4"
},
"mimeType": "image/jpeg",
"size": 332525
},
"path": "/news/2026/04/19/gimp-3-2-4-released/",
"publishedAt": "2026-04-18T22:00:00.000Z",
"site": "https://www.gimp.org",
"tags": [
"Libre Graphics Meeting",
"GIMP 3.2.4",
"NEWS",
"since 1999",
"OpenRaster",
"Metadata Viewer",
"ScreenCaptureKit",
"32bit Windows builds",
"Gradient Editor dock",
"browsing our repository",
"last news post",
"reach out to the translation team",
"official mirror sponsors",
"request to become an official mirror",
"ctx",
"developer website",
"3.0 documentation",
"discussion channels",
"GIMP official website (gimp.org)",
"GIMP 3.4",
"donate and personally fund GIMP developers"
],
"textContent": "Before we travel to this year’s Libre Graphics Meeting, we wanted to share a new release of GIMP! The second update of the 3.2 series, GIMP 3.2.4 contains more bugfixes and UX updates.\n\n * General Highlights\n * Scanning on Windows\n * UX/UI and Performance Improvements\n * Script and Plug-in Developers\n * Around GIMP\n * Libre Graphics Meeting\n * Translation\n * New Mirror\n * Release Stats\n * Downloading GIMP 3.2.4\n * What’s Next\n\n\n\n# General Highlights¶\n\nWe continue to polish GIMP 3.2 in this release. Several new contributors have provided patches this time around, which is very exciting! For more details, check out our NEWS file in our code repository.\n\n * We’ve caught more cases where tools would accidentally rasterize link, text, and vector layers. For instance, the `Edit > Fill with...` menu options for colors and patterns now work the same as dragging and dropping colors onto non-raster layers. The Crop Tool now behaves more consistently and does not attempt to resize vector layers.\n\n * New contributor **anenasa** both reported and fixed an issue with the Text Outline feature being cut off with vertical oriented text.\n\n * One for the record books - **Jehan** fixed a bug in our XCF code that’s existed since 1999! He’s also added code to correctly load XCFs made with and without this bug, as backwards compatibility with XCF project files is very important to us.\n\n * Sometimes a bug fix can create other, unrelated bugs. A fix we made in GIMP 3.2.2 caused some text layers to become uneditable after reloading them from an XCF file. **Jehan** found and fixed the new bug, so you should be able to edit both XCFs created in 3.2.2 and new ones.\n\n * Speaking of text, **Gabriele Barbe** has fixed an issue where rotating the canvas rather than the image could cause the on-canvas text editor to appear in the wrong place when moved.\n\n * New contributor **balooii** fixed a crash that could occur when selecting a non-existant filter tag in a plug-in like GFig.\n\n * Security contributors **bb1abu** , **HanTul** , **Rakan Alotaib** , **JungWoo Park** , and **Bronson Yen** studied our image import plug-ins and reported several possible issues. We appreciate their code review and mitigation suggestions! **Gabriele Barbe** and **Alx Sa** implemented their suggestions for APNG, PAA, PNG, DDS, PSP, PNM, PSD, JIF, PVR, TIM, XWD, and SFW files.\n\n * The OpenRaster format stores layers as PNGs and notes their opacity in a separate settings file. Our export plug-in saved that setting but also exported the PNG with the same opacity, resulting in higher transparency when reloaded. We’ve fixed this so now layers are saved with 100% opacity, thus ensuring they reopen correctly.\n\n * New contributor **Ahmed E. Yassin** fixed a bug where exporting metadata in our Metadata Viewer could result in empty files.\n\n * New contributor **Kaushik B** fixed a bug in the `Open as Layers` feature where multi-layer XCF files would have their layer names changed on import.\n\n * **Balooii** also fixed an issue on Wayland where the tool cursor icon might disappear when moving it.\n\n * New contributor **v4vansh** resolved an issue where the image tab preview wouldn’t correctly update after switching between grayscale and RGB color modes.\n\n * **Bruno Lopes** added support for the macOS ScreenCaptureKit to our color picker feature. This allows us to use the newer API for macOS 12+.\n\n\n\n\n# Scanning on Windows¶\n\nIn GIMP 3.2.2, we dropped support for 32bit Windows builds. Unfortunately, our scanner plug-in was also lost since it required 32bit TWAIN drivers. We’ve now built a new Windows Image Acquisition (WIA) scanner plug-in to replace it. You can access it in the same place in the menu - `File > Create > Scanner/Camera`.\n\nNote that because this plug-in uses a new Windows API, the scanning UI will likely look different than what you’re use to. You may also need to install new WIA-compatible drivers for your scanner to make it work correctly.\n\n# UX/UI and Performance Improvements¶\n\n * The Welcome Dialog now shortens long file names in the Create page to prevent the dialog window from stretching too far out. This UX feature was lost when we updated the Welcome Dialog to a new API, but it is now restored. You can still see the full name by hovering over the image preview or name.\n\n * New contributor **infinity** improved performance when making selections inside a large image with `Intersection Mode` enabled. Their fixes allows GIMP to only consider pixels within the existing selection rather than trying to calculate across the entire image. This can lead to a significant speed-up!\n\n * **Aruius** raised the maximum UI image size to 8192 pixels. This should allow the Gradient Editor dock and other docks with images to expand much further on larger displays.\n\n * When moving a floating layer or selection, the “marching ants” outline is temporarily turned off. This provides a noticable boost in performance and less lag.\n\n\n\n\n# Script and Plug-in Developers¶\n\n * An oversight when updating the `GimpUnit` API for 3.0 caused functions that accept units of measure to not allow setting it to pixels. This has been fixed now. You can test this in functions like `gimp_context_set_line_width_unit ()` and `gimp_vector_layer_set_stroke_width_unit ()`.\n\n * The `gimp_quit ()` function has now been deprecated. You can continue to use it for GIMP 3.x, but it will be removed in the eventual GIMP 4.x release. Instead, you should use a return statement with `GIMP_PDB_EXECUTION_ERROR` and an GError variable with an explanation of why the plug-in needed to quit.\n\n * A new `gimp_resources_loaded ()` function has been added by **Jehan**. You can use this to determine if a resource (like brushes, patterns, fonts, etc) has been loaded in GIMP before trying to use it in your plug-in.\n\n * Several deprecated Script-fu functions (such as `gimp-drawable-brightness-contrast` and `gimp-drawable-threshold`) in our official scripts have been converted to using GEGL filters via the `gimp-drawable-merge-new-filter` API. You can check out how to use them in your own scripts by browsing our repository.\n\n\n\n\n# Around GIMP¶\n\n## Libre Graphics Meeting¶\n\nThe Libre Graphics Meeting takes place next week, April 22nd through the 25th. You can find more details in our last news post. If you’re planning to attend, feel free to come by and say hello!\n\n## Translation¶\n\nWe now have the beginnings of Laotian translation of GIMP! If you know the language and are interested in contributing translations, feel free to reach out to the translation team for more information.\n\n## New Mirror¶\n\nAFRICLOUD has graciously offered to serve as a mirror for GIMP downloads.\n\nMirrors help GIMP be available for download at high speeds wherever you are in the world.\n\nDoes your organization wish to be one of our official mirror sponsors? Create a request to become an official mirror!\n\n# Release Stats¶\n\nSince GIMP 3.2.2, in the main GIMP repository:\n\n * 45 reports were closed as FIXED.\n * 21 merge requests were merged.\n * 258 commits were pushed.\n * 18 translations were updated: Brazilian Portuguese, Chinese (China), Cornish, Czech, Danish, Esperanto, Georgian, Italian, Kazakh, Lao, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Swedish, Turkish, Ukrainian.\n\n\n\n30 people contributed changes or fixes to GIMP 3.2.4 codebase (order is determined by number of commits; some people are in several groups):\n\n * 11 developers to core code: Bruno Lopes, Jehan, Alx Sa, Gabriele Barbero, balooii balooii, Anders Jonsson, anenasa, aruius, infinity, kaushik_B, v4vansh.\n * 6 developers to plug-ins or modules: Bruno Lopes, Alx Sa, Jehan, Ahmed E. Yassin, Gabriele Barbero, infinity.\n * 19 translators: Kolbjørn Stuestøl, Alan Mortensen, Baurzhan Muftakhidinov, Marco Ciampa, Martin, Anders Jonsson, Ekaterine Papava, Jan Papež, Jose Riha, Sabri Ãnal, Yuri Chornoivan, luming zh, Denis Rangelov, Flynn Peck, João Pedro Pitarelo, Kristjan ESPERANTO, Saikeo Kavhanxay, acey dot, ÐаÑко ÐоÑÑиÑ.\n * 3 build, packaging or CI contributors: Bruno Lopes, Jehan, Alx Sa.\n * 3 contributors on other types of resources: Jehan, Bruno Lopes, Anders Jonsson.\n * The gimp-data submodule had 2 commits by 2 contributors: Anders Jonsson, Jehan.\n\n\n\nContributions on other repositories in the GIMPverse (order is determined by number of commits):\n\n * Our UX tracker had 1 report closed as FIXED.\n * ctx had 43 commits since 3.2. release by 2 contributors: Ãyvind KolÃ¥s, Bruno Lopes.\n * The `gimp-macos-build` (macOS packaging scripts) release had 5 commits by 1 contributors: Lukas Oberhuber.\n * The flatpak release had 6 commits with work by 3 contributors: Bruno, OndÅej MÃchal, Jehan.\n * Our main website (what you are reading right now) had 45 commits by 3 contributors: Jehan, Alx Sa, Bruno Lopes.\n * Our developer website had 15 commits by 3 contributors: Bruno Lopes, Jehan, Richard Gitschlag.\n * Our 3.0 documentation had 64 commits by 3 contributors: ÐаÑко ÐоÑÑиÑ, Marco Ciampa, Kolbjørn Stuestøl.\n\n\n\nLet’s not forget to thank all the people who help us triaging in Gitlab, report bugs and discuss possible improvements with us. Our community is deeply thankful as well to the internet warriors who manage our various discussion channels or social network accounts such as Ville Pätsi, Liam Quin, Michael Schumacher and Sevenix!\n\n_Note: considering the number of parts in GIMP and around, and how we get statistics through `git` scripting, errors may slip inside these stats. Feel free to tell us if we missed or mis-categorized some contributors or contributions._\n\n# Downloading GIMP 3.2.4¶\n\nYou will find all our official builds on GIMP official website (gimp.org):\n\n * Linux AppImages for x86 and ARM (64-bit)\n * Linux Flatpaks for x86 and ARM (64-bit)\n * Linux Snaps for x86 and ARM (64-bit)\n * Universal Windows installer for x86 and ARM (64-bit)\n * Microsoft Store for x86 and ARM (64-bit)\n * macOS DMG packages for Intel/x86 and Apple/ARM hardware (64-bit)\n\n\n\nOther packages made by third-parties are obviously expected to follow (Linux or *BSD distributions’ packages, etc).\n\n# What’s Next¶\n\nWe still have a few bug fixes being working on, yet we are starting to feel more confident in the stability of the GIMP 3.2 series. Therefore we are on the verge of branching out development into stable and unstable branches. What does it mean? Well, that we will start to seriously work on the fancy new features planned for the GIMP 3.4 series while the 3.2 series will continue to receive only bug and security fixes, aiming for stability.\n\nExciting times ahead!\n\nDonât forget you can donate and personally fund GIMP developers, as a way to give back and accelerate the development of GIMP. Community commitment helps the project to grow stronger!",
"title": "GIMP 3.2.4Â Released",
"updatedAt": "2026-04-18T22:00:00.000Z"
}