Forcing DxO to open my old camera files

Going through photos of my dog and found several taken with a Fuji F600exr, a camera not supported by DxO. Just used my own hack to solve this inconvenience.

for file in *.RAF do
exiftool -M -exif:Model="X-S10" -m -overwrite_original "$file"

Done. Files opening without issues, all editing features enabled, can even apply DeepPrime 3 and DeepPrime XD/XD2. All solved by changing one single line of exif.

notes photography