-
-
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
Unable to decode Exif metadata from image in Hugo 0.88 #8996
Comments
This error caused by As below code
|
Maybe should change a exif lib. I use this one go-exif is ok
|
@swartz-k #8761 is blocked by dsoprea/go-exif#63. |
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. |
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. |
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
hugo version: hugo v0.88.1-5BC54738 linux/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio
Trying to read EXIF data from jpeg images I get similar warnings:
WARN 2021/09/26 13:16:45 Unable to decode Exif metadata from image: /images/2021_01_30/fulls/DSCF2441.jpg
The Images are accesible as resources and are correctly retrieved and used. An example code snippet that I'm trying to use:
The images are Jpeg images taken with a Fujifilm camera and processed in Darktable. The exif data is perfectly readable using any othere tool or library I've tried and is apparently well formed according to standards.
The text was updated successfully, but these errors were encountered: