class

CrImage::GIF::Reader

Inherits Reference / Object

GIF (Graphics Interchange Format) image decoder

Implements GIF decoding according to GIF89a specification. Supports both static images and animated GIFs with multiple frames.

Class methods

read(io : IO) : CrImage::Image
Source
read_animation(path : String) : Animation
Source
read_animation(io : IO) : Animation
Source
read_config(path : String) : CrImage::Config
Source
read_config(io : IO) : CrImage::Config
Source