TGADecoder

Undocumented in source.

Members

Functions

decodeImage
ubyte* decodeImage(int* outComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
getImageInfo
bool getImageInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
bool initialize(IOStream* io, IOHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
stbi__tga_get_comp
int stbi__tga_get_comp(int bits_per_pixel, int is_grey, bool* is_rgb16)
Undocumented in source. Be warned that the author may not have intended to support it.
stbi__tga_read_rgb16
void stbi__tga_read_rgb16(ubyte* outColor, bool* err)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bpp
ubyte _bpp;
Undocumented in source.
_cmapSize
ubyte _cmapSize;
Undocumented in source.
_cmapType
ubyte _cmapType;
Undocumented in source.
_dataOffset
ubyte _dataOffset;
Undocumented in source.
_handle
void* _handle;
Undocumented in source.
_height
int _height;
Undocumented in source.
_imageType
ubyte _imageType;
Undocumented in source.
_inverted
int _inverted;
Undocumented in source.
_io
IOStream* _io;
Undocumented in source.
_isRLE
bool _isRLE;
Undocumented in source.
_paletteLen
ushort _paletteLen;
Undocumented in source.
_paletteStart
ushort _paletteStart;
Undocumented in source.
_rgb16
bool _rgb16;
Undocumented in source.
_width
int _width;
Undocumented in source.

Meta