-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
WebP Exif support #10855
Comments
@alexvanderberkel Hey! Could you please provide a user scenario for this enhancement? |
Hej. Of course I can. Think about a gallery of images where you display your images. On that you would like to show also the Exif data of an image. This could be just the camera, aperture, exposure time and ISO. WebP does contain all this data similar to jpg. An example could be this https://github.com/mfg92/hugo-shortcode-gallery |
Ok, let me look into this and see what I can do |
/assign |
Might be it is worth thinking about introducing https://github.com/dsoprea/go-exif if this has not being considered already. The library would allow reading exif data from WebP files if I am not mistaken. dsoprea/go-webp-image-structure@f9047d2 |
See #8586. Maintenance of dsoprea/go-exif has been... sporadic. |
I started to implement a new image metadata library, but I got a little overwhelmed when I started to look at IPTC. The EXIF part was relatively straight forward, though (including WebP support), so maybe I should pick up that thread and push IPTC for another time/year. |
This would be awesome. |
Closes gohugoio#10855 Closes gohugoio#8586
FYI: I have started the work to get my "image meta" library over the finish line (as in: Good enough to be used by Hugo).
Nothing to test in the above yet, but soon. |
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
Closes gohugoio#10855 Closes gohugoio#8586 Closes gohugoio#8996
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently only JPEG and Tiff are support as file format for reading Exif data from files. I think it would beneficial if also exif data from WebP images could be read within hugo.
The text was updated successfully, but these errors were encountered: