CrImage::GIF::Animation
Inherits Reference / Object
Animated GIF container
Constructors
new(frames : Array(CrImage::GIF::Frame) = [] of Frame, width : Int32 = 0, height : Int32 = 0, loop_count : Int32 = 0)
SourceInstance methods
frames
Sourceframes=(frames : Array(Frame))
Sourceheight
Sourceheight=(height : Int32)
Sourceloop_count
Sourceloop_count=(loop_count : Int32)
Sourcewidth
Sourcewidth=(width : Int32)
Source