Method Image.XWD._decode()
- Method _decode
 _decode(mappingstringdata)
decode_header(mappingstringdata)- Description
 - 
Decodes XWD data and returns the result.
Supported XWD visual classes and encoding formats are TrueColor / ZPixmap DirectColor / ZPixmap PseudoColor / ZPixmap
If someone sends me files of other formats, these formats may be implemented. :) /mirar+pike@mirar.org
 - Returns
 - 
the decoded image as an image object
 - Note
 - 
This function may throw errors upon illegal or unknown XWD data.
 - See also