pub fn image_from_bytes<I: ImageDecoder, P: 'static + Pixel<Subpixel = u8>>( decoder: I, ) -> Option<ImageBuffer<P, Vec<u8>>>