|
MIRA
|
This toolbox contains a list of commonly used codecs for encoding and decoding data using a mira::BinarySerializer and mira::BinaryDeserializer .
Currently there exist 4 codecs for encoding images:
Example for serializing data with JPEG Codec:
Example for deserializing encoded data
Please note, that for the deserialization no special handling is necessary. If the deserializer detects encoded data, it will automatically use the correct codec (that is identified by the FOURCC code) to decode the data.
1.8.14