2 #ifndef _YI_DECODER_STU_H_ 3 #define _YI_DECODER_STU_H_ 33 CYIBitmap *DoDecompression(
void (*seek)(
void *, int32_t, int32_t),
34 int32_t (*read)(
void *, int32_t, int32_t,
void *),
35 int32_t (*tell)(
void *),
36 void *dataSource, int32_t depth,
CYIBitmap *pBitmap, int32_t nX, int32_t nY, int32_t nIndex);
41 #endif // _YI_DECODER_STU_H_ Image decoder for the STU file format.
Definition: YiImageDecoderSTU.h:17
std::list< int32_t > * GetValidIndecies(const CYIString &path)
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
The core bitmap container class used by You.i Engine.
Definition: YiBitmap.h:20
virtual ~CYIImageDecoderSTU()
virtual bool GetImageDimensions(const CYIString &path, uint32_t *pnWidth, uint32_t *pnHeight) override
CYIBitmap * DecodeImpl(const CYIString &path, YI_DECODER_BITMAP_PARAMS *pParams)
General container for passing parameters to an image decoder.
Definition: YiImageDecoder.h:18
Raster image decoder base class; all raster image decoders should sub-type this class.
Definition: YiImageDecoder.h:41