pub async fn save_image(
    img: DynamicImage,
    location: ImageLocation
) -> Result<()>