create_codec method
create_codec
Creates a codec for the specified image.
Returns
The created ICodec
.
def create_codec(self, image):
...
Parameter | Type | Description |
---|---|---|
image | bytes | The byte array containing the image data. |
See Also
- module
aspose.svg.drawing
- class
ICodec
- class
IDrawingFactory