CSC Computing with Images

Slides:



Advertisements
Similar presentations
Visible Light and Color
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.
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.
CSC Computing with Images1 Image encodings CSC 1040.
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
1 Perception. 2 “The consciousness or awareness of objects or other data through the medium of the senses.”
Bitmapped Images 27 th November 2014 With Mrs
Mr. Chapman Science 8.  As we all know by now (I hope!) the visible spectrum of light is all the colours that you can see in the rainbow – ROY G. BIV.
Welcome eager young artists! Ms. Edelman Monday, August 10, 2015  DO NOW: take out your notebook and a pen. Copy and open CMYK color.ppt from the lessons.
Color Model AbdelRahman Abu_absah Teacher: Dr. Sana'a Alsayegh.
Additive Primary Colors and Subtractive Primary Colors
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.
How do we perceive colour? How do colours add?. What is colour? Light comes in many “colours”. Light is an electromagnetic wave. Each “colour” is created.
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”
© 1999 Rochester Institute of Technology Color. Imaging Science Workshop for Teachers ©Chester F. Carlson Center for Imaging Science at RIT Color Images.
Color Theory What is color? How do we describe and match colors? Color spaces.
And Elvis said ……… ……Let there be Light The Visible Spectrum.
07: Color in Interactive Digital Media
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Lesson 13 – Color and Typography. 2 Objectives Discuss basic color theory. Understand the color wheel. Understand how color is presented on a computer.
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 Sources:
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Aim: Review.
Color Models. Color Vision The color-responsive chemicals in the cones are called cone pigments and are very similar to the chemicals in the rods. The.
Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Aim: Review.
Light & Color What happens to the light that strikes an object? What determines the color of opaque, transparent & translucent object? How is mixing pigments.
Graphics & Applets CSC 1051 – Data Structures and Algorithms I
Color & Polarization. Color Why does a leaf appear green? Why do parts of the U.S. flag appear red? Objects appear a certain color because they absorb.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
# Red Green Blue Digital Color RGB to HEX.
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.
Color & Polarization.
Light and Color Section 4. Light and Matter When light strikes any matter it can interact with matter in 3 different ways: It can be: reflected, absorbed.
Now let’s focus on… The visible spectrum The visible spectrum –Light and pigment.
COLOR.
Color Theory. Which colours is white light made of?
Colors of Pigment The primary colors of pigment are magenta, cyan, and yellow. [
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Elements of Design 1.02 Investigate Design Principles and Elements.
CS 101 – Sept. 14 Review Huffman code Image representation –B/W and color schemes –File size issues.
RGB vs. CMYK Screen vs. Print.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
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,
Color.
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Lesson 13 – Color and Typography. 2 Objectives Understand basic color theory. Understand the color wheel. Understand how color is presented on a computer.
Mixing Colors Chapter Notes. White Light Recall that when the frequencies of all visible light is mixed together, it produces white White also.
Computer Graphics: Achromatic and Coloured Light.
The Colour of Light: Additive colour theory.
Colour theory.
CSC 1051 – Data Structures and Algorithms I
COMS 161 Introduction to Computing
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Colour Theories.
Light Light has wave-like properties
Colour theory.
Two ways to discuss color 1) Addition 2) Subtraction
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Visuals are analog signals...
Ch Light II. Light and Color (p ) Light and Matter
Ch Light II. Light and Color (p ) Light and Matter
Presentation transcript:

CSC 1040 - Computing with Images Image encodings CSC 1040 CSC 1040 - Computing with Images

CSC 1040 - Computing with Images What’s a picture? We have seen that programs represent pictures as grids of picture elements or pixels Stephanos with his eraser collection CSC 1040 - Computing with Images

CSC 1040 - Computing with Images Pixel encodings RGB Color 3 colors: red, green, blue 8 bits/color 24 bits Bitmap 1 bit Grayscale 8 bits CSC 1040 - Computing with Images

Additive color model: RGB In RGB, a color has three component: R: Amount of redness G: Amount of greenness B: Amount of blueness These values are usually represented by numbers in the range 0…255 Additive color model: Based on the way the light mixes on a computer screen. It is called an additive color model because if you add the three primaries (red, green and blue) together, you get pure white light. CSC 1040 - Computing with Images

Subtractive color model: CYM In CYM, a color has three component: C: Amount of cyan Y: Amount of yellow M: Amount of magenta Usually numbers in the range 0…255 Subtractive color model: CMY is based on the way translucent inks combine to block light – thus “subtracting” light. In reality you need to add pure black ink (“K”) to get real black – therefore CYMK CSC 1040 - Computing with Images

CSC 1040 - Computing with Images Encoding RGB Each component color (red, green, and blue) is encoded as a single byte Colors go from (0,0,0) to (255,255,255) If all three components are the same, the color is in greyscale (50,50,50) at (2,2) (0,0,0) (at position (1,2) in example) is black (255,255,255) is white CSC 1040 - Computing with Images

CSC 1040 - Computing with Images red=108 green=86 blue=142 y = 9 Color:(108,86,142) Position: (12,9) x = 12 CSC 1040 - Computing with Images

Additive/Subtractive Color We choose 3 primary colors that can be combined to produce most (but NOT all) the visible colors: Additive primaries (Combining light): Subtractive primaries (combining ink, thus subtracting light): Cyan Yellow Magenta Red Green Blue CSC 1040 - Computing with Images

Let’s practice making these colors in Photoshop Additive primaries Start with white background, Start with black background, use a hard edged brush of large diameter and set mode to “Darken” use a hard edged brush of large diameter and set mode to “Lighten” Apply cyan, yellow, magenta Apply red, green, blue Subtractive primaries CSC 1040 - Computing with Images

Dimensions of color CSC 1040 - Computing with Images Source: http://www.huevaluechroma.com/012.php CSC 1040 - Computing with Images

Color in the eye: What does one million colors look like? This image (when viewed in full size, 1000 pixels wide) contains 1 million pixels, each of a different color. The human eye can distinguish about 10 million different colors. Source: Wikipedia commons CSC 1040 - Computing with Images

The color gamut Not all visible colors can be produced by any 3 primaries! The color gamut refers to the range of colors for a particular color system Source: http://dx.aip.org/advisor/cmyk_color.html CSC 1040 - Computing with Images