IFF: read only support to Interchange Format Files

Read-only support for most common Interchange Format Files (IFF). Supports IFF saved by Photoshop for the Amiga and Maya platform and HAM6 coded files.

Closes #29
This commit is contained in:
Mirco Miranda
2025-07-01 23:59:03 +02:00
committed by Albert Astals Cid
parent e6357c22f7
commit 4f2f2425d3
38 changed files with 2770 additions and 43 deletions

View File

@ -84,6 +84,10 @@ endif()
##################################
kimageformats_add_plugin(kimg_iff SOURCES iff.cpp chunks.cpp)
##################################
if (LibJXL_FOUND AND LibJXLThreads_FOUND AND LibJXLCMS_FOUND)
kimageformats_add_plugin(kimg_jxl SOURCES jxl.cpp microexif.cpp)
target_link_libraries(kimg_jxl PRIVATE PkgConfig::LibJXL PkgConfig::LibJXLThreads PkgConfig::LibJXLCMS)