Is there any way in python to save an image in DNG format?
I open a DNG image, do somne processing on it an would like to save it again as DNG.
There is for example rawpy but this just open a DNG file and I cannot save it back as DNG with this library (OpenCV doesn't work either.)