Functions | |
BITMAP * | load_memory_jpg (void *data, RGB *pal) |
Decodes a JPG image from a block of memory data. | |
BITMAP * | load_jpg (AL_CONST char *filename, RGB *pal) |
Decodes a JPG image from a standard JPG file. |
With this library, you can load a jpg image from a file or from a memory block.
You can download the lastest version in http://ecplusplus.com/files/jpgalleg.zip
Updated
: 03/09/2002
|
Decodes a JPG image from a standard JPG file. The filename is the file name :-), and pal is for compatibility, because all jpg is 24 bpp.
|
|
Decodes a JPG image from a block of memory data. The data is the memory block, and pal is for compatibility, because all jpg is 24 bpp.
|