Skip to content

Instantly share code, notes, and snippets.

@Lypheo
Lypheo / eetf.py
Last active February 16, 2021 15:46
plotting mpv/libplacebo tonemapping operators
import colour # pip install colour-science
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.widgets import Slider
L = np.linspace(0, 10000, 1000)
ops = {
"linear": []