Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
CrImage::GIF::Writer
Inherits
Reference
/
Object
GIF writer implementation
Class methods
write
(path :
String
, image :
CrImage::Image
, transparent_index :
Int32
|
Nil
= nil) :
Nil
Source
write
(io :
IO
, image :
CrImage::Image
, transparent_index :
Int32
|
Nil
= nil) :
Nil
Source
write_animation
(path :
String
, animation :
Animation
) :
Nil
Write animated GIF
Source
write_animation
(io :
IO
, animation :
Animation
) :
Nil
Source