Exif Augiement #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
an augiement that shutter augiement depends on, has its own settings dialog.
store photog name and license info.
store augie software details like version, augiements active, and mode name
seems like custom tags won't work through the android built in ExifInterface. need a util lib.
for now, just going to add the fields that ExifInterface does support since the camera doesn't. ie time!!!! gps, flash, maybe iso. it seems some cameras will set these so check first and don't override what the camera does (for now)
changing milestone, there isn't any java lib to do this with, the ExifInterface native code ignores tags it doesn't know about.