libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
Load n Save BMPs.hpp File Reference
#include "../../../core/ttypes.hpp"
#include <boost/shared_ptr.hpp>
Include dependency graph for Load n Save BMPs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::BitMapInfoWrapper
 

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils
 

Functions

AFX_EXT_CLASS bool __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::LoadBMP (const tstring &BMPFile, BitMapInfoWrapper &hDIB, std::auto_ptr< CPalette > &)
 
AFX_EXT_CLASS bool __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::LoadBMP (CFile &, BitMapInfoWrapper &hDIB, std::auto_ptr< CPalette > &)
 
AFX_EXT_CLASS BitMapInfoWrapper __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::CreateBitmapInfoStruct (const CBitmap &)
 
AFX_EXT_CLASS bool __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::CreateBMPFile (const tstring &, const CBitmap &, const CDC &)
 
AFX_EXT_CLASS bool __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::NTUtils::CreateBMPFile (CFile &, const CBitmap &, const CDC &)