Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.loaders._png.PNG[source]

Define the PNG loader.

load(path)[source]

A method that load the png data.

Parameters:

path : str

the path to the png file to be loaded.

Returns:

data : imageio numpy array

the loaded image.

save(data, outpath)[source]

A method that save the image in png.

Parameters:

data : imageio numpy array

the image to be saved.

outpath : str

the path where the the png image will be saved.

Follow us

© 2025, Antoine Grigis