|
Documentation Project 1
|
__cdecl IMAGE_PROC Image LoadImageFileEx(CTEXTSTR name DBG_PASS); #define LoadImageFile(file) LoadImageFileEx( 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) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|