in src/chug/image/transforms_torch.py [0:0]
def __init__(self, threshold=200): self.lut = [0 if i < threshold else i for i in range(256)]