pub fn image_to_png_data_uri<T>(image: &T) -> ImageResult<String>where T: GenericImageView + EncodableLayout, <T as GenericImageView>::Pixel: PixelWithColorType,