Method Image.DWG.__decode()
- Method __decode
mapping__decode(stringdata)- Description
Decodes the DWG
datainto a mapping."version":intThe version of the DWG file. One of 12, 14 and 15.
"bmp":array(string)An array with the raw BMP data.
"wmf":array(string)An array with the raw WMF data.
- Throws
This functions throws an error when decoding somehow fails.