from_stream method

from_stream

Create an image from the stream.

@staticmethod
def from_stream(stream):
    ...
ParameterTypeDescription
streamio.RawIOBase

from_stream

Create an image from the stream.

@staticmethod
def from_stream(stream, use_embedded_color_management):
    ...
ParameterTypeDescription
streamio.RawIOBase
use_embedded_color_managementbool

from_stream

Create an image from the stream.

@staticmethod
def from_stream(stream, use_embedded_color_management, validate_image_data):
    ...
ParameterTypeDescription
streamio.RawIOBase
use_embedded_color_managementbool
validate_image_databool

See Also