letmaik / rawpy

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

Mimic Adobe Photoshop Open-Save quality #216

Closed s1ddok closed 7 months ago

s1ddok commented 7 months ago

Hey!

Our current data processing pipeline includes opening Adobe Photoshop and instantly saving the image to tiff file format, without any adjustment.

I've tried doing so with rawpy, even disable auto brightness etc, but the quality differs a lot. Do you think it is possible to somehow achieve results close to what Adobe Photoshop provides?

letmaik commented 7 months ago

rawpy is built on libraw and the RAW processing algorithms are different from Photoshop. I suggest to ask in https://www.libraw.org/forum/15 what the closest processing options would be and then use those in rawpy.