Skip to content

Failing to read any exif data #7

@NiklasEi

Description

@NiklasEi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions