From 35b84f0a12e89318a1c13fa020c8bb1d6754cfc7 Mon Sep 17 00:00:00 2001 From: Andrey Skvortsov Date: Sat, 29 Mar 2025 16:18:01 +0300 Subject: [PATCH] postprocess: fix black images with dcraw for some reason on Debian dcraw creates black images, when -w (Use camera white balance) isn't used. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101360 --- data/postprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/postprocess.sh b/data/postprocess.sh index effc04c..1fd3706 100755 --- a/data/postprocess.sh +++ b/data/postprocess.sh @@ -58,7 +58,7 @@ elif command -v "dcraw" > /dev/null then DCRAW=dcraw TIFF_EXT="tiff" - set -- + set -- -w fi CONVERT=""