L5
L5
L5
computer
Learning Objectives
• For every original pixel Po, subtract the amount of the lower
end of the range:
Po – 38
• That tells how much to increase each pixel position; smaller
(darker) numbers get lightened less than larger (lighter)
numbers
New Levels Math
• The equation for the value in each pixel position of the new
image:
Pn = (Po – 38)*1.08 + 38
• Round the answer to a whole number
• Try it yourself!
For original pixel 239, did you get 255?
For original pixel 157, did you get 167?
Adding Color
• Pick the lowest pixel value and go up to the next level and
keep adding until you have approximately ¼ of the total
pixels (in this case 120,000)
• Pick the highest pixel value and go down to the next level,
adding until you have the top ¼ of the total pixels
Adding Color
Adding Color
Highlights +8 0 -4
Midrange +9 +6 -4
Shadows +15 0 -6