Blend2D::Imaging::Image
Inherits Blend2D::BLStructure < Reference < Object
An Image is a structure provided by Blend2D that contains information about a programmatic image that has data that is mutable.
Constructors
new(w : Int32, h : Int32, format = LibBlend2D::BLFormat::BL_FORMAT_PRGB32)
Initialize a blank image with the provided parameters.
Instance methods
==(other : Image)
Sourcearea
Sourceheight
Sourcewidth
Sourcewrite_io(codec : Codec)
Sourcewrite_to_file(file_name : String, codec : Codec)
Source