PXR: Pixar raster read only support

Limited read only support to Pixar raster as supported by Photoshop (RGB and Gray 8-bit only).
This commit is contained in:
Mirco Miranda
2024-06-12 22:42:08 +00:00
committed by Albert Astals Cid
parent 863c424390
commit 950ed43623
10 changed files with 314 additions and 0 deletions

View File

@ -87,6 +87,10 @@ kimageformats_add_plugin(kimg_psd SOURCES psd.cpp scanlineconverter.cpp)
##################################
kimageformats_add_plugin(kimg_pxr SOURCES pxr.cpp)
##################################
kimageformats_add_plugin(kimg_qoi SOURCES qoi.cpp scanlineconverter.cpp)
##################################