lut
lut copied to clipboard
color lookup tables (LUTs) for color grading
代码中貌似没有image这个类
Thanks for your origin code. I have wrapper the lut.h to python package and already use it on my own project. Enjoy it [PyApplyLUT](https://github.com/CKboss/PyApplyLUT)
Thanks for this, I use it as a raw effect for my video sequencer. Could you take a look at Direct2D's LUT: https://docs.microsoft.com/en-us/windows/win32/direct2d/3d-lookup-table-effect Also, this: https://docs.microsoft.com/en-us/windows/win32/api/d2d1_3/nf-d2d1_3-id2d1devicecontext2-createlookuptable3d I'm new to lut...