Getting Started
API Documentation
Examples
Related Projects
Guidelines
Bases: object
object
Base class for all loaders.
A method checking the file extension.
path (str) – the path to the image to be loaded.
out – True if the file extension is valid, False otherwise.
bool
A method that load the image data and associated metadata.
image – the loaded image.
Image
A method checking the output file extension.
outpath (str) – the path where the the image will be saved.
out – True if the output file extension is valid, False otherwise.
A method that save the image data and associated metadata.
image (Image) – the image to be saved.