zetbaitsu / Compressor

An android image compression library.
7.08k stars 963 forks source link

EXIF data not applied to compressed image #125

Open jasongaare opened 5 years ago

jasongaare commented 5 years ago

This issue claims the library keeps the EXIF data from the original file, but it seems to ONLY take into account the image orientation, and does not pass along any other attributes, such as GPS or DateTime.

Is there any plan to support that?