[v2,0/3] * dng_writer: Add support for RAW10 and RAW 12
mbox series

Message ID 20240628100227.2910842-1-stefan.klug@ideasonboard.com
Headers show
Series
  • * dng_writer: Add support for RAW10 and RAW 12
Related show

Message

Stefan Klug June 28, 2024, 10:01 a.m. UTC
This patch series adds support for RAW10 and RAW12 to the dng writer. It
is based on the RAW16 patch by Dan:
https://patchwork.libcamera.org/patch/20299/

Besides the implementation it includes some function renames that where
discussed previously.

Changes in v2:
- Removed unneeded XX in function names
- Some stylistic fixes from reviews
- Fixed patterns and function names in P3

Stefan Klug (3):
  apps: common: dng_writer: Rename packing functions
  apps: common: dng_writer: Add thumbnail scanline function for Raw
  apps: common: dng_writer: Support RAW10 and RAW12 format

 src/apps/common/dng_writer.cpp | 174 ++++++++++++++++++++++++++-------
 1 file changed, 137 insertions(+), 37 deletions(-)