GIMP

From Valve Developer Community
Revision as of 07:13, 8 April 2009 by TomEdwards (talk | contribs)
Jump to navigation Jump to search
GIMP's mascot, Wilber

GIMP (GNU Image Manipulation Program) is a free and open source image editor. Download it from gimp.org.

Icon-Bug.pngBug:If you find that GIMP keeps scanning for fonts whenever it starts, download fontconfig 2.4.2 and extract to C:\Program Files\GIMP-2.0\.  [todo tested in ?]

Usage with Source

VTF

There is currently no VTF plug-in for GIMP. Save as TGA instead, then import.

RGB of transparent pixels

GIMP's developers consider the alpha channel to be transparency. Source (and DirectX/OpenGL in general) generally don't.

This means that GIMP is quite happy to destroy or ignore RGB color data in pixels with 0% alpha, creating horrendous problems in most 3D engines. Aside from the obvious lack of color information, the behaviour leads to the "halos" sometimes seen around the edges of filtered materials.

So long as Layer masks are used, in current versions of GIMP the only operation known to trigger the problem is the Merge Layers command. Unfortunately it's used almost every time one exports some work!

See also