What do you mean by “tryin to open”? Apparently you are working with Windows. But which application do you want to use to open the RW2? digiKam works fine, as does ART, the raw converter.
Unfortunately HDRMerge has not been updated in years and the Windows package is probably shipping/relying on an older version of LibRaw (library for loading raw files) that does not support your specific camera model (I’m surprised the help would say “all cameras are supported”).
Typically one cannot just swap libraries w/ large version jumps, and the whole app needs to be rebuilt from source (and possibly even patched). It’s best to contact whoever supplied/maintains the HDRMerge Windows package.
Btw, it looks like there was some more recent activity on github that adapted the HDRMerge codebase to more recent LibRaw, so it might be “just” a question of someone building and supplying a newer Windows package, unless you feel up to building it yourself… @gaaned92
That would be nice. Personally I want to use the program to process Albedo maps from my photometric stereo scanner. I tried know programs like Photoshop or Affinity but they all do something to the image. I want to work linearly and HDR merge seems to be perfect for this.
Hey, I also had some issue with RW2 files in other software; what you could try is to convert it to DNG, which is much more supported, and mostly importantly using option that will make it compatible with pretty older dng versions.
mostly because the command-line expose a -u “uncompressed” option which I found to be the source of issue with some software.
You can also try the -crXX.X and -dngX.X flags (see doc for exact flag) to make sure the dng could be read by an older libraw version (haven’t tested).
Sure, thanks for that reminder! (Older LibRaw and most other apps should be ok w/ DNG 1.4 compatibility.) And if one is going the DNG route, there is also the FLOSS dnglab alternative.
Thank you for responding. This could be an option, it’s an extra step but might be a solution, at the very least for testing it. Do you know if the Adobe Digital Negative software does anything to the photo?
If you choose the lossless or uncompressed options, the raw values should be completely preserved. There might be rare corner cases where some metadata doesn’t come across (or apps don’t know how to get all of it from a DNG while they could from the original raw format), so it’s recommended one keeps the originals around.