class

Blend2D::Imaging::Codec

Inherits Blend2D::BLStructure < Reference < Object

Constructors

new(name : String)

Initialize a blank codec and assign one of the built-in codecs to it.

Source
new

Initialize a blank image codec.

Source

Instance methods

create_decoder

create decoder

Source
create_encoder

create encoder

Source
finalize

Called when Crystal's garbage collector collects this instance.

Source
find_by_name(name)

Assign a built-in codec to this codec.

Source