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