AVIF: added support to XMP and EXIF metadata

Allow to load/save info about:
- GPS info (latitude, longitude, altitude)
- Various text info (title, description, author, copyright, etc...)
- Image resolution

The compatibility of the modifications has been tested with GIMP.
This commit is contained in:
Mirco Miranda
2025-02-19 11:56:19 +00:00
parent bb1c6aab9e
commit 90d4256f3d
8 changed files with 180 additions and 4 deletions

View File

@ -25,7 +25,7 @@ kimageformats_add_plugin(kimg_ani SOURCES ani.cpp)
##################################
if (TARGET avif)
kimageformats_add_plugin(kimg_avif SOURCES "avif.cpp")
kimageformats_add_plugin(kimg_avif SOURCES avif.cpp microexif.cpp)
target_link_libraries(kimg_avif PRIVATE "avif")
endif()