How to use LUT with JavaScript?
I'm new to image processing. I want to use JavaScript to apply effects to images using LUTs (LookUp Tables) or the corresponding lookup PNGs, something like this: I have googled a lot and couldn't find an article or any resource which will describe the exact process of pixel transformation using LUTs. I have found a nice article here , which describes the 1D and 3D LUTs and the differences between them. But its still is not fully clear for me. I want something like this , which is done for iOS. P.S. Please do not post links/answers regarding image filtering libs, which are using convolution