btastic / flutter_native_image

Native Flutter Image tools
Other
340 stars 137 forks source link

Exif information not preserving. #83

Closed mBosamiya closed 3 years ago

mBosamiya commented 3 years ago

Hello Author,

I am not able to get the location information of image after compression using this library.

See attached Information dialog for both Original & Compressed image.

Here is the code:

final compressedImage = await FlutterNativeImage.compressImage(file.path,percentage: 50);

Screenshot 2021-04-16 at 3 50 52 PM Screenshot 2021-04-16 at 3 51 28 PM

btastic commented 3 years ago

Duplicate https://github.com/btastic/flutter_native_image/issues/31