2 #ifndef _YI_DECODER_TGA_H_ 3 #define _YI_DECODER_TGA_H_ 31 virtual bool IsFormatSupported(
const uint8_t *pData, uint32_t nDataSize)
override;
41 #endif // _YI_DECODER_TGA_H_ 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 ~CYIImageDecoderTGA()
virtual std::unique_ptr< CYIBitmap > DecodeImpl(const CYIString &path, YI_DECODER_BITMAP_PARAMS *pParams) override
virtual bool IsFormatSupported(const uint8_t *pData, uint32_t nDataSize) override
virtual bool GetImageDimensions(const CYIString &path, uint32_t *pnWidth, uint32_t *pnHeight) override
Image decoder for the TGA file format.
Definition: YiImageDecoderTGA.h:19
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