hui-z / image_gallery_saver

flutter中用于保存图片到相册的Plugin
MIT License
263 stars 313 forks source link

Using version 2.0.3 to save images without background, abnormal display in the image library #304

Open hhzhangzy opened 2 weeks ago

hhzhangzy commented 2 weeks ago

For android platform, In the custom project, by using the screenshot method, generate Uint8List data from the widget, call the ImageGallerySaver. saveImage method, and save it to the mobile gallery. It is found that the width of the displayed image always occupies the entire width of the gallery. If the screenshot produces an image without a background, then in the image gallery, if the actual content of the image is not fully covered, the background is black.

hhzhangzy commented 2 weeks ago

@hk-kyon