OpenGL image support for Go This package provides support for image formats typically associated with OpenGL and/or hardware accelerated graphics in general, via the image.Image interface. Currently, this package provides: - DXT1,DXT3,DXT5 image support - A8R8G8B8, A4R4G4B4, A1R5G5B5, R5G6B5 image support - Simple DDS file loader for all the above This package is provided under a Clear BSD License.