iGaret wrote:Hmmm aren't levels different than curves?
Can I pass a polygon to levels to make it run a lookup table on it? Because that's what I need... If I needed to adjust the levels I would've used levels, but I need curves. So I use a lookup table.
Is there something I'm missing?
see my script curves below -- you provide a set of transformation points and they get splined into a smooth curve and lut created and applied using -clut.
You can also create a gradient and apply a polynomial function to it to generate your lut. You only need one row or column of gradient. See -function polynomial. http://www.imagemagick.org/Usage/transf ... polynomial