Public Member Functions | |
| PixMapImage (Chunk &chunk, const ImageInfo &imageInfo, bool decompressInPlace=false) | |
| PixMapImage (const ImageInfo &imageInfo, bool decompressInPlace=false) | |
| bool | isCompressed () const |
| BitmapCompressionType | getCompressionType () const |
| void | setCompressionType (BitmapCompressionType compressionType) |
| int16 | width () const |
| int16 | height () const |
| int16 | stride () const |
Public Attributes | |
| Common::SeekableReadStream * | _compressedStream = nullptr |
| Graphics::ManagedSurface | _image |