Which is the Pink Pen? Here is the Pink Pen (Example taken from

Slides:



Advertisements
Similar presentations
Output Devices What is Output? Output is data that has been processed into a useful form. ICT Tools: Output Devices.
Advertisements

Digital Photography Made Easy With Jim Battles Battles Photography.
A Digital Imaging Primer Nick Dvoracek Instructional Resources Center University of Wisconsin Oshkosh.
Fundamentals of Digital Imaging
Capturing and optimising digital images for research Gilles Couzin.
From Image Capture to Digital Output. In looking at this we shall consider the following… Quantisation. Quantisation Error. Interpolation. Viewing images.
Business Studies Stage I Computer ApplicationsSlide 1 Output Devices Output Devices are all part of the Hardware of a computer system Output Devices are.
Image Representation.
2.01 Understand Digital Raster Graphics
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
Information Technology Services North Dakota State University Lorna Olsen Get the Best Digital Images Possible What’s it all about anyway?
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.
Bitmapped Images 27 th November 2014 With Mrs
School of Computer Science & Information Technology G6DPMM - Lecture 6 Colour Science & Colour Models.
CMYK Cyan Cyan Magenta Magenta Yellow Yellow Black Black.
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
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.
LIS508 lecture 6: output devices Thomas Krichel
Digital Images The digital representation of visual information.
Screen Ruling, Print Resolution AM, FM and Hybrid Halftoning Sasan Gooran Linköping University LiU-Norrköping.
Fundamentals of Photoshop
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Computer Graphics Using “ Adobe Photoshop ” Introduction to E-Learning Center, DAD presents Workshop on Instructor: Mazhar.
Peripherals The term peripherals refers to all hardware devices that are attached to your computer and are controlled by your computer system Peripherals.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
© GCSE Computing Candidates should be able to:  explain the representation of an image as a series of pixels represented in binary  explain the need.
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.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
2.01D Investigate graphic image design. Image Resolution.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
Color and Resolution Introduction to Digital Imaging.
Graphics workshop Library and Information Services University of St Andrews.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Adobe Photoshop Setting Up An A3 Poster. A3 You are required to produce a poster This poster needs to be A3 in size – twice the size of a normal (A4)
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.
COMPUTER GRAPHICS. Once you scan an image or take a picture with your digital camera, it becomes digitized. Made up of hundreds of thousands of pixels.
Digital Images are represented by manipulating this…
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
Representation of Data in Computer Systems
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
COMP LIT FALL SEMESTER OUTPUT UNIT GET OUT YOUR NOTEBOOKS AND PENS! NO SLEEPING, NO EATING, NO TALKING! LISTEN, LOOK, AND THINK. TAKE NOTES & ASK QUESTIONS.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 03 - Still Picture 01 – Basics.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
DISPLAY DEVICES CIS 10, Group #1 April 01, 2006 C. X. A. L. K. H. A. V. ((( L. C.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
DIGITAL MEDIA FOUNDATIONS
Images Data Representation.
Data Representation Images.
Data Representation.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
The Colour of Light: Additive colour theory.
Colour theory.
2.01 Understand Digital Raster Graphics
Units of Measurement, Image Resolution, & Color Mode
Colour Theories.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Nuts and Bolts of Digital Imaging
Basic Concepts of Digital Imaging
2.01 Understand Digital Raster Graphics
Presentation transcript:

Which is the Pink Pen?

Here is the Pink Pen (Example taken from

Light and Colour

The Solar Cell Converts light into electricity The stronger the light the more electricity

Measure the Current to Measure the Light Levels Voltage Light

Analogue to Digital Conversion To store three volts we need 2 bits 00 = 0 01 = 1 10 = 2 11 = 3 03 Light

Analogue v Digital Data How to represent 10 hours and minutes?

Quantisation Error White15% Grey30% Grey White 000 Our analogue source gives us The digital representation becomes

When Applied to an Image

Create an Array of Digital Detectors

Project the Image onto the Array

Using 1 bit per Pixel

Increase the Image Resolution

Increase the Colour Resolution

Colour Resolution and Image Resolution Colour Resolution relates to the depth of colour the image reproduces. The more bits we use to represent a single pixel the greater the number of colours may be stored in that pixel Colour resolution is not related to the size of the image We could have a 1 x 1 pixel image and still have a colour resolution of 16 million colours – 24 bit colour! (Not that there would be a lot of point.) Image resolution relates to how many pixels make up the height and width of the image per inch – dots per inch. Image resolution is an issue when it comes to the size of the image in dpi

Low Image Resolution Images Don’t Re-Size Well Both images have high colour resolution

Colour Representation - RGB Combine Red Green and Blue Also referred to as 24 bit colour Very common in computing Blackrgb(0,0,0) Redrgb(255,0,0) Greenrgb(0,255,0) Bluergb(0,0,255) Yellowrgb(255,255,0) Cyanrgb(0,255,255) Magentargb(255,0,255) Greyrgb(192,192,192) Whitergb(255,255,255)

CMYK (Cyan, Magenta, Yellow & Black) Subtract RGB by mixing Cyan Magenta Yellow and Black Common in printing industry and computer printers

The Scanner

Interpolation How can a 600dpi scanner scan at 1200 dpi? Without InterpolationWith Interpolation

Digital to Analogue Conversion The Display Adapter / Monitor – Device Resolution In the case of a monitor, the quality of the equipment is called the dot pitch. The dot pitch is the distance in millimetres of dots of the same colour. In the case of a typical monitor the dot pitch is.28, meaning there is.28 mm between the red dots (green dots or blue dots). The smaller the dot pitch, the higher the quality of the equipment.

The Output from the Graphics Card Imagine we scanned in an A4 document at a resolution of 600 dpi. Displayed on a monitor with a 72dpi graphics adaptor

Very Common in Student Work More important when we design for mobile devices Design for liquid layout

Displays with Lower Colour Resolution Q. “How do I view a 16 million colour image 256 colour display?” A. Dithering A is the original unchanged image B is 1 bit monochrome with dithering C is 1 bit monochrome without dithering – note the loss of detail D is 8 bit colour with dithering – note the speckled effect which is common to this process

Gamma Correction Images do not display the same across different hardware platforms Becomes