pub fn diffuse_fs( data: &mut [u8], width: i32, height: i32, x: i32, y: i32, depth: i32, error: i32, ) -> Result<()>
Floyd-Steinberg Method