1 /////////////////////////////////////////////////////////////////////////////////
3 // $Id: png.h,v 1.1 2002/06/29 15:03:33 nedko Exp $
9 /////////////////////////////////////////////////////////////////////////////////
11 #ifndef PNG_H__76DD7C22_846A_4AE0_B01C_813DBDADE3C4__INCLUDED
12 #define PNG_H__76DD7C22_846A_4AE0_B01C_813DBDADE3C4__INCLUDED
20 bool LoadPNGImage(const char *pszPath
);
21 unsigned int GetWidth();
22 unsigned int GetHeight();
23 bool SelectBitmap(HDC hMemoryDC
);
25 static void PNGAPI PNG_ErrorHandler
PNGARG((png_structp s
, png_const_charp str
));
28 unsigned int m_nWidth
;
29 unsigned int m_nHeight
;
30 unsigned char *m_pData
;
33 extern CPNGImage g_Image
;
35 #endif // #ifndef PNG_H__76DD7C22_846A_4AE0_B01C_813DBDADE3C4__INCLUDED
37 /////////////////////////////////////////////////////////////////////////////////
41 // !!! WARNING !!! Following lines are automatically updated by the CVS system.
44 // Revision 1.1 2002/06/29 15:03:33 nedko
45 // *** empty log message ***
47 /////////////////////////////////////////////////////////////////////////////////