class Blend2D::Imaging::Codec
- Blend2D::Imaging::Codec
- Blend2D::BLStructure
- Reference
- Object
Defined in:
blend2d/imaging/codec.crConstructors
-
.new(name : String)
Initialize a blank codec and assign one of the built-in codecs to it.
-
.new
Initialize a blank image codec.
Instance Method Summary
-
#create_decoder
create decoder
-
#create_encoder
create encoder
-
#finalize
Called when Crystal's garbage collector collects this instance.
-
#find_by_name(name)
Assign a built-in codec to this codec.
Instance methods inherited from class Blend2D::BLStructure
finalize
finalize,
pointer : Pointer
pointer
Constructor Detail
Instance Method Detail
def finalize
#
Description copied from class Blend2D::BLStructure
Called when Crystal's garbage collector collects this instance.