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
This commit is contained in:
Andrey Skvortsov
2025-03-29 16:18:01 +03:00
parent de765137d5
commit 35b84f0a12

View File

@@ -58,7 +58,7 @@ elif command -v "dcraw" > /dev/null
then then
DCRAW=dcraw DCRAW=dcraw
TIFF_EXT="tiff" TIFF_EXT="tiff"
set -- set -- -w
fi fi
CONVERT="" CONVERT=""