cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

How to read Hald Clut image? #387

Open Zer0bee opened 6 years ago

Zer0bee commented 6 years ago

I want to read Hald clut image for colour correction. I found this article http://www.quelsolaar.com/technology/clut.html but it is using 3D texture to read data from clut image but i want to read it using 2D texture.

Can you help me reading this clut file?