letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
591 stars 67 forks source link

Keep exifdata/metadata #114

Closed SvenAurea closed 4 years ago

SvenAurea commented 4 years ago

Not really an issue but more of a question/enhancement. Currently really happy with the rawpy performance. I am not sure if it is already possible but I keep losing the metadata. Is it possible to copy this information while going from the raw image to for example jpg?

letmaik commented 4 years ago

Yeah that's easy, you can use exiftool's -tagsfromfile flag to copy the metadata from the original to the processed file.