embed_image method

embed_image

Embeds the image.

Returns

The success of operation.

def embed_image(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream to the image.

Example

Image embedding and validation.

See Also