Think of it this way: your Inputs are ¡°bad¡± or off kilter and you want them to be made perfect 10, 20, 30, 40, 50 etc. (how I explain it to students).
I have never used 0-255, only 0-100. It¡¯s Pigment/Ink % not Light in Curve Display Options. Someone else can answer that.
Before QCDN this is how I wrote all my profiles, ink descriptor files with Gray Curve. Hundreds. Now I don¡¯t even have to think about how it¡¯s done with QCDN, but I kept the old qtr profiles
to remember the good ol¡¯ days.
I'm writing a quick script to serialize a curve defined in an acv from Photoshop to a string compatible with the GRAY_CURVE parameter in an ink descriptor file. Adobe's
defines each curve point pair as the output value followed by the input value. Additionally, each coordinate is a value in the range of 0¨C255.
?
Two questions:
?
1. Can anyone confirm whether GRAY_CURVE expects the format input;output or output;input?
2. Does 255 == 100 in GRAY_CURVE or is the value similar to the ink percentage in Photoshop where 255 == 0?