Module image

Module image 

Source
Expand description

Utility functions to manipulate images.

Functionsยง

load
Loads an image from a file.
load_and_resize
Loads and resize an image, preserve the aspect ratio by taking a center crop.
load_and_resize_from_memory
Loads and resize an image from memory, preserve the aspect ratio by taking a center crop.
load_dir
Loads all the images in a directory.
load_from_memory
Loads an image from memory.
resize
Resizes an image.
resize_preserve_aspect_ratio
Resize an image, preserve the aspect ratio by taking a center crop.
resize_preserve_aspect_ratio_hwc
save
Saves an image to a file.