Low contrast after calibration

Home Forums Help and Support Low contrast after calibration

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #10841

    Florian Höch
    Administrator
    • Offline

    If you notice on that google sheet, the gamma plot for L* (blue solid line) has this discontinuity near black.

    You have an error in the formula:

    =IF(B7<=(216/24389),(100*B7)/(24389/27),((B7+0.16)/1.16)^3)

    should be

    =IF(B7<=0.08,(100*B7)/(24389/27),((B7+0.16)/1.16)^3)

    #10847

    Pneumatic
    Participant
    • Offline

    Thank you!  That looks correct now 🙂

    Of course I’m curious to know why my Y/Yn was off by…a multiple of 10?

    In the Poynton article it says “if you normalize luminance to reference white then you need not compute the quotient”  which I was under the impression is what column B is as it’s normalised to 1.0 as the maximum.

    But obviously that must be wrong, just don’t know why 🙂

    • This reply was modified 6 years, 1 month ago by Pneumatic.
    #10849

    Florian Höch
    Administrator
    • Offline

    Of course I’m curious to know why my Y/Yn was off by…a multiple of 10?

    (216 / 24389) is for the other direction (Y to L*), which uses the inverse formula. The 0.08 comes from (24389 / 27) * (216 / 24389) * 0.01 so it’s just a simplification of that.

    #10850

    Pneumatic
    Participant
    • Offline

    *facepalm*

    Thanks.

    • This reply was modified 6 years, 1 month ago by Pneumatic.
Viewing 4 posts - 31 through 34 (of 34 total)

You must be logged in to reply to this topic.

Log in or Register

Display Calibration and Characterization powered by ArgyllCMS