Comment on Film simulations from scratch using PythonComments−rubatuga5yI actually made a command line program in Python that lets you apply CUBE LUTs to any image of your choice:https://github.com/yoonsikp/pycubelutI’m trying to add a GPU acceleration feature using wgpu-py, but it was unfortunately too buggy last time I tried in January
Comments
I actually made a command line program in Python that lets you apply CUBE LUTs to any image of your choice:
https://github.com/yoonsikp/pycubelut
I’m trying to add a GPU acceleration feature using wgpu-py, but it was unfortunately too buggy last time I tried in January