create_codec method

create_codec

Creates a codec for the specified image.

Returns

The created ICodec.

def create_codec(self, image):
    ...
ParameterTypeDescription
imagebytesThe byte array containing the image data.

See Also