Open snoukkis opened 4 years ago
Looks fine here in 5.8 dev build
Looks fine here in 5.8 dev build
I tried to confirm that by building the macOS version (with Homebrew deps, without codesign/notarize) (since there seems to be no macOS nightly), but something went wrong:
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: error: invalid version number in '-mmacosx-version-min='
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: error: invalid version number in '-mmacosx-version-min='
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: error: invalid version number in '-mmacosx-version-min='
clang: warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clangclang: : error: warninginvalid version number in '-mmacosx-version-min=':
/usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
clang: error: invalid version number in '-mmacosx-version-min='
clang: error: invalid version number in '-mmacosx-version-min='
clang: error: invalid version number in '-mmacosx-version-min='
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/nikonattribs.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/kodakattribs.cc.o] Error 1clangclangclang
: : : warning: warning/usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
warning: /usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]make[2]:
*** [rtexif/CMakeFiles/rtexif.dir/canonattribs.cc.o] Error 1
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/panasonicattribs.cc.o] Error 1:
/usr/local/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/pentaxattribs.cc.o] Error 1
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/olympusattribs.cc.o] Error 1
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/fujiattribs.cc.o] Error 1
clang: error: invalid version number in '-mmacosx-version-min='
clang: error: invalid version number in '-mmacosx-version-min='
clang: error: invalid version number in '-mmacosx-version-min='
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/sonyminoltaattribs.cc.o] Error 1
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/stdattribs.cc.o] Error 1
make[2]: *** [rtexif/CMakeFiles/rtexif.dir/rtexif.cc.o] Error 1
make[1]: *** [rtexif/CMakeFiles/rtexif.dir/all] Error 2
make: *** [all] Error 2
Any tips getting it to compile in macOS? While I'm literate, clang/C++ is not my bread and butter. My Windows game oriented machine is not really suited for photo work so I wouldn't mind running dev version til 5.9 gets out.
Bah, anyway, for testing I gave up and started the Windows machine:
RawTherapee_dev_5.8-2285-gd7c073e41_20200703.exe
).
I'm using a Canon EOS M6 Mark II which produces CR3 format raw images. Because of the missing metadata support in RawTherapee for CR3, I'm first converting to dng.
Dark frame subtraction works correctly if I load the original CR3 image and subtract either CR3 or dng dark frame. See this.
However if I load the converted dng image and subtract either CR3 or dng dark frame, the resulting image is dark and green. See this.
Version details:
Operating system:
macOS Mojave 10.14.6 (18G4032)
Steps to reproduce the problem:
converted_image.dng.pp3
)All files downloadable from https://mega.nz/folder/MWBjHIYS#LAES3fmE1DcueXEX9tZ4dw
original_dark_frame.CR3
: long exposure dark frame directly from cameraoriginal_image.CR3
: long exposure image directly from cameraoriginal_image.CR3.pp3
: neutral processing profile + dark frame appliedoriginal_image.jpg
: downscaled jpeg of the correct result.converted_dark_frame.dng
: long exposure dark frame converted from original_dark_frame.CR3converted_image.dng
: converted from original_image.CR3converted_image.dng.pp3
: neutral processing profile + (converted) dark frame appliedconverted_image.jpg
: downscaled jpeg of the incorrect result.