get_image_stream method

get_image_stream

Returns the image stream.

Returns

A stream with the image.

def get_image_stream(self):
    ...

Example

The following example shows how to save images to files:

get_image_stream

Returns the image stream in a different format.

Returns

A stream with the image.

def get_image_stream(self, options):
    ...
Parameter Type Description
options groupdocs.parser.options.ImageOptions The options which are used to extract the image.

Example

The following example shows how to save images to files in a different format:

See Also