apache / cordova-plugin-camera

Apache Cordova Plugin camera
https://cordova.apache.org/
Apache License 2.0
960 stars 1.52k forks source link

feat(android): Added originalDateTime to exif handling #869

Open mariusvn opened 6 months ago

mariusvn commented 6 months ago

Platforms affected

Motivation and Context

the originalDateTime tag was lost in any operations involving a bitmap. This tag is quite important because it says when a picture has been taken.

Description

Added originalDateTime in the exif handling

Testing

Tested on my ionic app app via @awesome-cordova-plugins/camera@5.46.0.

Checklist