[libcamera-devel] [PATCH 0/5] qcam: Improve DNG writer
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sun May 3 00:56:59 CEST 2020
Hello,
This patch series improves the DNG writer by generating a thumbnail and
adding tags from request metadata.
The patches are quite self-explanatory. Patch 5/5 could be squashed with
3/5, but I think keeping it separate would allow an easier revert in
case we revisit this later and realize that the mishandling of the
thumbnail in RawTherapee is due to a big in the DNG writer code.
Laurent Pinchart (5):
qcam: Pass request metadata to DNG writer
qcam: dng_writer: Name arguments to packScanline()
qcam: dng_writer: Output thumbnail
qcam: dng_writer: Populate DNG tags from metadata
qcam: dng_writer: Generate thumbnail in RGB format
src/qcam/dng_writer.cpp | 197 ++++++++++++++++++++++++++++++++++++---
src/qcam/dng_writer.h | 2 +
src/qcam/main_window.cpp | 18 ++--
src/qcam/main_window.h | 22 ++++-
4 files changed, 213 insertions(+), 26 deletions(-)
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list