Skip to main content

decode_tile

Function decode_tile 

Source
pub fn decode_tile(data: &[u8]) -> Result<MltTile, JsError>
Expand description

Decode a raw MLT tile blob and return an MltTile.

All geometry, IDs and properties are decoded eagerly into row-oriented mlt_core::TileLayer values.