Function write_buffer_impl

Source
pub(crate) fn write_buffer_impl<W: Write + Seek>(
    buffered_write: &mut W,
    buf: &[u8],
    width: u32,
    height: u32,
    color: ExtendedColorType,
    format: ImageFormat,
) -> ImageResult<()>