commit | f2b0f5fe1c7db69d66723e7352b056bcfc0f0c2c | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Sat Apr 19 08:58:09 2025 -0700 |
committer | Cosmin Truta <ctruta@gmail.com> | Tue Apr 22 18:08:39 2025 +0300 |
tree | afce6d83677009e4ed0ca3606300628e41277bd1 | |
parent | 7101a5569f432b9822a218a3ac1e06efe0b11508 [diff] |
fix(mDCv): Correct the floating-point setter `png_set_mDCv` In the floating-point API function `png_set_mDCv` we incorrectly divided by two the chromaticity values before passing them on to `png_set_mDCv_fixed`. Reported-by: Mohit Bakshi <mohitbakshi2205@gmail.com> Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Cosmin Truta <ctruta@gmail.com>