Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::LoadImageFileEx Function
C++
__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

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!