You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The per channel white levels is likely what caused the most noticeable color issues with the images previously and would probably be an easy change to improve theDNG compatibility with even more RAW processors. Just multiply the color channels prior to saving to DNG so that they share the same identical maximum channel white.
The use of the gain map DNG opcode was the other missing piece in prior versions of Iridient Developer and that too could probably be baked in without much if any negative impact on the final image just shift the maximum white point some such that no clipping occurs after applying the gain maps..."
The text was updated successfully, but these errors were encountered:
The channels could in principle be multiplied so that the white levels are the same, but it wouldn’t necessarily fix the problem. It depends on if the problem is with the actual handling of per channel white levels, or with handling of white balance. The gain map could in principle be baked in, but then there wouldn’t be any way of correctly specifying the white level. It has to be specified exactly where clipping occurs. If the white level is set too high, clipped data will be handled incorrectly.
Could the following be implemented to make Kalpanika DNGs more compatible with raw converters?
Stated by Brian Griffith (author of Iridient Developer) at https://www.dpreview.com/forums/thread/3912319
"The per channel white levels is likely what caused the most noticeable color issues with the images previously and would probably be an easy change to improve theDNG compatibility with even more RAW processors. Just multiply the color channels prior to saving to DNG so that they share the same identical maximum channel white.
The use of the gain map DNG opcode was the other missing piece in prior versions of Iridient Developer and that too could probably be baked in without much if any negative impact on the final image just shift the maximum white point some such that no clipping occurs after applying the gain maps..."
The text was updated successfully, but these errors were encountered: