Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - user_nle

#1
Post-processing Workflow / sRGB and ITU-R BT.709
October 02, 2015, 10:01:44 AM
 https://en.wikipedia.org/wiki/Rec._709
Rec. 709 coding uses SMPTE reference levels (a.k.a. "studio-swing", legal-range, narrow-range) levels where reference black is defined as 8-bit interface code 16 and reference white is defined as 8-bit interface code 235.

https://en.wikipedia.org/wiki/SRGB
sRGB uses the ITU-R BT.709 primaries, the same as are used in studio monitors and HDTV


However, I was looking for information about sRGB and found this:

http://www.imagemagick.org/script/color.php
The format of an sRGB value in the functional notation is 'rgb(r,g,b)', where r, g, and b are either three integer or float values in the range 0—255 or three integer or float percentage values in the range 0—100%.
and this
..sRGB values having a range of 0-255..

I'm a little confused. I can not understand this contradiction. What is the range of sRGB ?
Explain please.