pub async fn read_image_file<P: AsRef<Path>>(file_path: P) -> Result<ImageData>
Reads an image file from the local filesystem and converts it to base64 format