To all, but particularly windows users, I made a new test branch that uses the library tifffile instead of pidng, which should work in windows.
If you want to test it out (it’s only CLI based at the moment, so suitable for the Lua script or potentially power shell, you can try it out like so:
python3.12 -m venv test_tiffile
. test_tiffile/bin/activate
git clone -b feature_save_with_tifffile https://github.com/rymuelle/RawForge.git
pip install RawForge/.
rawforge TreeNetDenoiseSuperLight test.CR2 test.dng --cfa
I am realizing that I do not know how to do any of that in windows (sorry), but I aim to move that to the GUI version shortly. If you do try it out, let me know if it works, and I’ll look to merge it in with the main branch
However,