tga open GL

Mar 2, 2011 at 5:52pm
Is the .tga file format loaded natively in Open GL?
Do you have to use some third party library?
Mar 2, 2011 at 6:24pm
opengl does not provide image loading functions at all. are you asking about glaux?
Mar 2, 2011 at 6:47pm
I've noticed that in my mate's code, he was able to load .tga files. I am just wondering where such a library can be found now.

I now know that glaux is no longer supported in open GL
Mar 2, 2011 at 8:15pm
You need a library.

Fortunately, I've written a very simple one. :-)
http://home.comcast.net/~mlyn7576/OpenGL-TGA/

Hope this helps.
Topic archived. No new replies allowed.