25 #ifndef GRAPHICS_IMAGES_TXB_H 26 #define GRAPHICS_IMAGES_TXB_H 31 class SeekableReadStream;
61 #endif // GRAPHICS_IMAGES_TXB_H Generic image decoder interface.
TXB(Common::SeekableReadStream &txb)
void load(Common::SeekableReadStream &txb)
void readTXI(Common::SeekableReadStream &txb)
static void deSwizzle(byte *dst, const byte *src, uint32 width, uint32 height, uint8 bpp)
void readData(Common::SeekableReadStream &txb, byte encoding)
A generic interface for image decoders.
Another one of BioWare's own texture formats, TXB.
Interface for a seekable & readable data stream.
void readHeader(Common::SeekableReadStream &txb, byte &encoding, uint32 &dataSize)