from_file method

from_file

Create an image from the file .

@staticmethod
def from_file(filename):
    ...
ParameterTypeDescription
filenamestr

from_file

Create an image from the file

@staticmethod
def from_file(filename, use_embedded_color_management):
    ...
ParameterTypeDescription
filenamestr
use_embedded_color_managementbool

See Also