-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Transparency problem when converting 32-bit images to WebP #8729
Comments
Minimal reproducible example: git clone --single-branch -b hugo-github-issue-8729 https://github.com/jmooring/hugo-testing hugo-github-issue-8729
cd hugo-github-issue-8729
hugo server |
The (my) upstream encoder works correctly here: bep/gowebp@a20a4da Which narrows down the options ... |
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 7, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 7, 2021
Keep this as a separate commit as this isn't because the files have changed. The filenames have changed due to cache busting of PNG and Webp images. See gohugoio#8729
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 7, 2021
Keep this as a separate commit as this isn't because the files have changed. The filenames have changed due to cache busting of PNG and Webp images. See gohugoio#8729
bep
added a commit
that referenced
this issue
Jul 7, 2021
bep
added a commit
that referenced
this issue
Jul 7, 2021
Keep this as a separate commit as this isn't because the files have changed. The filenames have changed due to cache busting of PNG and Webp images. See #8729
This was referenced Jul 26, 2021
anthonyfok
added a commit
to anthonyfok/hugo
that referenced
this issue
Oct 29, 2021
As documented in commit 30eea39, some filenames have changed due to cache busting of PNG and Webp images. This resolves recent TestImageOperationsGolden failure on arm64, ppc64le and s390x. See gohugoio#6387 and gohugoio#8729
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example:
Minimal reproducible example to follow...
The text was updated successfully, but these errors were encountered: