Miaoqi Zhu
Miaoqi Zhu
When I cleaned up the code after previous commit, this error occurred once. Let me look into it. Thanks, Mio
Hi Scott, The float point issue should be fixed now. The problem is probably caused by float16_t to uint8_t conversion. Now when it comes to use “SonyF35.StillLife.exr”, it may not...
Hi Scott, Does the fix work for your transform? Please be aware that "adx" is same as "adx10". You also have "adx16". Thanks, Mio
Hi Scott, Can you use the latest code and let me know if the temporary fix address the issue? :) Thanks, Mio
It is possible that the "illuminant" data path is problematic or set up correctly. Did you set up your path to the "data"? Thanks!
@KelSolaar @aforsythe where is the latest specification for JOSN 1.0? also what should we do with the "license" field?
Hi, any thoughts for the "license" field? Thanks!
@KelSolaar I undersand. Any suggestions on what it should be like?
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.
Hi, thanks for the feedback. I went to these two site: 1. https://jsonlint.com/ 2. https://jsonformatter.curiousconcept.com/ It looks our current schema and values are valid. @KelSolaar Hi Thomas, can you take...