PFM: Portable FloatMap read only support

Simple HDR format supported by GIMP (read/write) and Photoshop (read/write).
This commit is contained in:
Mirco Miranda
2024-06-13 22:20:40 +00:00
committed by Albert Astals Cid
parent 950ed43623
commit 06f097046c
12 changed files with 371 additions and 0 deletions

View File

@ -83,6 +83,10 @@ kimageformats_add_plugin(kimg_pic SOURCES pic.cpp)
##################################
kimageformats_add_plugin(kimg_pfm SOURCES pfm.cpp)
##################################
kimageformats_add_plugin(kimg_psd SOURCES psd.cpp scanlineconverter.cpp)
##################################