prose.Image.load#

classmethod Image.load(filepath)[source]#

Load an image from a file.

Parameters:

filepath (str) – The path to the file to load.

Returns:

The loaded image.

Return type:

Image