Skip to content

Instantly share code, notes, and snippets.

@Dede200720
Dede200720 / lut_maker.py
Last active August 13, 2025 02:13 — forked from asus4/lut_maker.py
Make LUT Texture
#!/usr/bin/env python
# coding: UTF-8
import cv2
import numpy as np
def make_lut256x16(exportPath):
''' 256 x 16 LUT '''
colors = []