Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to show image exif metadata #99

Merged
merged 3 commits into from
Aug 17, 2019
Merged

Add command to show image exif metadata #99

merged 3 commits into from
Aug 17, 2019

Conversation

karlch
Copy link
Owner

@karlch karlch commented Aug 17, 2019

This adds:

  • The :metadata command which toggles an overlay widget in image mode showing basic exif information
  • A new keybinding i in image mode bound to the :metadata command

The information displayed in the widget is still very basic and can be extend in further commits. For this a new issue will be opened.

fixes #17

karlch added 3 commits August 17, 2019 03:15
The new widget is implemented as overlay and can be toggled with the
:metadata command which is bound to i by default. Currently metadata
loading and formatting is done by hand using piexif, maybe this can be
improved in the future.
If there is no exif support, there is no reason to create the widget and
the command / keybinding in the first place. This is cleaner than having
a weird keybinding and warning.
@karlch karlch merged commit 9a8ecdd into master Aug 17, 2019
@karlch karlch deleted the metadata branch August 17, 2019 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display image metadata
1 participant