惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
人人都是产品经理
人人都是产品经理
H
Help Net Security
Y
Y Combinator Blog
B
Blog
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
D
Docker
博客园 - 聂微东
B
Blog RSS Feed
G
Google Developers Blog

GIMP

GIMP - GIMP 3.2.4 Released GIMP - GIMP @ Libre Graphics Meeting 2026 GIMP - GIMP 3.2.2 Released GIMP - GIMP 3.2 Released GIMP - GIMP 3.2 RC3: Third Release Candidate for GIMP 3.2 GIMP - Interview with Øyvind Kolås, GIMP developer GIMP - GIMP @ FOSDEM 2026 GIMP - GIMP 3.0.8 Released GIMP - GIMP 3.2 RC2: Second Release Candidate for GIMP 3.2 GIMP - GIMP 3.2 RC1: First Release Candidate for GIMP 3.2 GIMP - Interview with Simon Budig, GIMP developer GIMP - New Official Snap package GIMP - GIMP 3.0.6 Released GIMP - GIMP 3.1.4: Second Development Release towards GIMP 3.2 GIMP - Interview with Sevenix (author of GIMP 3.0’s splash image) GIMP - GIMP 3.1.2: First Development Release towards GIMP 3.2 GIMP - GIMP 3.0.4 Released GIMP - New Priorities for GIMP GIMP - GIMP 3.0.2 Released GIMP - GIMP 3.0 Released GIMP - GIMP 3.0 RC3 Released GIMP - GIMP team at FOSDEM 2025 (talk and keynote) GIMP - GIMP 3.0 RC2 Released 🎁 GIMP - GIMP 3.0 RC1 Released GIMP - Development Update: Closing In on the 3.0 Release Candidate GIMP - Experiments with AppImage GIMP - GIMP at LGM 2024 (Rennes, France) GIMP - GIMP 2.10.38 Released GIMP - GIMP 2.99.18 Released: The Last Development Preview Before 3.0! GIMP - GIMP 2.10.36 Released
GIMP - New Color Mode Coming to GIMP
by CmykStudent · 2026-04-01 · via GIMP

Edit: thank you CmykStudent for keeping the 🐠 April fool 🐟 fun alive!

As most would have noted, this new “Color Mode” was obviously a joke. This being said, it underlines real work in progress, whose hint is actually visible in this news!

So I guess, this year, the April fool gets to continue as an Easter egg 🐣 hunt! Happy easter! 🐰

🐡🥚 End of Edit 🔔🦈


Hello! I’m one of the developers for GIMP. If you use GIMP, you might be familiar with my work adding support for Seattle Filmworks photos, along with other, less important features and fixes.

We like to emphasize that GIMP is made by the community. That’s why we try to spotlight areas of interests by our developers, designers, and artists - such as Bruno Lopes’ work on Snap packaging, Fredrik Persson’s art for the GIMP 3.0 splash screen and interviews with Mitch, Michael, Simon, and Øyvind. Today, I’ll add to this illustrious group by sharing a bit about my own area of interest that I’ll be focusing on for the next version of GIMP!

The first big project I worked on when I started contributing to GIMP was related to color models. Images can be stored and represented in lots of different ways. The most common mode for many people is RGB, where each color is made up of a combination of red, green, and blue values. You can also represent colors with a single color component, often in Grayscale. Another frequently seen mode is indexed, where you limit the total number of colors to a specific palette (this model is often used in games and pixel art).

GIMP has supported all three of these color modes for many years. However, there have been constant user requests for including another well-known color model. Unfortunately, no one had ever stepped up to work on it - until now! I am proud to announce that I will be focused on implementing the long awaited…

EGA Color Mode

That’s right! At last, GIMP will allow you to easily create images compatible with IBM’s Enhanced Graphics Adapter. You’ll be able to define up to 16 different colors to use with your image from the palette of 64 approved colors. It’ll also be optimized to show high-quality images at a jaw-dropping maximum resolution of 640 × 350!

It should be noted that GIMP has had an EGA palette built in for years, so a “late-binding” EGA workflow where you converted before export was already possible. My work will enable an “early-binding” workflow where you can edit and create in EGA color mode right from the start.

While this feature is still in early development, here’s an example of before and after converting a RGB image to EGA Color Mode.

In-progress EGA color mode menu option
In-progress EGA color mode menu option (image by Charles Swank, CC0)
RGB Image after being converted to EGA color mode
RGB Image after being converted to EGA color mode (original image by Charles Swank, CC0)

Note that these are still work-in-progress UX - the actual interactions and GUI elements may change during development.

Once the initial version has been built, tested, and merged, I have plans for further expansions such as adding a CGA-compatible mode. I also hope that the final code submission will serve as a guide for other developers to add more long-requested color models to GIMP, such as a 1-bit mode and even the highly compressible 0-bit color mode!

I’m looking forward to sharing more updates on this exciting new feature once we start the next phase of development for GIMP 3.4. I hope you all will try it out when it’s added in our development builds, and I look forward to your feedback!