Function image::io::free_functions::save_buffer_with_format_impl

source ยท
pub(crate) fn save_buffer_with_format_impl(
    path: &Path,
    buf: &[u8],
    width: u32,
    height: u32,
    color: ColorType,
    format: ImageFormat,
) -> ImageResult<()>