-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I am having trouble getting any exif data using this plugin. Following the example of the readme I use:
{% capture model %}
{% exiftag model, assets/images, assets/images/image.jpg %}
{% endcapture %}
Checking the exif data in the terminal (identify -verbose image.jpg | grep "exif:") gives me a huge list of values including the model tag. But using exiftag I keep getting an empty string from {{ model | inspect }}. I tried adding the path to the config or passing nil, since the second parameter is the exact path to the file, but that changes nothing.
Is there anything I might be missing? This plugin should still work, right?
Metadata
Metadata
Assignees
Labels
No labels