From patchwork Thu Jun 27 12:51:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 20425 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id DFE58BD87C for ; Thu, 27 Jun 2024 12:53:25 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C70BC62C99; Thu, 27 Jun 2024 14:53:24 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="rt59fFNZ"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 123B0619E8 for ; Thu, 27 Jun 2024 14:53:23 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:6248:8b4b:42bc:2b84]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 025B52E0; Thu, 27 Jun 2024 14:52:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1719492779; bh=FrX+FmJOZTBe+bn3Ty5smVkeG+j5an3dfUSgaBQoAmE=; h=From:To:Cc:Subject:Date:From; b=rt59fFNZBOAQK78WqcG4VtrhhkTGXmkrfZloctBtXcAaGdCWWgNGgU06aXo7FsCzq Caics+RGh4LKZhXT9FugC9vutFakWi/EOLn1dZzuW6E19ba59goZiEPnRgDBZJHgZS EQq1icuTbJN3TQLUNtBbRBUp8FF1XRKPcg8A2cLY= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH 0/3] dng_writer: Add support for RAW10 and RAW 12 Date: Thu, 27 Jun 2024 14:51:08 +0200 Message-ID: <20240627125310.2533622-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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(-)