Sack Library Documentation
|
__cdecl IMAGE_PROC Image LoadImageFileEx(CTEXTSTR name DBG_PASS); Image (* LoadImageFileEx)(CTEXTSTR name DBG_PASS); #define LoadImageFile(file) LoadImageFileEx( file DBG_SRC ) #define LoadImageFileFromGroup(group,file) LoadImageFileFromGroupEx( group, file DBG_SRC )
Parameters |
Description |
CTEXTSTR name DBG_PASS |
_nt_ |
name |
Filename to read from. Opens in 'Current Directory' if not an absolute path. |
Load an image file. Today we support PNG, JPG, GIF, BMP. Tomorrow consider tapping into that FreeImage project on sourceforge, that combines all readers into one.
See Image
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|