pub fn crop_fragment( image_buffer: &mut ImageBuffer<Rgb<u8>, Vec<u8>>, x: u32, y: u32, width: u32, height: u32, ) -> ImageBuffer<Rgb<u8>, Vec<u8>>