Images Images are a key component of any multimedia presentation.

Slides:



Advertisements
Similar presentations
Detecting and Mixing Colors STEM DIGITAL Institute Rob Snyder.
Advertisements

2.01 Investigate graphic image design. Image Resolution.
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Light = straight path An atom: emits light when an electron moves from a high to a low energy level. absorbs energy as its electrons move from a low.
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.
Sep 21, Fall 2005ITCS4010/ Computer Graphics Overview Color Displays Drawing Pipeline.
Graphics File Formats. 2 Graphics Data n Vector data –Lines –Polygons –Curves n Bitmap data –Array of pixels –Numerical values corresponding to gray-
Sep 21, Fall 2006IAT 4101 Computer Graphics Overview Color Displays Drawing Pipeline.
IAT 3551 Computer Graphics Overview Color Displays Drawing Pipeline.
SWE 423: Multimedia Systems Chapter 4: Graphics and Images.
2.01 Understand Digital Raster Graphics
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
Introduction to Computer Graphics
Vector vs. Bitmap SciVis V
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
Chapter 11 Preparing a Document for Prepress and Printing.
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:
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
Guilford County SciVis V104.02
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Images and the Web web graphics. web graphics: constraints Due to the constraints imposed by varying degrees of Internet bandwidth, designing images for.
Technology and digital images. Objectives Describe how the characteristics and behaviors of white light allow us to see colored objects. Describe the.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
07: Color in Interactive Digital Media
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
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.
JRN 302: Introduction to Graphics and Visual Communication - Raster and Vector Files Tuesday, 9/8/15.
Vector vs. Bitmap
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
Color Sources:
Photoshop Software Rasterized, file formats, and printing choices.
2.01D Investigate graphic image design. Image Resolution.
Color and Resolution Introduction to Digital Imaging.
Adobe Illustrator Chapter 1 Notes Pages 1-2 –1-75 Mrs. Leonard.
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.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
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.
Color Theory. Which colours is white light made of?
Introduction to Computer Graphics
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.
4.3 Mixing Colours (p ) (p ). Primary Colours The 3 primary colours can be combined to generate any other colour: Red Green Blue.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand concepts used to create digital graphics.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Guilford County SciVis V104.03
Mohammed AM Dwikat CIS Department Digital Image.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
The Visible Spectrum And how we see it. What is Visible Light? The cones in the eye are only sensitive to a narrow range of EM frequencies. Visible Light.
Computer Graphic. Raster graphics In computer graphics, a raster graphics image, digital image, or bitmap, is a data structure representing a generally.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 03 - Still Picture 01 – Basics.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
DIGITAL MEDIA FOUNDATIONS
Warm Up Between Red or Blue light, which has a larger
Images Data Representation.
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
IMAGE PROCESSING COLOR IMAGE PROCESSING
Vector vs. Bitmap.
Colour theory.
IMAGES.
Chapter 12 COLOR THEORY.
How would you describe the color RED to a person who cannot see?
Colour Theories.
Presentation transcript:

Images Images are a key component of any multimedia presentation

Computers & Color Computers are numerical machines yet monitors attached to computers can display colorful images. An understanding of ….. color, and how computers can display color ….. is an important aspect of producing effective multimedia applications.

Seeing Color We “see” color because our brain interprets the mix of wavelengths of light hitting the cones in the back of our eye as colors. Receptors in the cones are sensitive to red, green and blue light

Seeing Color Our brain can differentiate among about 80,000 colors, consisting of combinations of red, green and blue.

Seeing Color Light gets to our eye either because it is: 1.directly transmitted from a source (computer monitor) or 2.reflected from a surface (printed image)

Computerised Color Computers use a different model to construct color for a transmitted source (additive color) and a reflected source (subtractive color). Additive ColorSubtractive Color RGB color spaceCMYK color space

Transmitting Color On the back of the glass face of a computer monitor are thousands of tiny red, green and blue light sources arranged in groups of red, green and blue. Each group is known as a pixel.

Transmitting Color Red, green and blue are each divided into 256 tone levels. The color of a pixel is a combination of the tone levels of the 3 colors. Why 256? 1.We need 200 tone levels to create the illusion of continuous tone.

Transmitting Color Why 256 tone levels? 2.We need to represent colors in a file on a computer. We need to be able to represent at least 80,000 colors digitally. Computers are setup to work in bytes. 1 byte = 8 bits = 2 8 combinations (256). With 3 channels and 256 tone levels per channel we can represent > 16 million colors with 24 bits.

Printing Color Works on the basis of colored ink or dye absorbing certain wavelengths of white light (colors) and reflecting others. Eg. A red ink absorbs all the colors which make up white light except for red. Only the red is reflected back to the eye.

Printing Color Use CMY color space because: Cyan absorbs red light Magenta absorbs green light Yellow absorbs blue light

Printing Color The different color spaces for Monitors and Printers can cause color-matching problems when printing an image. Solutions: 1.Calibrate the monitor so that the colors are the same as produced by the printer

Printing Color The different color spaces for Monitors and Printers can cause color-matching problems when printing an image. Solutions: 2.Use a printer profile to display an image on the screen as it would appear on a particular printer

Image Files Before an image can be displayed on a monitor or printed on paper it must be represented in a file on a computer. There are 2 fundamentally different ways of doing this: 1.Raster graphics – uses dots on a rectangular grid (raster) to display image.

Image Files Before an image can be displayed on a monitor or printed on paper it must be represented in a file on a computer. There are 2 fundamentally different ways of doing this: 2.Vector graphics – an image is considered to be made up of a collection of lines, both straight and curved.

Vector Graphics An image is considered to be made up of a collection of lines, both straight and curved, each with its own thickness and color. Suited to cartoons, technical illustrations, graphs, architectural and engineering drawings. Can represent 3D shapes using a ‘wire-frame’ approach

Vector Graphics Drawing a vector object requires: plotting points to create PATHS (lines) specifying how the edges (strokes) of the paths appear specifying how everything bound by the paths (fill) should appear The paths, strokes and fills of a vector image can be stored in a text file

SVG The language used in a text file to specify a vector image is SVG. XML is a markup language for storing and transporting data (HTML is a markup language for displaying data) In XML a user specifies their own markup tags (unlike HTML) SVG is a language for describing two-dimensional graphics in XML tags. The W3C produces a specification for SVG. All browsers except Internet Explorer can render SVG without the use of a plugin.

SVG example <svg xmlns= xmlns:xlink=" <polygon fill="red" stroke="blue" stroke-width="10“ points="350, , , , , , , , , ,161" /> <polygon fill="lime" stroke="blue" stroke-width="10“ points="850,75 958, , , , ,137.5"/>

Vector Graphics Can be also be constructed using software like Fireworks. But the final images are rasterized and saved as PNG files.

Vector Graphics Major advantage is that the images are resolution independent Can move, resize, reshape and change the color of shapes within the image easily Can display on output devices of varying resolutions without changing quality of appearance