Open miaoqi opened 6 years ago
Find the data structure of returned meta data from the RAW by "libraw":
https://www.libraw.org/docs/API-datastruct-eng.html#libraw_iparams_t
We can map members inside "libraw_iparams_t" to the matching optional attributes in ACES specification.
There have, in the past, been some discussions on adding EXIF data to OpenEXR on the development mailing list. You might want to check there as standardisation would be very useful to get vendors to support reading the data correctly. e.g. for HDRI image merging etc.
Kevin
Yes! I will also chase with Mathias / ILM folks the status.
Any progress? O.o
"rawtoaces" does not pass RAW file meta data to the resulting ACES. The issue is related to the fact that "aces_container" does not support writing the optional attributes to the header.
To address this issue,
1). update a function call in "aces_container"; 2). map the RAW file meta data into ACES's specification