BLImageCodec Class Referencefinal [¶]
Image codec [C++ API].
Provides a unified interface for inspecting image data and creating image decoders & encoders.
Image codec [C++ API].
Provides a unified interface for inspecting image data and creating image decoders & encoders.
Tests whether the image codec is a built-in null instance.
Returns image codec name (i.e, "PNG", "JPEG", etc...).
Returns the image codec vendor (i.e. "Blend2D" for all built-in codecs).
Returns a mime-type associated with the image codec's format.
Returns a list of file extensions used to store image of this codec, separated by '|' character.
Returns image codec flags, see BLImageCodecFeatures.
Tests whether the image codec has a flag flag.
Gets a property of the given name and assigns it to an initialized value_out.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Sets a property of the given name to value.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns an array of built-in codecs, which are present in a global registry.
Adds a codec to a global built-in codecs registry.