Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Image
Image.GIF

Method Image.GIF.decode_layers()


Method decode_layers

object Image.GIF.decode_layers(string data)
object Image.GIF.decode_layers(array _decoded)
object Image.GIF.decode_layer(string data)
object Image.GIF.decode_layer(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

encode , decode_map