GIMP
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!