GIMP: Difference between revisions
TomEdwards (talk | contribs) No edit summary |
m (fixed link to the gimp layer masks page.) |
||
Line 17: | Line 17: | ||
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. | 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 [http://docs.gimp.org/en/gimp-dialogs-structure.html#gimp-layer-mask 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! | So long as [http://docs.gimp.org/2.6/en/gimp-dialogs-structure.html#gimp-layer-mask 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 == | == See also == |
Revision as of 20:25, 6 June 2009
GIMP (GNU Image Manipulation Program) is a free and open source image editor. Download it from gimp.org.

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!