Method Image.GIF.decode_layers()
- Method decode_layers
decode_layers(object
string
data
)
decode_layers(object
array
_decoded
)
decode_layer(object
string
data
)
decode_layer(object
array
_decoded
)- Description
-
Decodes GIF data and creates an array of layers or the resulting layer.
- Note
-
The resulting layer may not have the same size as the gif image, but the resulting bounding box of all render chunks in the gif file. The offset should be correct, though.
- See also