Hello,
FYI, this repo, with minimal changes, can be run in around ~8 seconds (down from >300) using mypyc, without the need to have the separate C module
see this: https://github.com/andrew-ld/make_arq
pip3 install mypy
mypyc make_arq.py
python3 make_arq_wrapper.py
python _makearq_setup.py build_ext --inplace
I also made a rust version here: https://github.com/Kezii/PixelShiftMultiShootMerge that runs in about 2 seconds, only for sony
Hello,
FYI, this repo, with minimal changes, can be run in around ~8 seconds (down from >300) using mypyc, without the need to have the separate C module
see this: https://github.com/andrew-ld/make_arq
I also made a rust version here: https://github.com/Kezii/PixelShiftMultiShootMerge that runs in about 2 seconds, only for sony