Added support for resolution and EXIF/XMP metadata to HEIF

This commit is contained in:
Mirco Miranda
2025-03-02 08:03:28 +00:00
parent c0261f4926
commit e77986c7e0
6 changed files with 186 additions and 2 deletions

View File

@ -68,7 +68,7 @@ kimageformats_add_plugin(kimg_hdr SOURCES hdr.cpp)
##################################
if (LibHeif_FOUND)
kimageformats_add_plugin(kimg_heif SOURCES heif.cpp)
kimageformats_add_plugin(kimg_heif SOURCES heif.cpp microexif.cpp)
target_link_libraries(kimg_heif PRIVATE PkgConfig::LibHeif)
endif()