importotaryasotim=ot.Image.from_file(filepath="path/to/file/image")# any image manipulation you can think of# ...im.save(save_filepath="path/to/file/image")
Components
Reader: Responsible for reading image data from various sources.
Writer: Allows you to write image data to various destinations.