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

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

Message

Stefan Klug June 27, 2024, 12:51 p.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.

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

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