COMS 161 Introduction to Computing

Slides:



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

Fundamentals of Digital Imaging
The eyes have three different kinds of color receptors; One kind is most sensitive to short wavelengths, one to middle wavelengths, and one to long wavelengths.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Graphics File Formats. 2 Graphics Data n Vector data –Lines –Polygons –Curves n Bitmap data –Array of pixels –Numerical values corresponding to gray-
Image Representation.
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.
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.
Digital Images The digital representation of visual information.
C O L O R S PRINT VS MULTIMEDIA. Main Difference Print –Primary Colors CMYK Cyan, Magenta, Yellow, Black - Subtractive Color system –Add together = black.
Product Design Sketching Chromatic Theories. Color Spectrum The range of colors seen by human eye is the “visible color spectrum”
Digital Images Chapter 8, Exploring the Digital Domain.
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
07: Color in Interactive Digital Media
CS 101 – Sept. 16 Finish color representation –RGB √ –CMY –HSB –Indexed color Chapter 4 – how computers think –Begin with basic building blocks.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Color Sources:
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Color Theory The art and science of color interaction and effects. SYSTEMS.
Color and Resolution Introduction to Digital Imaging.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Digital Media Lecture 7: Color part 2 Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
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,
Color Color Color Tsung-Yi Wu.
Introduction to Computer Graphics
Digital Media Dr. Jim Rowan ITEC 2110 Color Part 2.
Elements of Design 1.02 Investigate Design Principles and Elements.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
Hue: the property of light by which the color of an object is classified as red, blue, green, or yellow in reference to the spectrum. Saturation: the.
22.3 Using Color pp Mr. Richter. Agenda  Warm-Up  Review HW  Notes:  How We See Objects  Mixing Pigments (The Subtractive Color Process)
Color.
COLOR THEORY Color is the eye’s response to the visual spectrum from red to violet. Different colors in the spectrum are created by different wavelengths.
Computer Graphics: Achromatic and Coloured Light.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
Colour CPSC Colour ● Models ● RGB ● CMY(K) ● HSB (or HSV) ● RYB ● Harmonies ● Monochrome ● Complementary ● Analogous ● Triadic.
Color Models Light property Color models.
Additive & Subtractive Digital Color
Color theory.
LIGHT, COLOR, AND WAVE INTERACTION.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Half Toning Dithering RGB CMYK Models
Sampling, Quantization, Color Models & Indexed Color
COLOR THEORY Color is the eye’s response to the visual spectrum from red to violet. Different colors in the spectrum are created by different wavelengths.
Design Concepts: Module A: The Science of Color
Color Theory.
Color Image Processing
COLOR space Mohiuddin Ahmad.
The Colour of Light: Additive colour theory.
Chapter 6: Color Image Processing
Dr. Jim Rowan ITEC 2110 Color Part 2
COLOR.
Chapter II, Digital Color Theory: Lesson II Creating / Displaying Digital Color
RGB Color Model CMY Color Model.
LIGHT & COLOR.
Chapter 12 COLOR THEORY.
Dr. Jim Rowan ITEC 2110 Color Part 2
Colour Theories.
Dr. Jim Rowan ITEC 2110 Color Part 2
Light Light has wave-like properties
Colour theory.
Two ways to discuss color 1) Addition 2) Subtraction
Dr. Jim Rowan ITEC 2110 Color Part 2
Color Model By : Mustafa Salam.
Color And Light.
Presentation transcript:

COMS 161 Introduction to Computing Title: Digital Images Date: February 23, 2005 Lecture Number: 17

Announcements Homework Due 2/25/05

Review The nature of images How digital images are Natural vs. artificial images How digital images are Organized Created Stored Processed

Outline Color Images Color Models Storing Images RGB CMYK HSB Color index

Color Images High-quality digital cameras, scanners, and other image acquisition devices capture millions of colors There are several different color models Methods to represent colors Color models map colors onto 2D, 3D, and 4D Cartesian space Color space Color components are called color channels

RGB Color Model RGB color model is additive RGB color model represents color as a combination of three channels: RED, GREEN, and BLUE RGB color model is additive RGB color is in most color video displays Red, Green, and Blue are the primary colors Other colors are secondary (mixed) Colors are emitted in the RGB Color Model

RGB Color Images

RGB Color Images RGB images contain data representing each channel 1 byte for each channel 3 bytes/pixel 200 X 200 RGB image requires 200 X 200 X 3 bytes 120,000 bytes

RGB Color Space Origin (0, 0, 0) is black Opposite corner is white No color Opposite corner is white All colors Solid cube of colors

CMYK Color Model Cyan, Magenta, Yellow & Black Primarily used in color printing cyan, magenta, and yellow (CMY) are primary colors red, green, and blue are secondary colors Black is added to improve printing CMYK is a subtractive color model Ink absorbs light, the color we see is the color of the reflected light, not the absorbed color

CMYK Color Model Shine a white light on a an area and the color seen is cyan The red component of the white light is absorbed leaving only cyan to be reflected Cyan absorbs red Magenta absorbs green Yellow absorbs blue CMY is the anti-color space of RGB C = 255 – R, M = 255 – G, Y = 255 - B

CMYK Color Model CMYK image

CMYK Images CYAN channel

CMYK Images MAGENTA channel

CMYK Images YELLOW channel

CMYK Images BLACK channel

CMYK Color Space White is (0,0,0) Black is (1,1,1) Black is the absence of color

HSB Color Model RGB and CMYK are not the way we think of color Paint your room Think of the color you want it to be How bright we want that color to be If it should be pastel or vivid

HSB Color Model HSB resembles how artists conceive color properties Hue: corresponds to what we think of as color Saturation: purity of the hue Highly saturated colors are vivid Lowly saturated colors are washed out Grayed out Pastels Brightness: relative amount of whiteness or lightness of a color

HSB Color Model HSB color is depicted by a 3-D polar coordinate system Increasing brightness adds white to the hue Decreasing brightness adds black to the hue

HSB Color Model

Storing Digital Images A single hue depicted with a series of changing brightness and saturation values

Indexed Color Images Most digital color images do NOT use all possible colors that can be represented in their color model RGB model 8 bits of R, G, and B 224 colors = 16 million different colors In fact, the human eye cannot distinguish this many different colors!!

Indexed Color Images Indexed color images store different colors in a look-up table Pixel values are indices into the look-up table Red Yellow Tan Purple Sky Blue . 255 2 1

Indexed Color Images INDEXED COLOR images are smaller or more compact in storage Composed of pixels selected from a limited palette of colors or shades