Function image::io::free_functions::write_buffer_impl
source ยท pub(crate) fn write_buffer_impl<W: Write + Seek>(
buffered_write: &mut W,
buf: &[u8],
width: u32,
height: u32,
color: ColorType,
format: ImageOutputFormat,
) -> ImageResult<()>