Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Learning
Photography Q&A
NEF looks better than jpg in Capture One Pro
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="aroy" data-source="post: 644086" data-attributes="member: 16090"><p>Each pixel of a digital camera can store only the light levels, so essentially a sensor is monochrome. To get colour information each pixel has a mask of one colour. Bayer pattern used in most cameras has a Green, a Blue and two Red masks in a cluster of four touching pixels. So even though the sensor has say 20 Mega Pixels, 10MP are Red, 5MP are green and 5MP are blue. RAW format stores the image data as seen by the sensor, along with a host of other supporting data. Why BAyer pattern and not RBG, is because Bayer uses only one pixel while RBG needs 3 pixels - essentially the Bayer pattern needs 1/3 the pixels. The down side is that the colours are not exactly true but interpolated for each pixel.</p><p></p><p>JPEG on other hand has colour information for all the 20MP pixels, in effect it has data for 20MP Red, 20MP Blue and 20MP Green - thrice the data that the sensor had collected! In camera JPEG is RAW processed by the camera.</p><p></p><p>The conversion of 20MP Bayer pattern to 20x3MP of RBG is called demosaicing.</p><p></p><p>NEF file is in RAW format. That format has one entry for each pixel effectively what the sensor sees. To get RBG information you have to use a demosaicing algorithm to create colour information for each pixel. In effect</p><p>. Two pixels had Red mask so essentially these had only Red information. After demosaicing they each have R,B,G data.</p><p>. One pixel had Green data. After demosaicing it has R,B,G data.</p><p>. One pixel had Blue data. After demosaicing it has R,B,G data.</p><p></p><p>So essentially Demosaicing algorithm is "Guessing" what colour goes to which pixels. Each software has its own proprietary demosaicing algorithm, so the result of one may be more pleasing to the eye than the other.</p></blockquote><p></p>
[QUOTE="aroy, post: 644086, member: 16090"] Each pixel of a digital camera can store only the light levels, so essentially a sensor is monochrome. To get colour information each pixel has a mask of one colour. Bayer pattern used in most cameras has a Green, a Blue and two Red masks in a cluster of four touching pixels. So even though the sensor has say 20 Mega Pixels, 10MP are Red, 5MP are green and 5MP are blue. RAW format stores the image data as seen by the sensor, along with a host of other supporting data. Why BAyer pattern and not RBG, is because Bayer uses only one pixel while RBG needs 3 pixels - essentially the Bayer pattern needs 1/3 the pixels. The down side is that the colours are not exactly true but interpolated for each pixel. JPEG on other hand has colour information for all the 20MP pixels, in effect it has data for 20MP Red, 20MP Blue and 20MP Green - thrice the data that the sensor had collected! In camera JPEG is RAW processed by the camera. The conversion of 20MP Bayer pattern to 20x3MP of RBG is called demosaicing. NEF file is in RAW format. That format has one entry for each pixel effectively what the sensor sees. To get RBG information you have to use a demosaicing algorithm to create colour information for each pixel. In effect . Two pixels had Red mask so essentially these had only Red information. After demosaicing they each have R,B,G data. . One pixel had Green data. After demosaicing it has R,B,G data. . One pixel had Blue data. After demosaicing it has R,B,G data. So essentially Demosaicing algorithm is "Guessing" what colour goes to which pixels. Each software has its own proprietary demosaicing algorithm, so the result of one may be more pleasing to the eye than the other. [/QUOTE]
Verification
Post reply
Forums
Learning
Photography Q&A
NEF looks better than jpg in Capture One Pro
Top