03.06.2013 Views

Calibrating, Printing and Proofing by the G7™ Method

Calibrating, Printing and Proofing by the G7™ Method

Calibrating, Printing and Proofing by the G7™ Method

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Calibrating</strong>, <strong>Printing</strong> <strong>and</strong> <strong>Proofing</strong> <strong>by</strong> <strong>the</strong> G7 <strong>Method</strong> Version 6, August 2006<br />

Appendix D: Fractional Percentage<br />

Calculations<br />

D.1 The problem with integer percentages<br />

Because most integer (whole-number) percentage values have no exact equivalent in an 8-bit image,<br />

file values expressed as integer percentages will often result in slightly different values when rendered<br />

to an 8-bit/ channel image (assuming no error diffusion or 'di<strong>the</strong>r' is applied). In some RIPs or software,<br />

this can lead to significant calculation errors.<br />

To eliminate this potential error, GRACoL 7 expresses halftone dot percentages as if <strong>the</strong>y had been<br />

rendered into an 8-bit/channel TIFF image without di<strong>the</strong>r. The formula (1) converts integer percentage<br />

to nearest integer 8-bit (0 - 255), <strong>the</strong>n (2) converts integer 8-bit back to nearest fractional percentage,<br />

with optional rounding. You can perform <strong>the</strong>se conversions in Microsoft Excel using <strong>the</strong> following code;<br />

D.2 Converting integer percentage to integer 8-bit (Excel)<br />

Int_8bit = ROUND(255 - int_% * 2.55, 0);<br />

D.3 Converting integer 8-bit to fractional percentage (Excel)<br />

Frac_% = ROUND(100 - Int_8bit / 2.55, n);<br />

(Where 'n' is <strong>the</strong> required number of decimal places)<br />

D.4 Converting integer percentage to fractional percentage<br />

Frac_% = ROUND(100 - ROUND(255 - int_% * 2.55, 0) / 2.55, n)<br />

(Where 'n' is <strong>the</strong> required number of decimal places)<br />

For an example of some common percentages converted with various levels of precision, see <strong>the</strong> chart<br />

(next page).<br />

44 Copyright © International Digital Enterprise Alliance, Inc. [IDEAlliance] (2006). All Rights Reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!