feat(arw): Adding automatic conversion for Sony ARW Camera formats#13
feat(arw): Adding automatic conversion for Sony ARW Camera formats#13luisgreen wants to merge 2 commits into
Conversation
|
BTW... Came here just by chance... and ended up being exactly what I needed. Thanks for your efforts! |
|
Thanks for the PR :-) I'm not sure this is the best use-case :s Did you try https://github.com/trougnouf/rawnind_jddc ? It's made specifically for raw images, it denoises the raw files and outputs a virtually raw tiff file (linear RGB with just the demosaic applied) that can be developed in any way (e.g. with darktable), and it should provide better denoising performance. If rawnind-denoise is not the experience you are looking for and you truly benefit more from this use case (getting a ready-to-publish denoised jpeg from a raw file) then we can merge this (although there is no reason to limit it to Sony ARW files since libraw/RawPy handles any/most raw image formats seamlessly), otherwise I would rather point users in the direction of RawNIND. |
Thank you for your response. let me take a look at it! |
Automatic Sony ARW raw file conversion & metadata printing
Summary
Adds automatic detection, metadata extraction, and conversion of Sony ARW (.ARW) raw camera files to 16-bit TIFF before denoising. Users can now point denoise_image.py directly at ARW files without manual preprocessing.