Go to the source code of this file.
Classes | |
struct | Canvas5Structure::Stream |
a sub stream of Canvas5Structure More... | |
Namespaces | |
Canvas5Structure | |
a namespace used to define basic function or structure to read a Canvas 5 file | |
Functions | |
std::string | Canvas5Structure::getString (unsigned val) |
very low level: debug print some uint32_t either at char4 or sample int More... | |
bool | Canvas5Structure::readBitmap (Stream &stream, MWAWEmbeddedObject &object, MWAWColor *avgColor=nullptr) |
try to read a bitmap(low level) More... | |
bool | Canvas5Structure::readBitmapDAD58Bim (Stream &stream, MWAWEmbeddedObject &object) |
try to read a bitmap followed by DAD5 and 8BIM zones More... | |
bool | Canvas5Structure::decodeZone5 (MWAWInputStreamPtr input, long endPos, int type, unsigned long finalLength, std::shared_ptr< MWAWStringStream > &stream) |
try to decode a zone v5-v6 More... | |