Skip to content

Instantly share code, notes, and snippets.

@ychalier
ychalier / basecurve.py
Created July 20, 2019 12:06
LUT converter into Darktable base curve
"""lut to darkatable basecurve converter
usage: python basecurve.py <NAME> <LUT>
"""
import struct
import sys
def hexify(blob):