class Blend2D::Imaging::Codec

Defined in:

blend2d/imaging/codec.cr

Constructors

Instance Method Summary

Instance methods inherited from class Blend2D::BLStructure

finalize finalize, pointer : Pointer pointer

Constructor Detail

def self.new(name : String) #

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


[View source]
def self.new #

Initialize a blank image codec.


[View source]

Instance Method Detail

def create_decoder #

create decoder


[View source]
def create_encoder #

create encoder


[View source]
def finalize #
Description copied from class Blend2D::BLStructure

Called when Crystal's garbage collector collects this instance.


[View source]
def find_by_name(name) #

Assign a built-in codec to this codec.


[View source]