EXR: store of "adobe_rsrc" attribute with XMP/EXIF/Resolution data

This commit is contained in:
Mirco Miranda
2026-09-10 16:44:54 +02:00
parent 6a3c7f2c86
commit 5e5072d590
6 changed files with 336 additions and 40 deletions
+6 -3
View File
@@ -384,9 +384,12 @@ The following defines can be defined in cmake to modify the behavior of the
plugin:
- `EXR_CONVERT_TO_SRGB`: the linear data is converted to sRGB on read to
accommodate programs that do not support color profiles.
- `EXR_DISABLE_XMP_ATTRIBUTE`: disables the stores XMP values in a non-standard
attribute named "xmp". Note that Gimp reads the "xmp" attribute and Darktable
writes it as well.
- `EXR_DISABLE_XMP_ATTRIBUTE`: disables the storage of XMP values in a
non-standard attribute named "xmp". Note that Gimp reads the "xmp" attribute
and Darktable writes it as well.
- `EXR_DISABLE_ADOBE_ATTRIBUTE`: disables the storage of non-standard
attribute "adobe_rsrc". Note that Photoshop uses "adobe_rsrc" attribute to
read and write XMP/EXIF/IPTC data.
The plugin can set the following additional metadata:
- `EXRLayerName`: A string containing the name of the EXR layer used to decode