Method Image.NEO._decode()
- Method _decode
 mapping_decode(stringdata)- Description
 Low level decoding of the NEO file contents in
data.- Returns
 "image":Image.ImageThe decoded bitmap
"images":array(Image.Image)Coler cycled images.
"filename":stringThe filename stored into the file.
"right_limit":int(4bit)The palette color range to be color cycled.
"left_limit":int(4bit)"speed":int(8bit)The animation speed, expressed as the number of VBLs per animation frame.
"direction":stringColor cycling direction. Can be either
"left"or"right"."palette":array(array(int(8bit)))The palette to be used for color cycling.