USRE40637E1 - Method for performing a color space transformation - Google Patents
Method for performing a color space transformation Download PDFInfo
- Publication number
- USRE40637E1 USRE40637E1 US11/229,449 US22944905A USRE40637E US RE40637 E1 USRE40637 E1 US RE40637E1 US 22944905 A US22944905 A US 22944905A US RE40637 E USRE40637 E US RE40637E
- Authority
- US
- United States
- Prior art keywords
- data
- rgb
- cmyk
- color
- color space
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/6016—Conversion to subtractive colour signals
- H04N1/6022—Generating a fourth subtractive colour signal, e.g. under colour removal, black masking
- H04N1/6025—Generating a fourth subtractive colour signal, e.g. under colour removal, black masking using look-up tables
Definitions
- the invention relates to image processing systems. More particularly, the invention relates to a method for accurately transforming color information between two color spaces having differing dimensions, e.g., between a red-green-blue (RGB) color space and a cyan-magenta-yellow-black (CMYK) color space and vice versa.
- RGB red-green-blue
- CMYK cyan-magenta-yellow-black
- RGB red-green-blue
- printers typically represent colors in terms of the amounts of a variety of differently colors inks (for example, cyan-magenta-yellow-black (CMYK)).
- CMYK cyan-magenta-yellow-black
- the RGB color space used to produce an image upon a computer screen must be converted into a CMYK color space to facilitate printing of the image depicted on the screen.
- converting from CMYK to RGB is relatively easy because the CMYK space has more dimensions than the RGB space.
- CMYK color space is a four-dimensional space and an RGB color space is a three-dimensional space, so the transformation from CMYK to RGB, though relatively simple, inherently loses color information.
- the color information produced by “black generation” during creation of the CMYK image is lost.
- Black generation describes an amount of black ink substituted for equal parts of Cyan, Magenta and Yellow for printing processes. Consequently, it is very important that an image processing system be able to convert from CMYK to RGB and back to CMYK and produce a black component of the CMYK image that closely approximates the black component in the original CMYK image.
- a first multi-dimensional color space e.g., RGB
- a second multi-dimensional color space e.g., CKYK
- the present invention overcomes the disadvantages heretofore associated with the prior art. Specifically, the present invention converts pixel values from one color space to another, e.g., RGB to CMYK, using a table of interpolated values. The values in the table are filled using data derived from sample images which have been previously converted in the other direction, e.g., CMYK to RGB. The invention infers from those sample images enough about the forward transformation to build an inverse transformation in the table.
- the present invention examines the CMYK file and implicitly infers a black generation model. It does this by creating a table in RGB space of the CMYK values found in the files. At the beginning, each sample of the RGB table is initialized with a value determined from a default transformation of RGB into CMYK using any default black generation strategy. The choice of this transformation is not very important because it is highly modified in the following steps performed by the invention.
- each pixel of each CMYK image used for creation of the table is converted into RGB, and then the appropriate entries in the RGB-space table are modified so that the interpolation of the table entries at the RGB values yields a value as close as possible to the CMYK pixel color.
- the table may be low-pass filtered (smoothed), so that the values are highly continuous and no visible artifacts can be identified in the conversion. If the CMYK values of the input images are converted to RGB and the resulting RGB values are converted back to CMYK using the table described above, the original CMYK values with their original black generation are reconstructed with high accuracy as long as all the input images used the same black-generation strategy. If several input images are used that were created with different black-generation strategies (different UCR, GCR, and the like), the table is constructed using an average of the different strategies.
- a key advantage of the current invention is that the user need not know anything about the black-generation strategy used in the CMYK file. It is inferred automatically by the inventive method. In situations where people are collaborating over long distances and it is impractical to do a large series of printing tests to facilitate optimization of the color space transformation process, the invention has great advantages over the prior art.
- FIG. 1 depicts a computer system capable of executing an image processing program as well as a color space transformation program in accordance this the present invention
- FIG. 2 depicts a flow chart of a color space transformation table generation routine as executed upon the computer system shown in FIG. 1 ;
- FIG. 3 depicts a flow chart of a color space transformation routine that uses the table generated using the routine depicted in FIG. 2 .
- FIG. 1 is a block diagram of a conventional computer system 100 capable of executing a color space transformation computer program 118 .
- This program contains a routine that implements the method of the present invention to transform an image based in a first color space into an image based in a second color space.
- the images can then be respectively printed and displayed on a printer 110 and a display monitor 108 even though the printer and display monitor utilize differing types of color spaces to produce an image.
- the computer system 100 contains an image input device 102 , a computer 104 , a user input device 106 , a display monitor 108 and a printer 110 .
- an original image is created by an image input device 102 such as a conventional image scanner.
- the scanned image (also referred to herein as a source image or original image) is formatted by the scanner into an image file 120 using a particular color space (e.g., RGB or CMYK).
- the image is then stored in the memory 116 within computer 104 .
- the original image could be generated by a drawing or drafting program (shown generally as image processing program 122 ) executed on the computer 104 or another computer and stored, as image file 120 , in memory 116 .
- the computer 104 contains at least one central processing unit (CPU) 112 , memory 116 , and various well-known CPU support circuits 114 .
- CPU central processing unit
- An illustrative computer is a Macintosh Quadra model 900 manufactured by Apple Computer, Inc. of Cupertino, Calif.
- the transformation program 118 and the image editing program 122 as well as one or more images are stored in the memory 116 .
- a user typically manipulates the user command input device 106 such as a mouse, trackball, light pen, and/or keyboard, to control, via the computer 104 , the image input device 102 , e.g., an image scanner.
- the image scanner in a conventional manner, scans a hardcopy of an image and stores a digitized representation of the hardcopy in the memory 116 as an image file 120 .
- the user can instruct the CPU 112 to execute the image processing program 122 and also to recall an image file (original image) from the memory.
- the image processing program 122 interacts, as necessary, with the transformation program 118 to facilitate color space transformation and display of the image on the monitor 108 and the printer 110 .
- the transformation program 118 contains an executable routine that transforms a color space having n-dimensions to a color space having m-dimensions.
- T a transformation T: R′′ ⁇ R′′′ from an n-dimensional color space to a m-dimensional space and suppose that n>m.
- R′′ may be a CMYK color space and R′′′ may be an RGB color space.
- the mapping transformation T will generally be many-to-one.
- the present invention makes use of the observation that even though R′′ is a higher-dimensional space than R′′′, for many purposes, not all of R′′ is used to produce colors in an image. In fact, usually no more than an m-dimensional subspace of R′′ is used to produce a pixel color. Hence, for many purposes, it suffices to invert T(x) on an m-dimensional subspace.
- the invention which is embodied in a software routine 200 shown in FIG. 2 , operates as follows:
- the routine begins by creating an m-dimensional grid which samples R′′′, an m-dimensional color space image. For example, if R′′′ is in an RGB color space, then, at step 204 , the routine creates, in memory, a table G.
- the table contains a grid that illustratively consist of 32 ⁇ 32 ⁇ 32 elements P. This grid is referred to as an interpolation table G.
- H n-dimensional value
- S can be the tri-linear interpolation of the entries H in G. With the interpolation defined, S is then a function from R′′′ to R′′ The goal is to set the elements H in G such that the function S accurately inverts the given transformation function T(x).
- the routine looks for colors in R′′ that transform, according to the forward transformation T, to locations in R′′′ near the samples in the interpolation table G. In order to achieve this goal, the routines stores with each element P, a distance D(P) to the nearest sample found thus far. If the method subsequently finds a closer sample, the routine updates G(P) and D(P). D(P) is initialized to the largest representable value at the beginning of the method.
- the source for the colors C is a source image containing a collection of pixels x in R′′ that ideally spans the range of colors of interest.
- the routine uses a second phase in which, for each point P in the grid G, the routine minimizes the squared error (T(G(P)) ⁇ P) 2 by modifying value H. This produces a continuous minimization of the H values over m-variables and can be done using simple gradient descent, or a coarse-to-fine search technique. These techniques and other more sophisticated continuous minimization methods are well described in the literature (c.f. Practical Optimization, Gill et. al., Academic Press 1984).
- the routine at step 220 , smoothes the values H in G in a third phase. Any low-pass filter may be used for this smoothing operation. For mappings from RGB to CMYK using a 32 ⁇ 32 ⁇ 32 table, averaging each CMYK sample H with its 9 neighbors produces acceptable results.
- the routine ends at step 222 .
- FIG. 3 depicts a flow chart of a transformation routine 300 that performs such a dimensional transformation upon input pixel values.
- the routine is entered at step 302 and proceeds to step 304 .
- an pixel value from an m-dimensional color space e.g., RGB color space
- the routine determines the H values in the table G that are nearest the input pixel value.
- the nearest H values are, at step 308 , interpolated using the interpolation function S.
- the routine outputs a pixel value in n-dimensional color space, e.g., CMYK color space.
- the routine ends at step 312 .
- the two routines ( FIGS. 2 and 3 ) have obtained quite satisfactory results transforming colors from RGB to CMYK using the conventional tri-linear interpolant.
- the resulting transformation has the property for RGB to CMYK transformation that it reproduces very accurately the black generation in the original CMYK file.
- the observed errors typically on the order of one or two percent of the original CMYK values.
- an operator can convert a series of images from CMYK to RGB, re-touch or edit the images in RGB, and then transform the result back into CM, knowing that the black-generation of the resulting CMYK image will very closely match the original black-generation.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
- Image Processing (AREA)
Abstract
Description
Claims (20)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/229,449 USRE40637E1 (en) | 1994-06-24 | 2005-09-16 | Method for performing a color space transformation |
US11/468,927 USRE41527E1 (en) | 1994-06-24 | 2006-08-31 | Method for performing a color space transformation |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/267,140 US6301025B1 (en) | 1994-06-24 | 1994-06-24 | Method for performing a color space transformation |
US09/860,151 US6621604B2 (en) | 1994-06-24 | 2001-05-16 | Method for performing a color space transformation |
US11/229,449 USRE40637E1 (en) | 1994-06-24 | 2005-09-16 | Method for performing a color space transformation |
Related Parent Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/267,140 Continuation US6301025B1 (en) | 1994-06-24 | 1994-06-24 | Method for performing a color space transformation |
US09/860,151 Reissue US6621604B2 (en) | 1994-06-24 | 2001-05-16 | Method for performing a color space transformation |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/860,151 Continuation US6621604B2 (en) | 1994-06-24 | 2001-05-16 | Method for performing a color space transformation |
Publications (1)
Publication Number | Publication Date |
---|---|
USRE40637E1 true USRE40637E1 (en) | 2009-02-17 |
Family
ID=23017486
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/267,140 Expired - Lifetime US6301025B1 (en) | 1994-06-24 | 1994-06-24 | Method for performing a color space transformation |
US09/860,151 Ceased US6621604B2 (en) | 1994-06-24 | 2001-05-16 | Method for performing a color space transformation |
US11/229,449 Expired - Lifetime USRE40637E1 (en) | 1994-06-24 | 2005-09-16 | Method for performing a color space transformation |
US11/468,927 Expired - Fee Related USRE41527E1 (en) | 1994-06-24 | 2006-08-31 | Method for performing a color space transformation |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/267,140 Expired - Lifetime US6301025B1 (en) | 1994-06-24 | 1994-06-24 | Method for performing a color space transformation |
US09/860,151 Ceased US6621604B2 (en) | 1994-06-24 | 2001-05-16 | Method for performing a color space transformation |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/468,927 Expired - Fee Related USRE41527E1 (en) | 1994-06-24 | 2006-08-31 | Method for performing a color space transformation |
Country Status (6)
Country | Link |
---|---|
US (4) | US6301025B1 (en) |
EP (1) | EP0766844A4 (en) |
AU (1) | AU2867595A (en) |
IL (1) | IL114293A (en) |
WO (1) | WO1996000411A1 (en) |
ZA (1) | ZA955233B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
USRE41527E1 (en) | 1994-06-24 | 2010-08-17 | Bruno Delean | Method for performing a color space transformation |
Families Citing this family (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6718053B1 (en) * | 1996-11-27 | 2004-04-06 | Chromavision Medical Systems, Inc. | Method and apparatus for automated image analysis of biological specimens |
JP2000501184A (en) | 1995-11-30 | 2000-02-02 | クロマビジョン メディカル システムズ,インコーポレイテッド | Method and apparatus for automatic image analysis of biological specimens |
DE19641822A1 (en) * | 1996-10-10 | 1998-04-16 | Hell Ag Linotype | Process for interpolation in an n-dimensional color space |
US5987168A (en) * | 1997-03-25 | 1999-11-16 | International Business Machines Corporation | System, method, and program for converting three dimensional colorants to more than three dimensional colorants |
US6137594A (en) * | 1997-03-25 | 2000-10-24 | International Business Machines Corporation | System, method and program for converting an externally defined colorant CMYK into an equivalent colorant (C'M'Y'K') associated with a given printer |
JPH11314408A (en) * | 1998-02-24 | 1999-11-16 | Seiko Epson Corp | Printer controller and print system |
JP2001197323A (en) * | 2000-01-13 | 2001-07-19 | Fuji Photo Film Co Ltd | Method an device for preparing profile |
WO2003040933A2 (en) * | 2001-11-02 | 2003-05-15 | Colorgraphyx | System and method for color transformation using standardized device profiles |
US6934411B2 (en) * | 2002-01-29 | 2005-08-23 | Kwe International, Inc. | Method and apparatus for RGB color conversion that can be used in conjunction with lossless and lossy image compression |
US7116452B2 (en) * | 2002-04-15 | 2006-10-03 | Lexmark International, Inc. | Method of calibrating a scanner to a printer |
US7376268B2 (en) * | 2002-09-17 | 2008-05-20 | Ricoh Company, Limited | Image processing apparatus for transmitting image data to an external device |
EP1578140A3 (en) * | 2004-03-19 | 2005-09-28 | Thomson Licensing S.A. | System and method for color management |
US7430318B2 (en) * | 2004-07-13 | 2008-09-30 | Toshiba Corporation | System and method for color correction for electronic printing |
US7295215B2 (en) * | 2004-08-20 | 2007-11-13 | Xerox Corporation | Method for calculating colorant error from reflectance measurement |
JP5676070B2 (en) | 2004-11-01 | 2015-02-25 | テクニカラー インコーポレイテツド | Method and system for mastering and distributing extended color space content |
US7538777B2 (en) * | 2005-12-20 | 2009-05-26 | Microsoft Corporation | Aggregation of non-linear pixel effects |
EP1964389A2 (en) * | 2005-12-21 | 2008-09-03 | Thomson Licensing | Constrained color palette in a color space |
EP2025176B1 (en) * | 2006-06-02 | 2018-11-14 | Thomson Licensing | Converting a colorimetric transform from an input color space to an output color space |
US8351076B2 (en) | 2007-11-20 | 2013-01-08 | Hewlett-Packard Development Company, L.P. | Smoothed entries in a color transformation look-up table |
US8422082B2 (en) * | 2009-07-22 | 2013-04-16 | Eastman Kodak Company | Reducing ink bleed artifacts for RGB images |
Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3893166A (en) * | 1972-01-05 | 1975-07-01 | Crosfield Electronics Ltd | Colour correcting image reproducing methods and apparatus |
GB2016238A (en) * | 1978-03-09 | 1979-09-19 | Hell Rudolf Dr Ing Gmbh | Facsimile reproduction of coloured pictures |
US4275413A (en) * | 1978-03-30 | 1981-06-23 | Takashi Sakamoto | Linear interpolator for color correction |
US4328515A (en) * | 1978-11-08 | 1982-05-04 | Dr. Ing. -Rudolf Hell Gmbh | Method and a device for recorrecting standard color corrections in a color picture recording |
US4500919A (en) * | 1982-05-04 | 1985-02-19 | Massachusetts Institute Of Technology | Color reproduction system |
US4717954A (en) * | 1983-05-10 | 1988-01-05 | Toppan Printing Co., Ltd. | Method and apparatus using a conversion table based on pre-printed color charts for determining half-tone dot percents required to reproduce the color of a color specimen |
US4907075A (en) * | 1987-07-28 | 1990-03-06 | International Business Machines Corporation | Method for selecting colors |
US4929978A (en) * | 1987-10-23 | 1990-05-29 | Matsushita Electric Industrial Co., Ltd. | Color correction method for color copier utilizing correction table derived from printed color samples |
US5200816A (en) * | 1991-06-25 | 1993-04-06 | Scitex Corporation Ltd. | Method and apparatus for color processing with neural networks |
US5212546A (en) * | 1990-07-03 | 1993-05-18 | Electronics For Imaging, Inc. | Color correction system employing reference pictures |
WO1994006242A1 (en) * | 1992-09-08 | 1994-03-17 | Agfa Gevaert Naamloze Vennootschap | Method and apparatus for color output device characterization |
US5412491A (en) * | 1992-03-10 | 1995-05-02 | Scitex Corporation Ltd. | Apparatus and method for color transformation |
US5506661A (en) * | 1993-10-05 | 1996-04-09 | Riso Kagaku Corporation | Image forming apparatus |
US5933584A (en) * | 1993-03-13 | 1999-08-03 | Ricoh Company, Ltd. | Network system for unified business |
US6130757A (en) * | 1996-05-21 | 2000-10-10 | Minolta Co., Ltd. | Client-server system with effectively used server functions |
US20010029531A1 (en) * | 2000-03-10 | 2001-10-11 | Yasutoshi Ohta | Wireless remote printing system and method |
US6778289B1 (en) * | 1999-06-18 | 2004-08-17 | Fuji Xerox Co., Ltd. | Image processing device |
US6870636B2 (en) * | 1998-11-20 | 2005-03-22 | Canon Kabushiki Kaisha | Determining color mappings for a color printer |
US6891636B1 (en) * | 1999-03-30 | 2005-05-10 | Minolta Co., Ltd. | Image forming system |
US7028102B1 (en) * | 1999-12-13 | 2006-04-11 | Axis, Ab | Method and system for presenting information |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5204665A (en) | 1990-05-02 | 1993-04-20 | Xerox Corporation | Color editing with simple encoded images |
US5185661A (en) | 1991-09-19 | 1993-02-09 | Eastman Kodak Company | Input scanner color mapping and input/output color gamut transformation |
JP3390037B2 (en) | 1992-12-08 | 2003-03-24 | 武藤工業株式会社 | Pseudo color image output system |
US6301025B1 (en) | 1994-06-24 | 2001-10-09 | Mgi Software Corporation | Method for performing a color space transformation |
-
1994
- 1994-06-24 US US08/267,140 patent/US6301025B1/en not_active Expired - Lifetime
-
1995
- 1995-06-20 WO PCT/US1995/007806 patent/WO1996000411A1/en not_active Application Discontinuation
- 1995-06-20 AU AU28675/95A patent/AU2867595A/en not_active Abandoned
- 1995-06-20 EP EP95923993A patent/EP0766844A4/en not_active Withdrawn
- 1995-06-23 ZA ZA955233A patent/ZA955233B/en unknown
- 1995-06-23 IL IL11429395A patent/IL114293A/en not_active IP Right Cessation
-
2001
- 2001-05-16 US US09/860,151 patent/US6621604B2/en not_active Ceased
-
2005
- 2005-09-16 US US11/229,449 patent/USRE40637E1/en not_active Expired - Lifetime
-
2006
- 2006-08-31 US US11/468,927 patent/USRE41527E1/en not_active Expired - Fee Related
Patent Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3893166A (en) * | 1972-01-05 | 1975-07-01 | Crosfield Electronics Ltd | Colour correcting image reproducing methods and apparatus |
GB2016238A (en) * | 1978-03-09 | 1979-09-19 | Hell Rudolf Dr Ing Gmbh | Facsimile reproduction of coloured pictures |
US4275413A (en) * | 1978-03-30 | 1981-06-23 | Takashi Sakamoto | Linear interpolator for color correction |
US4328515A (en) * | 1978-11-08 | 1982-05-04 | Dr. Ing. -Rudolf Hell Gmbh | Method and a device for recorrecting standard color corrections in a color picture recording |
US4500919A (en) * | 1982-05-04 | 1985-02-19 | Massachusetts Institute Of Technology | Color reproduction system |
US4717954A (en) * | 1983-05-10 | 1988-01-05 | Toppan Printing Co., Ltd. | Method and apparatus using a conversion table based on pre-printed color charts for determining half-tone dot percents required to reproduce the color of a color specimen |
US4907075A (en) * | 1987-07-28 | 1990-03-06 | International Business Machines Corporation | Method for selecting colors |
US4929978A (en) * | 1987-10-23 | 1990-05-29 | Matsushita Electric Industrial Co., Ltd. | Color correction method for color copier utilizing correction table derived from printed color samples |
US5212546A (en) * | 1990-07-03 | 1993-05-18 | Electronics For Imaging, Inc. | Color correction system employing reference pictures |
US5200816A (en) * | 1991-06-25 | 1993-04-06 | Scitex Corporation Ltd. | Method and apparatus for color processing with neural networks |
US5412491A (en) * | 1992-03-10 | 1995-05-02 | Scitex Corporation Ltd. | Apparatus and method for color transformation |
WO1994006242A1 (en) * | 1992-09-08 | 1994-03-17 | Agfa Gevaert Naamloze Vennootschap | Method and apparatus for color output device characterization |
US5933584A (en) * | 1993-03-13 | 1999-08-03 | Ricoh Company, Ltd. | Network system for unified business |
US5506661A (en) * | 1993-10-05 | 1996-04-09 | Riso Kagaku Corporation | Image forming apparatus |
US6130757A (en) * | 1996-05-21 | 2000-10-10 | Minolta Co., Ltd. | Client-server system with effectively used server functions |
US6870636B2 (en) * | 1998-11-20 | 2005-03-22 | Canon Kabushiki Kaisha | Determining color mappings for a color printer |
US6891636B1 (en) * | 1999-03-30 | 2005-05-10 | Minolta Co., Ltd. | Image forming system |
US6778289B1 (en) * | 1999-06-18 | 2004-08-17 | Fuji Xerox Co., Ltd. | Image processing device |
US7028102B1 (en) * | 1999-12-13 | 2006-04-11 | Axis, Ab | Method and system for presenting information |
US20010029531A1 (en) * | 2000-03-10 | 2001-10-11 | Yasutoshi Ohta | Wireless remote printing system and method |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
USRE41527E1 (en) | 1994-06-24 | 2010-08-17 | Bruno Delean | Method for performing a color space transformation |
Also Published As
Publication number | Publication date |
---|---|
IL114293A0 (en) | 1995-10-31 |
US6301025B1 (en) | 2001-10-09 |
ZA955233B (en) | 1996-03-19 |
WO1996000411A1 (en) | 1996-01-04 |
EP0766844A1 (en) | 1997-04-09 |
AU2867595A (en) | 1996-01-19 |
US6621604B2 (en) | 2003-09-16 |
USRE41527E1 (en) | 2010-08-17 |
US20010028357A1 (en) | 2001-10-11 |
IL114293A (en) | 2000-06-29 |
EP0766844A4 (en) | 1997-06-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
USRE40637E1 (en) | Method for performing a color space transformation | |
US7310167B2 (en) | Color converting device emphasizing a contrast of output color data corresponding to a black character | |
US6636628B1 (en) | Iteratively clustered interpolation for geometrical interpolation of an irregularly spaced multidimensional color space | |
EP1156668B1 (en) | Black generation for color management system | |
JP3520550B2 (en) | Color image processing system and its data correction method | |
US7236641B2 (en) | Page background detection and neutrality on scanned documents | |
US7200263B2 (en) | Background suppression and color adjustment method | |
US6072901A (en) | System and method for deriving an invertible relationship between color spaces where the intrinsic mapping is one-to-many for use in a color profile production system | |
JPH1028231A (en) | Automatic color correcting method and device therefor | |
US7006691B2 (en) | Profile correction apparatus and profile correction program storage medium | |
US20090067017A1 (en) | Input adaptive method for color table look-up | |
US7382489B2 (en) | Efficient interpolation technique using programmable node spacing | |
US20110299128A1 (en) | Reducing the size of a high resolution profile lookup table | |
US7952759B2 (en) | Methods, apparatus and systems for blending multiple GCRS | |
US7057765B1 (en) | Constrained multi-dimensional color transformation | |
US7027088B1 (en) | Color to monotone conversion apparatus, color to monotone conversion method and a medium recording thereon a color to monotone conversion program | |
US8203752B2 (en) | Printer profiling methods, apparatus and systems for determining device and gain matrix values | |
EP1181812B1 (en) | Constrained multi-dimensional color transformation | |
EP1377032A2 (en) | Color transform method for picture image data and non-picture image data | |
JP2002208004A (en) | Graphical user interface for editing transformation table for preventing inversion artifact | |
JP2001045313A (en) | Method and device for converting color, color conversion program storage medium and method for correcting color | |
US20030020934A1 (en) | Color region compressing method | |
US7616345B2 (en) | Method for transforming a digital image from a first to a second colorant space | |
US8305636B2 (en) | Undercolor removal gray color replacement with improved device color linearity | |
JP3166974B2 (en) | Image processing method and image forming system using the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MGI SOFTWARE CORP., CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LIVE PICTURE, INC.;REEL/FRAME:018840/0936 Effective date: 19990630 Owner name: FITS IMAGING, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DELEAN, BRUNO;REEL/FRAME:018840/0595 Effective date: 19940818 Owner name: ROXIO, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MGI SOFTWARE CORP.;REEL/FRAME:018840/0983 Effective date: 20020703 Owner name: KWOK, CHU & SHINDLER LLC, NEVADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SONIC SOLUTIONS;REEL/FRAME:018841/0025 Effective date: 20050421 Owner name: LIVE PICTURE, INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:FITS IMAGING;REEL/FRAME:018840/0850 Effective date: 19950109 Owner name: SONIC SOLUTIONS, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROXIO, INC.;REEL/FRAME:018841/0009 Effective date: 20041217 |
|
AS | Assignment |
Owner name: INTELLECTUAL VENTURES I LLC, DELAWARE Free format text: MERGER;ASSIGNOR:KWOK, CHU & SHINDLER LLC;REEL/FRAME:026637/0623 Effective date: 20110718 |
|
AS | Assignment |
Owner name: HANGER SOLUTIONS, LLC, GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES ASSETS 161 LLC;REEL/FRAME:052159/0509 Effective date: 20191206 |
|
AS | Assignment |
Owner name: INTELLECTUAL VENTURES ASSETS 161 LLC, DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES I LLC;REEL/FRAME:051945/0001 Effective date: 20191126 |