joeedh / pigment-painter

GNU General Public License v3.0
7 stars 0 forks source link

Pigment to color without LUT #1

Open luckyclan opened 1 year ago

luckyclan commented 1 year ago

I noticed that pigmentToColor in pigment-painter uses LUT to convert pigment data to rgb, while mixbox just calculates it without LUT. Can it be improved?

joeedh commented 1 year ago

They're using a polynomial to do it. It's possible and someone on Twitter did it, but I've not implemented it yet