US5557712A - Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts - Google Patents
Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts Download PDFInfo
- Publication number
- US5557712A US5557712A US08/197,055 US19705594A US5557712A US 5557712 A US5557712 A US 5557712A US 19705594 A US19705594 A US 19705594A US 5557712 A US5557712 A US 5557712A
- Authority
- US
- United States
- Prior art keywords
- data points
- color
- data point
- color component
- neighboring
- 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
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/6058—Reduction of colour to a range of reproducible colours, e.g. to ink- reproducible colour gamut
-
- 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/6019—Conversion to subtractive colour signals using look-up tables
Definitions
- the present invention relates to color computer graphics and more particularly to smoothing of a color map table that maps from source device colors to destination device colors.
- a popular method of determining the correct color for the destination device is by lookup table.
- a table is generated such that, when a color for the source device is indexed into the table, the correct color is output for the destination device.
- interpolators such as trilinear interpolators are used to perform mapping across the entire source color range using only a partial lookup table.
- the range of color change from one point to its neighbors may be limited. For example, the range of color change from one point to its neighbors might be limited to -32 to +31 counts out of the range 0 to 255.
- a requirement is to smooth the table in three dimensions to allow for efficient interpolation, and to minimize measurement errors.
- One approach to smoothing the table is to, starting at black (or white), scan each axis (red, green, or blue) one at a time in turn, until all points are verified to be within the constraints.
- the components were found to increase too fast, resulting in shifts in the gray (achromatic) line.
- blue tends to climb rapidly from black to saturated. If the blue axis is traversed first, this causes values near the large values of blue be forced to also have a large value of blue, even if the adjacent colors should not have such a large value of blue.
- the effect is to shift from a gray color specification to one which has a blue chromatic component. This effect is still apparent if the red or green axis is traversed first. The values prove to be off by less than when the blue axis is traversed first, but a shift toward red or green is more apparent than one toward blue. This effect is highly undesirable, since people are very sensitive to inappropriate shifts away from gray.
- the present invention provides a method of smoothing a color lookup table that achieves the foregoing objectives. More particularly, in accordance with one embodiment of the present invention, data in a preliminary lookup table, comprising a three-dimensional data array in which a location of each data point is designated by a unique tuple, is smoothed so as to satisfy predetermined constraints.
- a resulting three-dimensional lookup table relates source device colors and destination device colors in a computer graphics system in which a color image source device and a color image destination device have non-coincident color gamuts.
- the method is performed by, beginning at a data point representing white and concluding at a data point representing black, comparing a data point representing an adjacent shade of gray to neighboring data points and, if a color component of one or more of the neighboring data points differs in value from the same color component of the data point by more than a predetermined amount, adjusting the value of the color component of the one or more neighboring data points such that the color component of the one or more neighboring data points does not differ in value from the color component of the data point by more than the predetermined amount.
- FIG. 1 is a schematic diagram of an RGB Cube representing a color mapping table, showing a scanning order that effects a shift from a gray color specification to one which has a chromatic component;
- FIG. 2 is a schematic diagram of an RGB Cube representing a color mapping table, showing a scanning order that maintaints a gray color specification.
- the present color mapping smoothing method may be used to smooth a color mapping lookup table constructed in accordance with copending U.S. application Ser. No. 08/197,059 entitled “SUBJECTIVELY PLEASING COLOR MAPPING IN A COLOR COMPUTER GRAPHICS SYSTEM", filed on even date herewith and commonly assigned, which is incorporated herein by reference.
- the lookup table may be, for example, a 17 ⁇ 17 ⁇ 17 three-dimensional data array.
- the lookup table is indexed in accordance with a color specification in a device-independent color space (for example, a calibrated RGB color space) and producing a color specification of a mapped-to color in a representation equivalent to a destination device representation.
- a device-independent color space for example, a calibrated RGB color space
- the lookup table entries may be in an RGB representation, which may be converted to a CMYK representation using a well-known set of equations.
- the present color mapping smoothing method is described in terms of smoothing points in an RGB cube, assumed for sake of simplicity to be 4 ⁇ 4 ⁇ 4 in size. It should be understood, however; that the present method is generally applicable to color lookup tables of any size representing any color space.
- the present color mapping smoothing method solves the problem of shifts in color away from gray by, in effect, anchoring the color specification to the grays.
- Starting at white repeatedly checks a diagonally adjacent point representing a next shade of gray, clipping out-of-bounds color component values, and then scans from the gray data point to the outer walls of the table. This procedure has the effect of maintaining the grays, remaining within the interpolator constraints, and smoothing measurement errors.
- a color lookup table having entries depicted as an array of dots represents a 4 ⁇ 4 ⁇ 4 RGB color space.
- the blue axis of the RGB color space extends in to page, the green axis extends upward, and the red axis extends to the right.
- Dots representing the grays (achromats) are drawn larger than dots having a chromatic component. A number associated with each dot indicates the order in which that point is tested for out-of-bounds conditions.
- testing begins with black. Scanning from point to point proceeds in the direction of the blue axis. Each time a point is checked, each of its R, G and B color components are compared to the corresponding color components of all adjacent points. For points not on the outer wall of the RGB space, there are 26 adjacent points. Any adjacent point having a color component that is out-of-bounds with respect to the point being checked has that color component clipped.
- scanning begins at white and proceeds from gray to gray.
- the blue-green, red-blue and red-green outer walls of all cubic color subspaces that include white are scanned in order of smallest to largest subspace. Scanning is illustrated in FIG. 2 as proceeding point to point in the direction of the blue axis, row to row in the direction of the green axis, and plane to plane in the direction of the red axis, as in FIG. 1. Points previously scanned in conjunction with another subspace are not rescanned, however. Other scanning order may also be used so long as the first point scanned in each subspace is an achromat.
- the smallest cubic subspace including white is the 1 ⁇ 1 ⁇ 1 sub-space defined by points 1 through 8.
- the blue-green wall of this subspace includes points 2 through 5, which are scanned in that order.
- the red-blue wall includes points 2 and 3, already scanned, and points 6 and 7. The latter points are therefore scanned next.
- the red-green wall includes points 2 and 4, already scanned, point 6, already scanned, and point 8. Point 8 is therefore scanned to complete scanning of the subspace walls.
- the largest subspace including white is the entire RGB cube.
- the blue-green outer wall of the cube is therefore scanned point to point (in the direction of the blue axis) and row to row (in the direction of the green axis). Shifting plane to plane in the direction of the red axis, scanning of the red-blue and red-green planes commences by scanning the row consisting of points 44 through 47. In the row consisting of points 48, 9, 10, and 11, all but point 48 will have already been scanned. Similarly, in the next two rows (in the green direction), only points 49 and 50, respectively, will remain to be scanned. Points 48, 49 and 50 are therefore scanned in this order.
- the row consisting of points 51 through 54 is scanned, after which points 55, 56 and 57 on the red-green wall are scanned. Finally, the row consisting of points 58 through 61 are scanned, followed by points 62, 63 and 64 on the red-green wall.
- the color specification is anchored to the gray, avoiding disburbing color shifts encountered in other methods.
- the color lookup table may be smoothed so as to reduce the effect of measurement errors and to satisfy interpolator constraints while maintaining gray shades unchanged.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
Abstract
Description
Claims (6)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/197,055 US5557712A (en) | 1994-02-16 | 1994-02-16 | Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts |
EP95911009A EP0745305B1 (en) | 1994-02-16 | 1995-02-16 | Color mapping table smoothing in a color computer graphics system |
DE69516507T DE69516507T2 (en) | 1994-02-16 | 1995-02-16 | SMOOTHING THE COLOR IMPLEMENTATION TABLE IN A COLOR GRAPHIC COMPUTER SYSTEM |
JP52189395A JP3612076B2 (en) | 1994-02-16 | 1995-02-16 | Color mapping table smoothing in color computer graphic system |
AU18769/95A AU1876995A (en) | 1994-02-16 | 1995-02-16 | Color mapping table smoothing in a color computer graphics system |
PCT/US1995/001918 WO1995022867A1 (en) | 1994-02-16 | 1995-02-16 | Color mapping table smoothing in a color computer graphics system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/197,055 US5557712A (en) | 1994-02-16 | 1994-02-16 | Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts |
Publications (1)
Publication Number | Publication Date |
---|---|
US5557712A true US5557712A (en) | 1996-09-17 |
Family
ID=22727842
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/197,055 Expired - Lifetime US5557712A (en) | 1994-02-16 | 1994-02-16 | Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts |
Country Status (6)
Country | Link |
---|---|
US (1) | US5557712A (en) |
EP (1) | EP0745305B1 (en) |
JP (1) | JP3612076B2 (en) |
AU (1) | AU1876995A (en) |
DE (1) | DE69516507T2 (en) |
WO (1) | WO1995022867A1 (en) |
Cited By (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5861888A (en) * | 1996-11-27 | 1999-01-19 | Vlsi Technology Inc | Method and a system for the nonlinear storage of a texture map within a linear memory device |
US5936683A (en) * | 1997-09-29 | 1999-08-10 | Neo Magic Corp. | YUV-to-RGB conversion without multiplies using look-up tables and pre-clipping |
US5943058A (en) * | 1996-01-25 | 1999-08-24 | Silicon Graphics, Inc. | Texture mapping circuit for performing data interpolations |
US20010030777A1 (en) * | 2000-01-13 | 2001-10-18 | Kiyomi Tamagawa | Profile producing method and profile producing apparatus |
US20020039420A1 (en) * | 2000-06-12 | 2002-04-04 | Hovav Shacham | Method and apparatus for batched network security protection server performance |
US20020087884A1 (en) * | 2000-06-12 | 2002-07-04 | Hovav Shacham | Method and apparatus for enhancing network security protection server performance |
US6421140B1 (en) * | 1995-12-08 | 2002-07-16 | Canon Kabushiki Kaisha | Color space conversion with simplified interpolation |
US20020112167A1 (en) * | 2001-01-04 | 2002-08-15 | Dan Boneh | Method and apparatus for transparent encryption |
US6437792B1 (en) * | 1999-01-22 | 2002-08-20 | Sony Corporation | Image processing apparatus and method, color gamut conversion table creating apparatus and method, storage medium having image processing program recorded therein, and storage medium having recorded therein color gamut conversion table creating program |
US6618048B1 (en) | 1999-10-28 | 2003-09-09 | Nintendo Co., Ltd. | 3D graphics rendering system for performing Z value clamping in near-Z range to maximize scene resolution of visually important Z components |
US6636214B1 (en) | 2000-08-23 | 2003-10-21 | Nintendo Co., Ltd. | Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode |
US6639595B1 (en) | 2000-08-23 | 2003-10-28 | Nintendo Co., Ltd. | Achromatic lighting in a graphics system and method |
US20040015725A1 (en) * | 2000-08-07 | 2004-01-22 | Dan Boneh | Client-side inspection and processing of secure content |
US6700586B1 (en) | 2000-08-23 | 2004-03-02 | Nintendo Co., Ltd. | Low cost graphics with stitching processing hardware support for skeletal animation |
US6707458B1 (en) | 2000-08-23 | 2004-03-16 | Nintendo Co., Ltd. | Method and apparatus for texture tiling in a graphics system |
US6717577B1 (en) | 1999-10-28 | 2004-04-06 | Nintendo Co., Ltd. | Vertex cache for 3D computer graphics |
WO2004036487A2 (en) * | 2002-10-15 | 2004-04-29 | Ingrian Networks, Inc. | System and method for compression of image color maps |
US20040186631A1 (en) * | 2003-03-17 | 2004-09-23 | Keizo Ohta | Storage medium storing a shadow volume generation program, game device, and shadow volume generation method |
EP1465407A1 (en) * | 2002-01-09 | 2004-10-06 | Seiko Epson Corporation | Method of producing color conversion table, image processing device, image processing method, program and recording medium |
US6811489B1 (en) | 2000-08-23 | 2004-11-02 | Nintendo Co., Ltd. | Controller interface for a graphics system |
US20050168495A1 (en) * | 2004-01-30 | 2005-08-04 | Canon Kabushiki Kaisha | Method, system and program for forming an image |
US20060041533A1 (en) * | 2004-05-20 | 2006-02-23 | Andrew Koyfman | Encrypted table indexes and searching encrypted tables |
US7061502B1 (en) | 2000-08-23 | 2006-06-13 | Nintendo Co., Ltd. | Method and apparatus for providing logical combination of N alpha operations within a graphics system |
US20060149962A1 (en) * | 2003-07-11 | 2006-07-06 | Ingrian Networks, Inc. | Network attached encryption |
US7075545B2 (en) | 2000-08-23 | 2006-07-11 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US20060158671A1 (en) * | 2005-01-18 | 2006-07-20 | Samsung Electronics Co. Ltd. | Method of creating color-mapping lookup table and color-mapping method using the same |
US7137143B2 (en) | 2000-08-07 | 2006-11-14 | Ingrian Systems Inc. | Method and system for caching secure web content |
US7196710B1 (en) | 2000-08-23 | 2007-03-27 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US20070079386A1 (en) * | 2005-09-26 | 2007-04-05 | Brian Metzger | Transparent encryption using secure encryption device |
US20070079140A1 (en) * | 2005-09-26 | 2007-04-05 | Brian Metzger | Data migration |
US20070107067A1 (en) * | 2002-08-24 | 2007-05-10 | Ingrian Networks, Inc. | Secure feature activation |
US20070201953A1 (en) * | 2006-02-03 | 2007-08-30 | Leblanc David | Containment boom guide system and method |
US20070266308A1 (en) * | 2006-05-11 | 2007-11-15 | Kobylinski Krzysztof R | Presenting data to a user in a three-dimensional table |
US7317459B2 (en) | 2000-08-23 | 2008-01-08 | Nintendo Co., Ltd. | Graphics system with copy out conversions between embedded frame buffer and main memory for producing a streaming video image as a texture on a displayed object image |
US20080034199A1 (en) * | 2006-02-08 | 2008-02-07 | Ingrian Networks, Inc. | High performance data encryption server and method for transparently encrypting/decrypting data |
US20080130880A1 (en) * | 2006-10-27 | 2008-06-05 | Ingrian Networks, Inc. | Multikey support for multiple office system |
US20090132804A1 (en) * | 2007-11-21 | 2009-05-21 | Prabir Paul | Secured live software migration |
US7576748B2 (en) | 2000-11-28 | 2009-08-18 | Nintendo Co. Ltd. | Graphics system with embedded frame butter having reconfigurable pixel formats |
US7958091B2 (en) | 2006-02-16 | 2011-06-07 | Ingrian Networks, Inc. | Method for fast bulk loading data into a database while bypassing exit routines |
US8098255B2 (en) | 2000-08-23 | 2012-01-17 | Nintendo Co., Ltd. | Graphics processing system with enhanced memory controller |
US20140028698A1 (en) * | 2012-07-27 | 2014-01-30 | Thomas O. Maier | Observer metameric failure reduction method |
US20140028697A1 (en) * | 2012-07-27 | 2014-01-30 | Andrew F. Kurtz | Observer metameric failure compensation method |
US20190279054A1 (en) * | 2017-02-10 | 2019-09-12 | Hewlett-Packard Development Company, L.P. | Color calibration |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4670780A (en) * | 1985-05-28 | 1987-06-02 | Tektronix, Inc. | Method of matching hardcopy colors to video display colors in which unreachable video display colors are converted into reachable hardcopy colors in a mixture-single-white (MSW) color space |
EP0273398A2 (en) * | 1986-12-25 | 1988-07-06 | Konica Corporation | Method of correcting color images |
US4941038A (en) * | 1987-05-11 | 1990-07-10 | The Mead Corporation | Method for color image processing |
EP0410719A2 (en) * | 1989-07-25 | 1991-01-30 | Seiko Instruments Inc. | Colour correction system and method |
US5243414A (en) * | 1991-07-29 | 1993-09-07 | Tektronix, Inc. | Color processing system |
US5270808A (en) * | 1990-08-03 | 1993-12-14 | Canon Kabushiki Kaisha | Color image processing with adjustment of computed recording color to match original color |
US5299291A (en) * | 1992-10-05 | 1994-03-29 | Canon Information Systems | Color printing method and apparatus using an out-of-gamut color table |
US5307182A (en) * | 1991-12-30 | 1994-04-26 | Xerox Corporation | Methods and apparatus for multigeneration color image processing |
US5317426A (en) * | 1990-11-26 | 1994-05-31 | Konica Corporation | Color estimation method for expanding a color image for reproduction in a different color gamut |
-
1994
- 1994-02-16 US US08/197,055 patent/US5557712A/en not_active Expired - Lifetime
-
1995
- 1995-02-16 WO PCT/US1995/001918 patent/WO1995022867A1/en active IP Right Grant
- 1995-02-16 AU AU18769/95A patent/AU1876995A/en not_active Abandoned
- 1995-02-16 DE DE69516507T patent/DE69516507T2/en not_active Expired - Lifetime
- 1995-02-16 EP EP95911009A patent/EP0745305B1/en not_active Expired - Lifetime
- 1995-02-16 JP JP52189395A patent/JP3612076B2/en not_active Expired - Lifetime
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4670780A (en) * | 1985-05-28 | 1987-06-02 | Tektronix, Inc. | Method of matching hardcopy colors to video display colors in which unreachable video display colors are converted into reachable hardcopy colors in a mixture-single-white (MSW) color space |
EP0273398A2 (en) * | 1986-12-25 | 1988-07-06 | Konica Corporation | Method of correcting color images |
US4941038A (en) * | 1987-05-11 | 1990-07-10 | The Mead Corporation | Method for color image processing |
EP0410719A2 (en) * | 1989-07-25 | 1991-01-30 | Seiko Instruments Inc. | Colour correction system and method |
US5270808A (en) * | 1990-08-03 | 1993-12-14 | Canon Kabushiki Kaisha | Color image processing with adjustment of computed recording color to match original color |
US5317426A (en) * | 1990-11-26 | 1994-05-31 | Konica Corporation | Color estimation method for expanding a color image for reproduction in a different color gamut |
US5243414A (en) * | 1991-07-29 | 1993-09-07 | Tektronix, Inc. | Color processing system |
US5307182A (en) * | 1991-12-30 | 1994-04-26 | Xerox Corporation | Methods and apparatus for multigeneration color image processing |
US5299291A (en) * | 1992-10-05 | 1994-03-29 | Canon Information Systems | Color printing method and apparatus using an out-of-gamut color table |
Non-Patent Citations (2)
Title |
---|
"Colorimetric calibration in electronic imaging devices using a look-up-table model and interpolations", by Po-Chieh Hung in Journal of Electronic Imaging, Jan. 1993, vol. 2(1), pp. 53-61. |
Colorimetric calibration in electronic imaging devices using a look up table model and interpolations , by Po Chieh Hung in Journal of Electronic Imaging, Jan. 1993, vol. 2(1), pp. 53 61. * |
Cited By (62)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6421140B1 (en) * | 1995-12-08 | 2002-07-16 | Canon Kabushiki Kaisha | Color space conversion with simplified interpolation |
US5943058A (en) * | 1996-01-25 | 1999-08-24 | Silicon Graphics, Inc. | Texture mapping circuit for performing data interpolations |
US5861888A (en) * | 1996-11-27 | 1999-01-19 | Vlsi Technology Inc | Method and a system for the nonlinear storage of a texture map within a linear memory device |
US5936683A (en) * | 1997-09-29 | 1999-08-10 | Neo Magic Corp. | YUV-to-RGB conversion without multiplies using look-up tables and pre-clipping |
US6437792B1 (en) * | 1999-01-22 | 2002-08-20 | Sony Corporation | Image processing apparatus and method, color gamut conversion table creating apparatus and method, storage medium having image processing program recorded therein, and storage medium having recorded therein color gamut conversion table creating program |
US6618048B1 (en) | 1999-10-28 | 2003-09-09 | Nintendo Co., Ltd. | 3D graphics rendering system for performing Z value clamping in near-Z range to maximize scene resolution of visually important Z components |
US6717577B1 (en) | 1999-10-28 | 2004-04-06 | Nintendo Co., Ltd. | Vertex cache for 3D computer graphics |
US20010030777A1 (en) * | 2000-01-13 | 2001-10-18 | Kiyomi Tamagawa | Profile producing method and profile producing apparatus |
US20060209327A1 (en) * | 2000-01-13 | 2006-09-21 | Fuji Photo Film Co., Ltd. | Profile producing method and profile producing apparatus |
US7102785B2 (en) * | 2000-01-13 | 2006-09-05 | Fuji Photo Film Co., Ltd. | Profile producing method and profile producing apparatus |
US20020087884A1 (en) * | 2000-06-12 | 2002-07-04 | Hovav Shacham | Method and apparatus for enhancing network security protection server performance |
US20020039420A1 (en) * | 2000-06-12 | 2002-04-04 | Hovav Shacham | Method and apparatus for batched network security protection server performance |
US7137143B2 (en) | 2000-08-07 | 2006-11-14 | Ingrian Systems Inc. | Method and system for caching secure web content |
US20040015725A1 (en) * | 2000-08-07 | 2004-01-22 | Dan Boneh | Client-side inspection and processing of secure content |
US6707458B1 (en) | 2000-08-23 | 2004-03-16 | Nintendo Co., Ltd. | Method and apparatus for texture tiling in a graphics system |
US7061502B1 (en) | 2000-08-23 | 2006-06-13 | Nintendo Co., Ltd. | Method and apparatus for providing logical combination of N alpha operations within a graphics system |
US7701461B2 (en) | 2000-08-23 | 2010-04-20 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US7196710B1 (en) | 2000-08-23 | 2007-03-27 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US6636214B1 (en) | 2000-08-23 | 2003-10-21 | Nintendo Co., Ltd. | Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode |
US6639595B1 (en) | 2000-08-23 | 2003-10-28 | Nintendo Co., Ltd. | Achromatic lighting in a graphics system and method |
US6811489B1 (en) | 2000-08-23 | 2004-11-02 | Nintendo Co., Ltd. | Controller interface for a graphics system |
US6700586B1 (en) | 2000-08-23 | 2004-03-02 | Nintendo Co., Ltd. | Low cost graphics with stitching processing hardware support for skeletal animation |
US8098255B2 (en) | 2000-08-23 | 2012-01-17 | Nintendo Co., Ltd. | Graphics processing system with enhanced memory controller |
US7075545B2 (en) | 2000-08-23 | 2006-07-11 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US7995069B2 (en) | 2000-08-23 | 2011-08-09 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US7317459B2 (en) | 2000-08-23 | 2008-01-08 | Nintendo Co., Ltd. | Graphics system with copy out conversions between embedded frame buffer and main memory for producing a streaming video image as a texture on a displayed object image |
US7576748B2 (en) | 2000-11-28 | 2009-08-18 | Nintendo Co. Ltd. | Graphics system with embedded frame butter having reconfigurable pixel formats |
US20020112167A1 (en) * | 2001-01-04 | 2002-08-15 | Dan Boneh | Method and apparatus for transparent encryption |
US7757278B2 (en) | 2001-01-04 | 2010-07-13 | Safenet, Inc. | Method and apparatus for transparent encryption |
EP1465407A4 (en) * | 2002-01-09 | 2005-12-28 | Seiko Epson Corp | Method of producing color conversion table, image processing device, image processing method, program and recording medium |
US20050128495A1 (en) * | 2002-01-09 | 2005-06-16 | Yoshifumi Arai | Method of producing color conversion table, image processing device, image processing method, program and recording medium |
EP1465407A1 (en) * | 2002-01-09 | 2004-10-06 | Seiko Epson Corporation | Method of producing color conversion table, image processing device, image processing method, program and recording medium |
US7602525B2 (en) | 2002-01-09 | 2009-10-13 | Seiko Epson Corporation | Method of producing color conversion table, image processing device, image processing method, program and recording medium |
US20070107067A1 (en) * | 2002-08-24 | 2007-05-10 | Ingrian Networks, Inc. | Secure feature activation |
WO2004036487A3 (en) * | 2002-10-15 | 2004-06-03 | Ingrian Networks Inc | System and method for compression of image color maps |
WO2004036487A2 (en) * | 2002-10-15 | 2004-04-29 | Ingrian Networks, Inc. | System and method for compression of image color maps |
US20040186631A1 (en) * | 2003-03-17 | 2004-09-23 | Keizo Ohta | Storage medium storing a shadow volume generation program, game device, and shadow volume generation method |
US20060149962A1 (en) * | 2003-07-11 | 2006-07-06 | Ingrian Networks, Inc. | Network attached encryption |
US7936481B2 (en) * | 2004-01-30 | 2011-05-03 | Canon Kabushiki Kaisha | Method, system and program for forming an image |
US20050168495A1 (en) * | 2004-01-30 | 2005-08-04 | Canon Kabushiki Kaisha | Method, system and program for forming an image |
US7519835B2 (en) | 2004-05-20 | 2009-04-14 | Safenet, Inc. | Encrypted table indexes and searching encrypted tables |
US20060041533A1 (en) * | 2004-05-20 | 2006-02-23 | Andrew Koyfman | Encrypted table indexes and searching encrypted tables |
US20060158671A1 (en) * | 2005-01-18 | 2006-07-20 | Samsung Electronics Co. Ltd. | Method of creating color-mapping lookup table and color-mapping method using the same |
US8384961B2 (en) * | 2005-01-18 | 2013-02-26 | Samsung Electronics Co., Ltd. | Method of creating color-mapping lookup table and color-mapping method using the same |
US20070079140A1 (en) * | 2005-09-26 | 2007-04-05 | Brian Metzger | Data migration |
US20070079386A1 (en) * | 2005-09-26 | 2007-04-05 | Brian Metzger | Transparent encryption using secure encryption device |
US20070201953A1 (en) * | 2006-02-03 | 2007-08-30 | Leblanc David | Containment boom guide system and method |
US8386768B2 (en) | 2006-02-08 | 2013-02-26 | Safenet, Inc. | High performance data encryption server and method for transparently encrypting/decrypting data |
US20080034199A1 (en) * | 2006-02-08 | 2008-02-07 | Ingrian Networks, Inc. | High performance data encryption server and method for transparently encrypting/decrypting data |
US7958091B2 (en) | 2006-02-16 | 2011-06-07 | Ingrian Networks, Inc. | Method for fast bulk loading data into a database while bypassing exit routines |
US20070266308A1 (en) * | 2006-05-11 | 2007-11-15 | Kobylinski Krzysztof R | Presenting data to a user in a three-dimensional table |
US7774695B2 (en) | 2006-05-11 | 2010-08-10 | International Business Machines Corporation | Presenting data to a user in a three-dimensional table |
US8379865B2 (en) | 2006-10-27 | 2013-02-19 | Safenet, Inc. | Multikey support for multiple office system |
US20080130880A1 (en) * | 2006-10-27 | 2008-06-05 | Ingrian Networks, Inc. | Multikey support for multiple office system |
US20090132804A1 (en) * | 2007-11-21 | 2009-05-21 | Prabir Paul | Secured live software migration |
US20140028698A1 (en) * | 2012-07-27 | 2014-01-30 | Thomas O. Maier | Observer metameric failure reduction method |
US20140028697A1 (en) * | 2012-07-27 | 2014-01-30 | Andrew F. Kurtz | Observer metameric failure compensation method |
US9134178B2 (en) * | 2012-07-27 | 2015-09-15 | Imax Corporation | Observer metameric failure compensation method |
US9140607B2 (en) * | 2012-07-27 | 2015-09-22 | Imax Corporation | Observer metameric failure reduction method |
US9888153B2 (en) | 2012-07-27 | 2018-02-06 | Imax Theatres International Limited | Observer metameric failure compensation method and system |
US20190279054A1 (en) * | 2017-02-10 | 2019-09-12 | Hewlett-Packard Development Company, L.P. | Color calibration |
US10853708B2 (en) * | 2017-02-10 | 2020-12-01 | Hewlett-Packard Development Company, L.P. | Color calibration |
Also Published As
Publication number | Publication date |
---|---|
WO1995022867A1 (en) | 1995-08-24 |
DE69516507T2 (en) | 2000-12-14 |
EP0745305A1 (en) | 1996-12-04 |
JP3612076B2 (en) | 2005-01-19 |
AU1876995A (en) | 1995-09-04 |
JPH09509295A (en) | 1997-09-16 |
DE69516507D1 (en) | 2000-05-31 |
EP0745305B1 (en) | 2000-04-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5557712A (en) | Color map tables smoothing in a color computer graphics system avoiding objectionable color shifts | |
EP0679020A1 (en) | Method and apparatus for constrained gamut clipping | |
US6225974B1 (en) | Gamut correction with color separation and methods and apparatuses for performing same | |
US6181445B1 (en) | Device-independent and medium-independent color matching between an input device and an output device | |
US6437792B1 (en) | Image processing apparatus and method, color gamut conversion table creating apparatus and method, storage medium having image processing program recorded therein, and storage medium having recorded therein color gamut conversion table creating program | |
US6388674B1 (en) | Gamut mapping method and apparatus | |
US5296923A (en) | Color image reproducing device and method | |
US6204939B1 (en) | Color matching accuracy inside and outside the gamut | |
US6023527A (en) | Method and system of selecting a color space mapping technique for an output color space | |
US7239422B2 (en) | Color gamut mapping using a cost function | |
US5481655A (en) | System for matching a picture on a monitor to a printed picture | |
US5903275A (en) | Subjectively pleasing color gamut mapping in a color computer graphics system | |
US6185004B1 (en) | Self-calibration for color image reproduction system | |
JPH06253138A (en) | Method and associated equipment for converting input color value of input color space into output color value of output color space | |
Hung-Shing et al. | Three-dimensional gamut mapping method based on the concept of image-dependence | |
US6160644A (en) | Scanner calibration technique to overcome tone inversion | |
US7379208B2 (en) | Hybrid gamut mapping | |
US5619349A (en) | CRT calibration device for calibrating display color of a CRT to a color standard | |
US7576893B2 (en) | Correlated secondary TRC calibration method | |
US8643922B2 (en) | Gamut clipping with preprocessing | |
JP3880587B2 (en) | Color processing apparatus and method | |
JP4429439B2 (en) | Color conversion method and conversion processor | |
JP2000165694A (en) | Color picture processing method | |
KR19990042024A (en) | Image-dependent color gamut mapping | |
JP2000182022A (en) | Color image processor and color printing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: APPLE COMPUTER, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GUAY, RANDALL G.;REEL/FRAME:006964/0292 Effective date: 19940310 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: APPLE INC.,CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019235/0583 Effective date: 20070109 Owner name: APPLE INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019235/0583 Effective date: 20070109 |
|
FPAY | Fee payment |
Year of fee payment: 12 |