Images class

Images class

Methods to instantiate and work with IImage.

The Images type exposes the following members:

Methods

MethodDescription
from_file(filename)Create an image from the file .
from_file(filename, use_embedded_color_management)Create an image from the file
from_stream(stream)Create an image from the stream.
from_stream(stream, use_embedded_color_management)Create an image from the stream.
from_stream(stream, use_embedded_color_management, validate_image_data)Create an image from the stream.

See Also