Disable strict pixi requirement for libavif >= 0.9.1 Some AVIF image generators didn't include the PixelInformationProperty (pixi), even though strictly speaking they should. In v0.9.2,
Disable strict pixi requirement for libavif >= 0.9.1 Some AVIF image generators didn't include the PixelInformationProperty (pixi), even though strictly speaking they should. In v0.9.2, libavif began requiring this. Let's disable it so we can read those images too. We also remove xfail from test on FreeBSD. Closes GH-7253.
show more ...
|