News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Display gif jpg bmp textures

Started by Siekmanski, August 24, 2005, 03:10:16 PM

Previous topic - Next topic

Siekmanski

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]

hitchhikr

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.

Siekmanski

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