我一直在使用这个库https://github.com/apache/cordova-plugin-camera来进行cordova相机功能。
我想在将图像发送到数据库之前自动添加时间戳水印。
我从其他SO帖子Phonegap / Cordova camera plugin - how to get photo's date/time stamp?了解到,可以通过JavaScript获取EXIF数据,而cordova-plugin-camera允许使用editImage()函数。
但我希望整个过程是自动的。