The GIMP development team has hit a significant milestone, announcing the release of GIMP 3.1.1-rc1, the first release candidate on the development path toward the future GIMP 3.2. While the wider open-source community eagerly awaits the long-anticipated stable GIMP 3.0, this release is a crucial step forward, showcasing the powerful new features being built on top of the modern GTK3 foundation.
This release candidate is packed with quality-of-life improvements, but two features stand out as game-changers for GIMP’s professional usability: the ability to export vector layers directly to SVG and a completely new, safer rasterize workflow. Let’s dive into the most important GIMP 3.2 RC1 features that testers can now get their hands on.
The Long Road to GIMP 3.0 and 3.2
First, a quick note on context. This is a release candidate for an unstable development branch. It is not the stable GIMP 3.0 release and is not intended for production work.
The current stable version is the GIMP 2.10.x series. The GIMP 3.0 release is the massive, multi-year project to port the entire application from the ancient GTK2 toolkit to the modern GTK3. This port is what will finally enable crucial features like native Wayland support, proper HiDPI scaling, and a more modern interface.
GIMP 3.2 is the next feature release planned after 3.0 is stable. This 3.1.1-rc1 build gives us a preview of those 3.2 features. It’s a complex release cycle, but the takeaway is simple: these new features are the future of GIMP, and they are now solid enough for public testing.
Headline Feature: Vector Layer SVG Export
For years, one of GIMP’s biggest workflow frustrations has been its hard-line separation from the vector world. GIMP is a raster (bitmap) editor, and while it supports “paths” and text layers (which are vector-based), getting that vector information out of GIMP and into a dedicated vector editor like Inkscape has been nearly impossible. Users would have to export a high-resolution PNG and have Inkscape trace it, a messy and imprecise process.
This release candidate introduces a revolutionary vector layer SVG export.
How the New SVG Export Works
This new feature allows you to export layers that contain vector content directly to a .svg (Scalable Vector Graphics) file. This includes:
Text Layers: Text remains fully editable text in the SVG.
Paths: Any paths you’ve created are preserved as vector paths.
Vector Masks: These are also exported correctly.
This is a massive win for interoperability. A designer can now create a mock-up in GIMP, using its powerful raster tools for photos and backgrounds, while also adding text and vector shapes. They can then export this layout as an SVG and send it to an Inkscape user, who can open it and immediately start editing the text, scaling the logos, and polishing the vector elements without any loss of quality.
It’s important to note what this isn’t: this does not turn GIMP into a full-featured vector editor like Inkscape or Adobe Illustrator. But it builds a desperately needed bridge between the raster and vector worlds, allowing GIMP to fit much more smoothly into a professional open-source design workflow.
A Smarter, Safer “New Rasterize Workflow”
The second major usability fix is the GIMP new rasterize workflow. This addresses a long-standing “papercut” bug that could lead to frustration and accidental data loss.
The Old, Confusing Behavior
Imagine you have a text layer. That layer is, by default, vector. You can change the font, size, and content. Now, imagine you grab the paintbrush tool (a raster tool) and try to paint directly on that text layer.
What should happen?
In older GIMP versions, the behavior was confusing. It would often just create a new transparent raster layer above your text layer and place your brush stroke there. This was non-destructive but left users confused about where their brush stroke went and why they couldn’t “edit” the text layer. Worse, other actions might unexpectedly rasterize (flatten) the text layer, causing you to lose its editability forever.
The New “Ask the User” Workflow
GIMP 3.2-RC1 fixes this by being smart and communicative. When you try to perform a raster action (like painting) on a vector layer, GIMP now stops and presents a clear dialog box.
This dialog essentially asks, “This is a vector layer. What do you want to do?” It then provides clear, understandable choices, such as:
Rasterize the layer: This will permanently flatten the text or vector shape, allowing you to paint on it directly.
Create a new raster layer: This is the non-destructive option, creating a new layer for your painting while preserving the vector layer underneath.
This simple change puts the user back in control, prevents destructive actions from happening by accident, and makes the program’s logic transparent.
Other Key Improvements in This Release
While SVG export and the rasterize workflow are the stars, other important updates are included:
Glyphs 3.0 Support: GIMP can now import and export paths from the
.glyphsfile format. This is a niche but critical feature for font designers, allowing them to use GIMP’s tools to design or edit individual characters (glyphs) and export them back into their font creation software.Layer Movement Fix: A long-standing annoyance where users couldn’t move layers up or down (using
Alt + Up/Down) while the layer boundary was hidden has been fixed.
You may also read:
VKD3D-Proton 3.0 Released: Delivers Massive Ray Tracing Performance Boost Nautilus Finally Catches Up: GNOME File Manager Adds Ctrl+Insert & Shift+Insert Shortcuts
This release candidate is a very exciting glimpse into the future of GIMP. The move toward better vector interoperability and smarter, safer UI design shows the team is focused on tackling the biggest real-world workflow problems.
If you are a tester, plugin developer, or enthusiast, you can help by trying out this release. The GIMP team is asking for bug reports on the new features. You can find the source code and installer information on the OFFICIAL GIMP DEVELOPMENT NEWS PAGE.
For everyone else, this is a strong sign of good things to come. The stable GIMP 3.0 and 3.2 are getting closer every day.

