Function deltachat::blob::encoded_img_exceeds_bytes
source ยท fn encoded_img_exceeds_bytes(
context: &Context,
img: &DynamicImage,
fmt: ImageOutputFormat,
max_bytes: usize,
encoded: &mut Vec<u8>,
) -> Result<bool>