RawTherapee icon indicating copy to clipboard operation
RawTherapee copied to clipboard

Allow to add extra EXIF tags to images

Open giacomomarchioro opened this issue 1 year ago • 0 comments

Hello and thanks for this wonderful software.

We would like to add extra EXIF tags such as XResolution, YResolution and ResolutionUnit which are valid EXIF tags not present in RawTherapee 5.8 and hardcoded in 5.9. We tried to add them directly to the .pp3 file, they are seen by RT but they are not saved on the final file.

At the moment we are doing some post-processing using exiftool:

exiftool -Xresolution=600 -Yresolution=600 -ResolutionUnit=inches myimage.tif

But it would be great to avoid this extra step and this tag could be used for implementing other issues: https://github.com/Beep6581/RawTherapee/issues/4894

giacomomarchioro avatar Sep 22 '23 09:09 giacomomarchioro