1. Technical Field
The invention relates to the printing of color documents. More particularly, the invention relates to the printing of black text over a colored background.
2. Description of the Prior Art
Any color visible to the human naked eye can be mapped to a single point of a three dimensional space. The CIE (Centre International de l' éclairage) has normalized color representation in three-dimensional spaces. Such spaces have taken denominations such as Lab, CIE-RGB, and Luv. A good example of this color three dimensionality is the use of three phosphores in any commercial CRT (video monitor) to display a wide range of colors on a screen. In such case, the three color vectors are red, green, and blue. Similarly, and in theory, only three inks should be sufficient to render any color on a piece of white paper. Printing is an additive process. Accordingly, cyan, magenta, and yellow inks should be able to do the job of printing any color on white materials.
Unfortunately, because of chemical interactions between the colorants themselves, and because of interactions between the colorants and the printed material, it is nearly impossible to print grays consistently with only three colorants. Therefore, a fourth ink, i.e. black, is almost always added to cyan, magenta, and yellow in any printing devices. This technique is applied in the industry from traditional industrial offset printing to state of the art digital printers.
A fast growing category of color print device is that of color laser printers, which include optical and digital devices. All of these devices print color documents in four successive passes, where the four inks are first deposited in sequence onto an imaging drum which, in turn, imposes the media.
Although these digital devices can vary greatly in their specific ways of depositing colorants onto a white media, most of them are subject to color plane misregistration, where the same logical position on a page is actually mapped to different, albeit close by, physical locations on the printed materials for the four color planes. Mechanically, it is indeed very difficult for high resolution devices to have the four color planes perfectly superimposed.
One striking example where this misregistration issue is most acute is when black text is printed on top of a saturated color background. For the reasons explained above, the text is most likely to be rendered using the black colorant only, while the saturated colored background is rendered by using large amounts of cyan, magenta, or yellow colorants, or a combination of these colorants, without any or with hardly any black colorant. Because of the plane misregistrations, it is very likely that the printed sample displays a thin white border surrounding text printed on saturated colored backgrounds. As a result, black text print quality is significantly degraded.
This misregistration issue is well known in the industry and several attempts have been made to remedy it. See, for example R. Coleman, Non Uniform Modification of Process Black Colorants To Achieve Conflicting Quality Requirements, U.S. Pat. No. 5,737,088 (Apr. 7, 1998); R. Coleman, Automatic Algorithmic Determination of Process Black Over A Color Field, U.S. Pat. No. 5,784,172 (Jul. 21, 1998); N Goodman, P. Torpey, S. Harrington, B. Smith, Registration of color imagex, European Patent Application No. EP 0 833 216 (filed Sep. 22, 1997); R. Coleman, Method and system for digital color printing, European Patent Application No. EP 0 782 098 (filed Dec. 20, 1996); and R. Dermer, E. Reifenstein, Method for Determining Color Boundaries For Correcting For Plate Misregistration in Color Printing, U.S. Pat. No. 5,313,570 (May 17, 1994).
Such known techniques unfortunately spawn undesirable side effects, even if they fix the black vs. colored background misregistration problem. For example, if the technique of Coleman (EP 0 782 098) is applied, it is likely that a continuous thick black strip running on top of a white area of the page and, e.g. a yellow area of the page, show a noticeable density shift, even possibly a hue shift at the white/yellow border. See, for example,
The invention provides a technique for printing black text on a colored background. When the incoming graphic information is a Page Description Language (PDL) data file (e.g. Adobe Postscript-PS- or Hewlett-Packard PCL), the graphic objects are broken down into three categories: text, polygons (also referred to as line drawing or vectors), and images (also referred to as bitmaps or raster data). If the object is not a text object, it is processed in a normal manner. If the object is a text object, a determination is made if the color of the object is black. If the object is not a black text object, it is processed in a normal manner. If the object is a black text object, special processing and rasterization techniques are applied. Thus, the invention exploits to advantage the fact that it is possible in most PDL instances to treat black text differently from other black objects.
The invention selectively applies techniques that circumvent black misregistration issues solely with regard to the printing of black text on a color background. Indeed, negative side effects that are likely to show up on non-selective techniques (e.g. as shown on
An example is provided below of such a technique applied to a PS and a PCL document.
Whenever a source object of color S is to be applied onto a colored background of color B, the resulting (destination) color D is computed according to a predefined scheme F:
D=F(S,B).
For instance, one case is when the print process is opaque and D=S. This is the default rendering algorithm for the Adobe's postscript language. In general, PDLs allow for more elaborate combinations where the destination color is a non-trivial combination of the source and the background. HP's PCL language is a good example of this.
Another major difference between the two languages is that color representation inside the Postscript interpreter is encoded on four bytes, cmyk, while the PCL interpreter only concerns three byte data cmy (or rgb, which is logically equivalent).
The following are two specific implementations of the invention for PS and PCL, bearing in mind that the invention herein can be easily applied to other PDLs, whether they use three or four byte color encoding. Also, for clarity, the overprint operations are described for both cases, i.e. where the black text overprint mechanism is enabled and disabled.
Postscript Language
A black text overprint implementation for the Postscript opaque, 4-byte, case is as follows (in pseudo C-code):
If the black text overprint mechanism is disabled, the result (regardless of source types and color) is:
c,m,y,k(d)=c,m,y,k(s)/* simple opaque 4-byte operation*/
If the black text overprint mechanism is enabled, the result is:
PCL Language
An example of a black text overprint implementation for the PCL language follows. The example is presented in two pseudo C-code parts.
PCL uses a three dimensional color representation, i.e. in the PCL data stream, and inside the PCL interpreter, each color is represented by only three components: c, m, and y. For convenience, each color is encoded on four bytes, where the k-byte is unused until the final conversion of cmy to cmyk, immediately before physical printing.
The expression c,m,y,k(b) is the cmyk value of the background immediately before the text is to be rendered. The expression c,m,y,k(d) is the color that results from combining the source with the background according to a predefined function F. The expression c,m,y,k(t) is the cmyk value of a temporary color needed in this implementation of the invention.
If the black text overprint mechanism is disabled, the result (regardless of source types and color) is:
c,m,y(d)=F(c,m,y(s);c,m,y(b))
If the black text overprint mechanism is enabled, the following occurs:
In this example:
If the black text overprint mechanism is disabled, the result (regardless of source types and color) is:
cmyk(o)=T(cmy(i))
where T is a printer specific transform.
If the black text overprint mechanism is enabled, we have:
The standard processing path produces a print 38 in which misregistration results in some pixels that are part white (W) because no ink is deposited at these locations and part black (K), and others that are part cyan (C) and part black overprinted on cyan (C+K). Visually, an unattractive white gap is produced at one edge of the black text.
The processing path according to the invention produces a print 40 in which misregistration results in a cyan background (C) over which black text is printed (C+K). As a result, the black text is always bordered uniformly by a cyan background.
Although the invention is described herein with reference to the preferred embodiment, one skilled in the art will readily appreciate that other applications may be substituted for those set forth herein without departing from the spirit and scope of the present invention. Accordingly, the invention should only be limited by the Claims included below.
Number | Name | Date | Kind |
---|---|---|---|
4546700 | Kishner et al. | Oct 1985 | A |
4857715 | Koch et al. | Aug 1989 | A |
5208663 | Hiratsuka et al. | May 1993 | A |
5295236 | Bjorge et al. | Mar 1994 | A |
5313570 | Dermer et al. | May 1994 | A |
5542052 | Deutsch et al. | Jul 1996 | A |
5613046 | Dermer | Mar 1997 | A |
5666543 | Gartland | Sep 1997 | A |
5668646 | Katayama et al. | Sep 1997 | A |
5668931 | Dermer | Sep 1997 | A |
5687303 | Motamed et al. | Nov 1997 | A |
5689425 | Sainio et al. | Nov 1997 | A |
5737088 | Coleman | Apr 1998 | A |
5784172 | Coleman | Jul 1998 | A |
5819655 | Dellivenneri et al. | Oct 1998 | A |
5923821 | Birnbaum et al. | Jul 1999 | A |
6006013 | Rumph et al. | Dec 1999 | A |
Number | Date | Country |
---|---|---|
2210596 | Mar 1998 | CA |
403054 | Apr 1990 | EP |
403054 | Dec 1990 | EP |
618546 | Oct 1994 | EP |
618718 | Oct 1994 | EP |
620534 | Oct 1994 | EP |
627846 | Dec 1994 | EP |
674277 | Sep 1995 | EP |
0 674 289 | Sep 1995 | EP |
718793 | Jun 1996 | EP |
0782098 | Jul 1997 | EP |
0833216 | Apr 1998 | EP |
862136 | Sep 1998 | EP |
863480 | Sep 1998 | EP |
9924933 | May 1999 | WO |