mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
use camera wb for raw (#3806)
This commit is contained in:
parent
60729a091a
commit
7ad12c7f33
3 changed files with 11 additions and 1 deletions
9
server/bin/use-camera-wb.patch
Executable file
9
server/bin/use-camera-wb.patch
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
@@ -339,6 +339,8 @@
|
||||
option=GetImageOption(image_info,"dng:use_camera_wb");
|
||||
if (option != (const char *) NULL)
|
||||
raw_info->params.use_camera_wb=IsStringTrue(option);
|
||||
+ else
|
||||
+ raw_info->params.use_camera_wb=MagickTrue;
|
||||
option=GetImageOption(image_info,"dng:use-auto-wb");
|
||||
if (option == (const char *) NULL)
|
||||
option=GetImageOption(image_info,"dng:use_auto_wb");
|
||||
Loading…
Add table
Add a link
Reference in a new issue