Add plugin for High Efficiency Image File Format (HEIF)

Code partially by Sirius Bakke
This commit is contained in:
Daniel Novomesky
2021-02-25 11:52:00 +01:00
parent 7ba4d6adda
commit ca52d4ddf5
11 changed files with 823 additions and 1 deletions
+6
View File
@@ -76,6 +76,12 @@ if (TARGET avif)
)
endif()
if (LibHeif_FOUND)
kimageformats_read_tests(
heif
)
endif()
# Allow some fuzziness when reading this formats, to allow for
# rounding errors (eg: in alpha blending).
kimageformats_read_tests(FUZZ 1
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB