Skip to content

Commit

Permalink
[imageProcessing] Change fallback to libRawWhiteBalancing if a dcp co…
Browse files Browse the repository at this point in the history
…lor profile cannot be found in the database.
  • Loading branch information
demoulinv committed Aug 3, 2023
1 parent 1ba688c commit 77acf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/utils/main_imageProcessing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ int aliceVision_main(int argc, char * argv[])
(rawColorInterpretation == image::ERawColorInterpretation::DcpMetadata)))
{
// Fallback case of missing profile but no error requested
readOptions.rawColorInterpretation = image::ERawColorInterpretation::LibRawNoWhiteBalancing;
readOptions.rawColorInterpretation = image::ERawColorInterpretation::LibRawWhiteBalancing;
}
else
{
Expand Down

0 comments on commit 77acf16

Please sign in to comment.