pub async fn load_image(path: &str) -> Result<Image, FileError>
Expand description

Loads an Image from a file into CPU memory.