Commit Graph

12 Commits

Author SHA1 Message Date
Yassine Oudjana 403c85cf39
Add debayering support for all bayer CFAs 2022-06-21 14:28:57 +02:00
Yassine Oudjana 13a41f66d1
Add support for BGGR10P debayering 2022-06-21 14:28:56 +02:00
Benjamin Schaaf f550d431c4
Make clang-format more aggressive
clang-format always manages to mix spaces into tab-based indentation.
Since we already require an exact tab-width of 8 it makes more sense to
use spaces.
2022-06-21 14:28:40 +02:00
Benjamin Schaaf 3e1a289565
Add clang-format as part of CI 2022-06-21 14:28:39 +02:00
Martijn Braam 8e2c11d5e4 Disable matrices in preview
For some reason it looks work with the matrices, skipped for now
2021-06-13 21:43:41 +02:00
Martijn Braam 7a3e470b29 Reverse the matrix and srgb conversion for the preview
The sRGB curve should be applied after the color matrices
2021-06-13 18:22:24 +02:00
Benjamin Schaaf 055ff6e266 Fix preview color 2021-05-04 23:40:45 +10:00
Benjamin Schaaf 1bd975698c Average green samples for debayering
Gives a slightly cleaner image
2021-04-26 19:07:33 +10:00
Benjamin Schaaf 91817b167a Reorganization, replacing CPU debayering entirely 2021-04-18 23:13:56 +10:00
Benjamin Schaaf 337526e9b9 It works! 2021-04-15 23:14:20 +10:00
Benjamin Schaaf aa8b2409d9 Second pass at OpenGL debayering 2021-04-10 22:39:55 +10:00
Benjamin Schaaf 1ffaba5f7e First pass at OpenGL debayering 2021-04-09 22:57:14 +10:00