28 #ifndef _FreeImageCodec_H__ 29 #define _FreeImageCodec_H__ 72 virtual String getType()
const;
75 String magicNumberToFileExt(
const char *magicNumberPtr,
size_t maxbytes)
const;
78 static void startup(
void);
80 static void shutdown(
void);
virtual ~FreeImageCodec()
static RegisteredCodecList msCodecList
unsigned int mFreeImageType
Codec specialized in images loaded using FreeImage.
Codec specialized in images.
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
Reference-counted shared pointer, used for objects where implicit destruction is required.
list< ImageCodec * >::type RegisteredCodecList
std::pair< MemoryDataStreamPtr, CodecDataPtr > DecodeResult
Result of a decoding; both a decoded data stream and CodecData metadata.