Image Representation.

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.
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.
Graphics File Formats. 2 Graphics Data n Vector data –Lines –Polygons –Curves n Bitmap data –Array of pixels –Numerical values corresponding to gray-
2.01 Understand Digital Raster Graphics
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
Color of (digital image) Raed S. Rasheed Agenda Color. Color Image. Color Models – RGB color model. – CMYK color model. – HSV and HSL color model.
CMYK Cyan Cyan Magenta Magenta Yellow Yellow Black Black.
Dye Sublimation Color Management
Color Model AbdelRahman Abu_absah Teacher: Dr. Sana'a Alsayegh.
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
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.
Digital Images The digital representation of visual information.
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,
Computer Graphics Using “ Adobe Photoshop ” Introduction to E-Learning Center, DAD presents Workshop on Instructor: Mazhar.
Digital Images Chapter 8, Exploring the Digital Domain.
07: Color in Interactive Digital Media
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
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.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Color Theory The art and science of color interaction and effects. SYSTEMS.
Color and Resolution Introduction to Digital Imaging.
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
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.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
By: Ashley. Spot Color Spot color refers to the process of selecting text or a graphic object such as a circle and then adding a spot of color to it.
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 Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Elements of Design 1.02 Investigate Design Principles and Elements.
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.
BASIC COLOUR COURSE Algemeen
Color.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
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.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
Colour CPSC Colour ● Models ● RGB ● CMY(K) ● HSB (or HSV) ● RYB ● Harmonies ● Monochrome ● Complementary ● Analogous ● Triadic.
DIGITAL MEDIA FOUNDATIONS
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Images Data Representation.
Half Toning Dithering RGB CMYK Models
2.01 Understand Digital Raster Graphics
Color Theory.
2.01 Understand Digital Raster Graphics
Units of Measurement, Image Resolution, & Color Mode
COMS 161 Introduction to Computing
Chapter 12 COLOR THEORY.
Computer Graphics Using “Adobe Photoshop”
Colour Theories.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Two ways to discuss color 1) Addition 2) Subtraction
2.01 Understand Digital Raster Graphics
Nuts and Bolts of Digital Imaging
Color Model By : Mustafa Salam.
Basic Concepts of Digital Imaging
2.01 Understand Digital Raster Graphics
Presentation transcript:

Image Representation

Topics Color Model (RGB, CMYk) Direct Coding Lookup Table Display Monitor Printer Halftoning Dithering Image Files Computer Graphics | saleh.sabbir.aiub@gmail.com

Color Model (RGB, CMY) A color model is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components. Computer Graphics | saleh.sabbir.aiub@gmail.com

RGB RGB uses additive color mixing, because it describes what kind of light needs to be emitted to produce a given color. Light is added together to create form from out of the darkness. RGB stores individual values for red, green and blue. (r,g,b)=>(0,0,0) black, (1,1,1) white [ranges 0 to 1] Computer Graphics | saleh.sabbir.aiub@gmail.com

CMYk CMYk uses subtractive color mixing used in the printing process, because it describes what kind of inks need to be applied so the light reflected from the substrate and through the inks produces a given color. One starts with a white substrate (canvas, page, etc.), and uses ink to subtract color from white to create an image. CMYk stores ink values for cyan, magenta, yellow and black. cmyk(c%, m%, y%, k%)=>(0%,0%,0%,100%) Black. [ranges from 0 to 100%] Computer Graphics | saleh.sabbir.aiub@gmail.com

RGB & CMYk color space Computer Graphics | saleh.sabbir.aiub@gmail.com

Direct Coding Storage space for each pixel to code the color Use 3 bytes per pixel (1 for R, 1 for G and 1 for B) [Industry standard] 256 different intensity level for each color Bit 1 R Bit 2 G Bit 3 B Color Name Black 1 Blue Green Red Computer Graphics | saleh.sabbir.aiub@gmail.com

Lookup table Pixel values do not code colors directly Refer to a table of color values A table with 256 colors with RGB values r g b 1 11111111 2 255 Computer Graphics | saleh.sabbir.aiub@gmail.com

Display monitor (CRT) Computer Graphics | saleh.sabbir.aiub@gmail.com Image Source:http://computer.howstuffworks.com

Display monitor (LCD) Computer Graphics | saleh.sabbir.aiub@gmail.com Image Source: http://electronics.howstuffworks.com

Printer Halftone Dither Go through chapter 1 (schaum’s outline) for details. Search in wikipedia (if you are interested) Computer Graphics | saleh.sabbir.aiub@gmail.com

Image files Format/ version identification Image width and height in pixels Image type Image data format Compression type …….. Color map (if any) Pixel values Header Image Data Computer Graphics | saleh.sabbir.aiub@gmail.com

Assignments Must be done by next Theory class Optional Various color model or color spaces Conversion between different color models as rgb to cmyk or rgb to hsv Going through the solved problems (2.1 to 2.23) Optional How monitors work (CRT,LCD,LED) Printers, Printing techniques Computer Graphics | saleh.sabbir.aiub@gmail.com

References Computer Graphics, Schaum’s outline www.wikipedia.com Chapter 2 www.wikipedia.com Color model Color space www.howstuffworks.com LCD monitors CRT monitors Computer Graphics | saleh.sabbir.aiub@gmail.com