Expand description
Module for processing image files and creating images from color data.
Functionsยง
- create_
and_ save_ image - Creates an image from color data and saves it to the specified output path.
- process_
image_ file - Processes an image file, extracts color data, and saves the resulting image.
- process_
image_ from_ memory - Processes an image from memory, extracts color data, and returns the resulting image bytes.