Commit Graph

6 Commits

Author SHA1 Message Date
Andrey Skvortsov
35b84f0a12 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
2025-04-05 23:31:51 +03:00
Andrey Skvortsov
de765137d5 postprocess: remove unneeded FBDD enforcement for convert
If convert is used with dcraw (instead of dcraw_emu), then dcraw
reports error:

    1: No such file or directory

Convert doesn't use '$@' (-fbdd 1), so there is no reason to enforce
it here. postprocess.sh already detects  dcraw
version (dcraw/dcraw_emu) and sets FBDD option. FBDD is supported only
by dcraw_emu.

Fixes: 8867b41a (Support graphicsmagick as alternative to imagemagick)
2025-04-05 23:31:51 +03:00
Martijn Braam
07d428178c Implement YUV sources in postprocess.sh 2024-01-18 14:38:16 +01:00
Martijn Braam
85819660a7 postprocess: Add sigmoidal contrast to imagemagick postprocessing 2021-09-10 02:48:34 +02:00
Martijn Braam
5ad97d03f6 Add save-dng setting 2021-06-14 00:32:55 +02:00
Benjamin Schaaf
91817b167a Reorganization, replacing CPU debayering entirely 2021-04-18 23:13:56 +10:00