pub fn load_image(path: &PathBuf) -> Result<InputContent, ImageLoadError>Expand description
Load an image file and return an InputContent::Image with bytes source.
pub fn load_image(path: &PathBuf) -> Result<InputContent, ImageLoadError>Load an image file and return an InputContent::Image with bytes source.