Skip to content

image-properties-page: Use gexiv2 for metadata

Thomas Bechtold requested to merge toabctl/nautilus:gexiv2-switch into master

Instead of using exif and and exempi for handling image metadata, use gexiv2 for both. This simplifies the code a lot and also makes it easy to add new tags when needed. Also cleanup a bit the currently displayed tags.

Note: gexiv2 is now a hard dependency when building nautilus.

Merge request reports