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.
pub fn decode_tile(data: &[u8]) -> Result<MltTile, JsError>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.