The MASM Forum

General => The Campus => Topic started by: K_F on December 27, 2013, 04:24:49 AM

Title: TGA files
Post by: K_F on December 27, 2013, 04:24:49 AM
Trying to find examples on displaying TGA format picture files, overlaying two (or more) images ..etc..

Thanks for any help, links
:t
Title: Re: TGA files
Post by: dedndave on December 27, 2013, 06:01:15 AM
newer versions of OpenGL support targa files (i have version 1.x on XP - may not work)
you may have to perform the overlay part - i never messed with them
Title: Re: TGA files
Post by: Gunther on December 27, 2013, 07:48:47 AM
Hi K_F,

I've some 20 year old PB+DOS sources for displaying TGA files (true color viewer). I can send you the links, if you're intetrested.

Gunther
Title: Re: TGA files
Post by: GoneFishing on December 27, 2013, 07:49:07 PM
Libtga (http://tgalib.sourceforge.net/) maybe?
another simple tgalib here (http://www.lighthouse3d.com/opengl/terrain/index.php?tgalib)