Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Image
Image.GIF

Module Image.GIF

Description

This submodule keep the GIF encode/decode capabilities of the Image module.

GIF is a common image storage format, usable for a limited color palette - a GIF image can only contain as most 256 colors - and animations.

Simple encoding: encode , encode_trans

Advanced stuff: render_block , header_block , end_block , netscape_loop_block

Very advanced stuff: _render_block , _gce_block

See also

Image , Image.Image , Image.Colortable