gimp/plug-ins/file-exr
Alx Sa 0ace660248 plug-ins: Fix crash with OpenEXR chroma images
The OpenEXR plugin was specifically set
to throw an exception if a chroma image
(Y/BY/RY) image was loaded.
This patch removes the exception and loads
the luminance channel only as a grayscale image,
which is how Krita currently handles it.
Future work is needed to properly convert the
chroma channels to import as a RGB(A) image.
2024-06-18 19:42:59 +00:00
..
exr-attribute-blob.h plug-ins: cleanup, copyright headers, formatting in the openexr-wrapper 2019-06-26 16:56:12 +02:00
file-exr.c plug-ins: Fix crash with OpenEXR chroma images 2024-06-18 19:42:59 +00:00
meson.build meson: on macOS temporarily update rpath to find libraries of non-installed GIMP. 2024-04-16 17:43:15 +00:00
openexr-wrapper.cc plug-ins: Fix crash with OpenEXR chroma images 2024-06-18 19:42:59 +00:00
openexr-wrapper.h plug-ins: Fix crash with OpenEXR chroma images 2024-06-18 19:42:59 +00:00