mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
Add plugin for AV1 Image File Format (AVIF)
This commit is contained in:
committed by
Albert Astals Cid
parent
a6ec69d276
commit
34a9ec1b06
@ -70,6 +70,12 @@ if (KF5Archive_FOUND)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (TARGET avif)
|
||||
kimageformats_read_tests(
|
||||
avif
|
||||
)
|
||||
endif()
|
||||
|
||||
# Allow some fuzziness when reading this formats, to allow for
|
||||
# rounding errors (eg: in alpha blending).
|
||||
kimageformats_read_tests(FUZZ 1
|
||||
|
Reference in New Issue
Block a user