mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
Add plugin for High Efficiency Image File Format (HEIF)
Code partially by Sirius Bakke
This commit is contained in:
@ -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
|
||||
|
BIN
autotests/read/heif/rgb.heif
Normal file
BIN
autotests/read/heif/rgb.heif
Normal file
Binary file not shown.
BIN
autotests/read/heif/rgb.png
Normal file
BIN
autotests/read/heif/rgb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
autotests/read/heif/rgba.heif
Normal file
BIN
autotests/read/heif/rgba.heif
Normal file
Binary file not shown.
BIN
autotests/read/heif/rgba.png
Normal file
BIN
autotests/read/heif/rgba.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user