Fundamentals of Digital Imaging

Slides:



Advertisements
Similar presentations
CGA 115 Professor Mary A. Malinconico. Questions from Last Week ????????
Advertisements

School of Computing Science Simon Fraser University
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Color Mixing There are two ways to control how much red, green, and blue light reaches the eye: “Additive Mixing” Starting with black, the right amount.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Lecture 4: ImagesIntro to IT COSC1078 Introduction to Information Technology Lecture 4 Images James Harland
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Color & Color Management. Overview I. Color Perception Definition & characteristics of color II. Color Representation RGB, CMYK, XYZ, Lab III. Color Management.
CMYK Cyan Cyan Magenta Magenta Yellow Yellow Black Black.
Dye Sublimation Color Management
Selecting the Right Color Palette: Understanding RGB and CMYK Color Presented by Pat McClure and Tony Kugler.
Color Model AbdelRahman Abu_absah Teacher: Dr. Sana'a Alsayegh.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
How to Work with Color in Graphic Communications.
Color Systems. Subtractive Color The removal of light waves to perceive color: –Local or physical attributes of pigments, dyes, or inks reflect certain.
Colour Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 6 This presentation © 2004, MacAvon Media Productions Colour.
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
CS 376 Introduction to Computer Graphics 01 / 26 / 2007 Instructor: Michael Eckmann.
2001 by Jim X. Chen: 1 The purpose of a color model is to allow convenient specification of colors within some color gamut.
Product Design Sketching Chromatic Theories. Color Spectrum The range of colors seen by human eye is the “visible color spectrum”
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Color Theory What is color? How do we describe and match colors? Color spaces.
Chapter 6: Color Image Processing Digital Image Processing.
Welcome eager young artists! Ms. Edelman Thursday, September 17, 2015  DO NOW: take out your notebook and a pen.
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
CSC 8610 & 5930 Multimedia Technology Lecture 2 Digital Image Representation.
CS 101 – Sept. 16 Finish color representation –RGB √ –CMY –HSB –Indexed color Chapter 4 – how computers think –Begin with basic building blocks.
I-1 Steps of Image Generation –Create a model of the objects –Create a model for the illumination of the objects –Create an image (render) the result I.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Color Principles for Computer Graphics Donald House 9/17/09 Artist’s slides by Lynette House.
Color. Contents Light and color The visible light spectrum Primary and secondary colors Color spaces –RGB, CMY, YIQ, HLS, CIE –CIE XYZ, CIE xyY and CIE.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
Red, green and blue (RGB): RGB is another way to use 3 numbers to specify a color instead of using an intensity-distribution curve or HSB In addition.
CSC Computing with Images
CSC361/ Digital Media Burg/Wong
Digital Media Lecture 7: Color part 2 Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
A color model is a specification of a 3D color co-ordinate system and a visible subset in the co-ordinate System within all colors in a particular color.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
PRIMARY COLOURS Primary Colours: The 3 primary colours are red, yellow and blue. They are three colours that can't be made by mixing any other colours,
CS654: Digital Image Analysis Lecture 29: Color Image Processing.
Three-Receptor Model Designing a system that can individually display thousands of colors is very difficult Instead, colors can be reproduced by mixing.
Do Now: Take out your notebook and a pen. Good Morning Do Now: Take out your notebook and a pen. Good Morning Aim: What is color? Mr. Spaterella Technology.
Color Theory. Which colours is white light made of?
Color Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2003 Raster Graphics and Color Greg Humphreys University of Virginia CS 445, Fall 2003.
Elements of Design 1.02 Investigate Design Principles and Elements.
The Science of Color The How and Why of Color. Color Basics Sir Isaac Newton discovered that white light breaks into a rainbow of colors in 1666 by passing.
Chapter 5 Color in Digital Media © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
Lecture 15 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
HSB to RGB to HEX.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
Image credit: Wikipedia (Fovea) Human Eye Some interesting facts – Rod cells: requires only low light b/w vision blur, all over retina EXCEPT fovea – Cone.
Computer Graphics: Achromatic and Coloured Light.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Half Toning Dithering RGB CMYK Models
Color Theory.
COLOR space Mohiuddin Ahmad.
The Colour of Light: Additive colour theory.
CITA 342 Section 7 Working with Color.
COMS 161 Introduction to Computing
Dr. Jim Rowan ITEC 2110 Color Part 2
Light Light has wave-like properties
Color Theory What is color? How do we perceive it?
Presentation transcript:

Fundamentals of Digital Imaging Color Representation

In this lecture, you will find answers to these questions What is RGB color model and how does it represent colors? What is CMY color model and how does it represent colors? What is HSB color model and how does it represent colors? What is color gamut? What does out-of-gamut mean? Why can't the colors on a printout match exactly what you see on screen?

Color Models Used to describe colors numerically, usually in terms of varying amounts of primary colors. Common color models: RGB CMYK HSB

RGB Color Model Primary colors: red green blue Additive Color System

Additive Color System Gamut = 2**24 = 16,000,000 colors…8 bits for each color

Additive Color System of RGB Full intensities of red + green + blue = white Full intensities of red + green = yellow Full intensities of green + blue = cyan Full intensities of red + blue = magenta Zero intensities of red, green, and blue = black

From a standard CRT monitor screen Color Monitors From a standard CRT monitor screen

CMYK Color Model Primary colors: Subtractive Color System cyan magenta yellow black Subtractive Color System

Subtractive Color System of CMY

Subtractive Color System of CMY Full intensities of cyan + magenta + yellow = black (theoretically, but in practice with inks, it is not full black) Full intensities of cyan + magenta = blue Full intensities of cyan + yellow = green Full intensities of magenta + yellow = red Zero intensities of cyan, magenta, and yellow = white

HSB Color Model Hue: Saturation: Brightness basic color 0o to 360o : the location on a color wheel in the order of colors in a rainbow Saturation: purity of the color how far away from the neutral gray of the same brightness Brightness

HSB Color Model

HSB Color Model

A slice of the color wheel from the HSB model HSB Color Model A slice of the color wheel from the HSB model

HSB Color Model Matches well with the way humans intuitively think about colors For example, how would you describe this color? Would you think of it in terms of how much red, green, and blue? Would you first think of it as a yellowish color and then figure out the lightness and how washed out the color is?

Problems with RGB and CMYK Color Space Do not encompass all the colors human can see

Color Gamuts Refers to the range of colors of a specific system or device can produce or capture

Color Gamuts Colors that human can see RGB color gamut of typical CRT monitors CMYK color gamut of typical inkjet printers

Color Gamuts Monitors and inkjet printers cannot reproduce all the colors that human can see Some of the colors that monitors can reproduce cannot be reproduced by inkjet printers. Most of these colors lie at the corners of the color gamut of the monitor, which means these are highly saturated colors.

Identifying Out-of-Gamut Colors in Images Out-of-gamut colors will not be printed correctly. In digital image editing programs such as Adobe Photoshop, you can tell whether a color is out of gamut based on your CMYK setting. Click on the icon to use the closest color in gamut for printing.

Identifying Out-of-Gamut Colors in Images Out-of-gamut colors will not be printed correctly. In digital image editing programs such as Adobe Photoshop, you can tell whether a color is out of gamut based on your CMYK setting.

Identifying Out-of-Gamut Colors in Images

Identifying Out-of-Gamut Colors in Images Click on the icon to replace the out-of-gamut color with the closest color in gamut for printing.

Identifying Out-of-Gamut Colors in Images The out-of-gamut color is replaced with the closest color in gamut for printing.

Difficulties in Reproducing Colors in Digital Images Digital devices cannot produce all of the colors visible to human ( We see about 7-10 million colors, but many can’t be digitized) Difficulties exist in reproducing color across devices different devices have different color gamuts additive color system for screen display vs. subtractive color system for printing

Review Questions

Review Question What are the primary colors in the RGB color model? red, green, blue

Review Question What are the primary colors in the CMY color model? cyan, magenta, yellow

Review Question What are the primaries in the HSB color model? hue, saturation, brightness

Review Question Which of the following color models take(s) the form of a color cube? RGB CMY HSB CIE XYZ A and B

Review Question Which of the following color models take(s) the form of a hexacone? RGB CMY HSB CIE XYZ C

Review Question Which of the primaries in the HSB color model takes the form of a color wheel? Hue Saturation Brightness A

Review Question What is the color mixing method for the RGB color model? additive subtractive cyan, magenta, yellow

Review Question What is the color mixing method for the CMY color model? additive subtractive cyan, magenta, yellow

Review Question What are the RGB values for white? What are the CMY values for white? RGB: 255, 255, 255 CMY: 0%, 0%, 0%

Review Question What are the RGB values for black? What are the CMY values for black? RGB: 0, 0, 0 CMY: 100%, 100%, 100%

Review Question What are the RGB values for red? What are the CMY values for red? RGB: 255, 0, 0 CMY: 0%, 100%, 100%

Review Question What are the RGB values for green? What are the CMY values for green? RGB: 0, 255, 0 CMY: 100%, 0%, 100%

Review Question What are the RGB values for blue? What are the CMY values for blue? RGB: 0, 0, 255 CMY: 100%, 100%, 0%

Review Question What are the RGB values for yellow? What are the CMY values for yellow? RGB: 255, 255, 0 CMY: 0%, 0%, 100%

Review Question Why don't the colors in the printed image look exactly the same as you see on computer screen? Digital devices have different color gamuts. Some colors that can be produce on screen cannot be produced by the printer.