-
Notifications
You must be signed in to change notification settings - Fork 276
Test heif/heif_read fails with libheif 1.18.0+ #889
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
Comments
Indeed, all four MinGW CI jobs are failing because of this. I do not understand, though, what this test is really supposed to be testing. The comment is Lines 2 to 3 in 6e42ee8
but apparently, the test checks for the opposite. Maybe @YakoYakoYokuYoku can clarify? |
It was meant to check that libgd indeed supports reading HEIF images, can't remember why the me from the past chose such confusing words. |
I'm in doubt, because FFmpeg can read the image but libheif cannot. Said image was produced with a version previous to |
The issue has been resolved upstream, and the MinGW builds (using libheif 1.19.5-2) are green again (one fails for another test case), so I'd close this issue if the test wasn't failing for me locally with a self-built libheif 1.19.5 (using libde265 1.0.15). I'll check that ASAP. |
Actually another test fails for me (heif_im2im), so I consider this issue to be resolved. |
Describe the bug
The test
heif/heif_read
fails with libheif 1.18.0 or newer which contain strukturag/libheif@0b23606. The failing test in gd appears to be triggerd by a new check in libheif that returns an errorImage has no 'ispe' property
fromheif_context_read_from_memory_without_copy
fortests/heif/label.heic
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All checks should pass.
Actual results
The test
heif/heif_read
fails with:Environment (please complete the following information):
Additional context
test-suite.log
https://gitlab.archlinux.org/archlinux/packaging/packages/gd/-/issues/1
The text was updated successfully, but these errors were encountered: