If .quad files hold 256 values, how can they convey 16-bit data ?
2016-06-05 by kenlee333@...
Yahoo Groups archive
Index last updated: 2026-04-28 23:12 UTC
Thread
2016-06-05 by kenlee333@...
The .quad files I have created describe 256 values for each channel: that's 8-bit data, 8-bit precision so to speak.
How then can QTR send 16-bit data to the printer ? Are the additional values interpolated ?
With QTR, what do we mean when we say that we are printing in 16-bit mode ?
Many thanks !
2016-06-05 by richard@...
If I understand it correctly, when a 16 bit image tone is between two of the 256 steps it will interpolate the correct 16-bit quad value for the 16-bit image value. Richard Boutwell
2016-06-05 by Roy Harrington
If I understand it correctly, when a 16 bit image tone is between two of the 256 steps it will interpolate the correct 16-bit quad value for the 16-bit image value.
Richard Boutwell
------------------------------------
Posted by: richard@...
------------------------------------
------------------------------------
Yahoo Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/QuadtoneRIP/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/QuadtoneRIP/join
(Yahoo! ID required)
<*> To change settings via email:
QuadtoneRIP-digest@yahoogroups.com
QuadtoneRIP-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
QuadtoneRIP-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
2016-06-05 by Walker Blackwell
There are 256 points but each is a 16-bit value. Interpolation is done for all theintermediate values.Consider that Photoshop curves have a maximum of 14 points!And not only that they are only 8-bit values. Interpolation does wonders.RoyOn Sat, Jun 4, 2016 at 11:31 PM, richard@... [QuadtoneRIP] <QuadtoneRIP@yahoogroups.com> wrote:If I understand it correctly, when a 16 bit image tone is between two of the 256 steps it will interpolate the correct 16-bit quad value for the 16-bit image value.
Richard Boutwell
------------------------------------
Posted by: richard@richardboutwell.com
------------------------------------
------------------------------------
Yahoo Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/QuadtoneRIP/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/QuadtoneRIP/join
(Yahoo! ID required)
<*> To change settings via email:
QuadtoneRIP-digest@yahoogroups.com
QuadtoneRIP-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
QuadtoneRIP-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
--
2016-06-06 by kenlee333@...
2016-06-06 by Roy Harrington
Please correct me if I am wrong.
Are we confusing precision with accuracy ? We all know that we can be precise to 10 decimal places, but if our readings are only accurate to 2 decimal places, our data is only good to 2 decimal places.
It seems that we are starring out with readings from a 21-step wedge, then smoothing them out to 256 steps. At that point, the graph may be smooth, but it's still accurate to only 21 steps (less than 5-bit precision). smoothed out to 8-bit precision. Apparently the 16-bit driver subsequently interpolates that out to 16-bits.
We could interpolate it to 64 or even 128 bits precision if we liked, but that's just precision: the data is only accurate to less-than-5-bits, no ?
I scan film and presume that my 16-bit files are actually accurate to 16-bits, not just interpolated. Am I mistaken there too ?