felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

add gps and timestamp examples #29

Closed etrombly closed 5 years ago

etrombly commented 6 years ago

Added two quick examples. Should be enough to get people started.

etrombly commented 6 years ago

Sorry it took so long to respond, didn't notice you commented. I removed the chrono dependency, and added the newlines. Also changed out the example image to one that explicitly says it can be used.

felixc commented 5 years ago

Merged in https://github.com/felixc/rexiv2/commit/0e49bafd8968179fe5ac5138d3acc311724fd022 !! (Don't pay attention to GitHub saying it's not merged; it's just 'cause I edited the commit to add you to the list of contributors :)

Thank you again for contributing, and sorry it fell off my radar for so long.