The MASM Forum Archive 2004 to 2012

Project Support Forums => OpenGL Forum => Topic started by: Siekmanski on August 24, 2005, 03:10:16 PM

Title: Display gif jpg bmp textures
Post by: Siekmanski on August 24, 2005, 03:10:16 PM
Did some coding to load a BMP GIF JPG EMF WMF ICO files into memory.

2 functions: Load_PICTURE and Unload_PICTURE

Use it like Load_BMP and Unload_BMP to load the other image formats

Just unpack it into the right folders

Have fun....

[attachment deleted by admin]
Title: Re: Display gif jpg bmp textures
Post by: hitchhikr on August 24, 2005, 06:17:00 PM
I cleaned up your example and included it in the archive (since i was going to handle these formats sooner or later anyway, no need to do it twice).

Thanks.
Title: Re: Display gif jpg bmp textures
Post by: Siekmanski on August 24, 2005, 07:01:10 PM
Hello Franck

I did it this way so I didn't have to change your "Framework.asm" source, afterall it's your SDK.  :U

greetz Siekmanski