1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 2 3.. _pixfmt-bayer: 4 5***************** 6Raw Bayer Formats 7***************** 8 9Description 10=========== 11 12The raw Bayer formats are used by image sensors before much if any processing is 13performed on the image. The formats contain green, red and blue components, with 14alternating lines of red and green, and blue and green pixels in different 15orders. See also `the Wikipedia article on Bayer filter 16<https://en.wikipedia.org/wiki/Bayer_filter>`__. 17 18 19.. toctree:: 20 :maxdepth: 1 21 22 pixfmt-rawnn-cru 23 pixfmt-srggb8 24 pixfmt-srggb8-pisp-comp 25 pixfmt-srggb10 26 pixfmt-srggb10p 27 pixfmt-srggb10alaw8 28 pixfmt-srggb10dpcm8 29 pixfmt-srggb10-ipu3 30 pixfmt-srggb12 31 pixfmt-srggb12p 32 pixfmt-srggb14 33 pixfmt-srggb14p 34 pixfmt-srggb16 35