Skip to main content

encode_image_base64

Function encode_image_base64 

Source
pub fn encode_image_base64(
    img: &DynamicImage,
    cfg: &ProcessConfig,
) -> Result<String, String>