mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
748 B
Diff
13 lines
748 B
Diff
|
diff -ru FreeImage.orig/Source/FreeImage/PluginRAW.cpp FreeImage/Source/FreeImage/PluginRAW.cpp
|
||
|
--- FreeImage.orig/Source/FreeImage/PluginRAW.cpp 2022-12-18 21:57:11.447801357 +0100
|
||
|
+++ FreeImage/Source/FreeImage/PluginRAW.cpp 2022-12-18 21:58:05.103433138 +0100
|
||
|
@@ -687,7 +687,7 @@
|
||
|
// --------------------------------------------
|
||
|
|
||
|
// (-s [0..N-1]) Select one raw image from input file
|
||
|
- RawProcessor->imgdata.params.shot_select = 0;
|
||
|
+ RawProcessor->imgdata.rawparams.shot_select = 0;
|
||
|
// (-w) Use camera white balance, if possible (otherwise, fallback to auto_wb)
|
||
|
RawProcessor->imgdata.params.use_camera_wb = 1;
|
||
|
// (-M) Use any color matrix from the camera metadata. This option only affects Olympus, Leaf, and Phase One cameras.
|