Images Data Representation.

Slides:



Advertisements
Similar presentations
Lecture 2 Concepts, Terms and Definitions. Display Devices They are divided into a lot of small squares called pixels (“PICture ELements”). Each pixel.
Advertisements

Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Resolving the Problem Resolution: Concepts & Definitions.
CSC Computing with Images1 Image encodings CSC 1040.
2.01 Understand Digital Raster Graphics
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.
Lesson Objectives Explain the representation of an image as a series of pixels represented in binary Explain the need for meta data to be included in the.
Bitmapped Images 27 th November 2014 With Mrs
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
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.
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.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
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.
Vector vs. Bitmap
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
CS1033 Pixel and Resolution
Data Representation The storage of Text Numbers Graphics.
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 Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
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.
CS 101 – Sept. 14 Review Huffman code Image representation –B/W and color schemes –File size issues.
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.
Vocabulary Worksheet Answers
Sci Vis I Exam Review Most Missed Review Questions.
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.
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
Representation of Data in Computer Systems
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
Text and Images Key Revision Points.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Unit 1 The History of Photography & The Camera
Data Representation Images.
Representing images.
2.01 Understand Digital Raster Graphics
Computer Systems Nat 4/5 Data Representation Lesson 4:
2.01 Understand Digital Raster Graphics
Vector vs. Bitmap.
The Colour of Light: Additive colour theory.
How to Convert Pictures into Numbers
2.01 Understand Digital Raster Graphics
Units of Measurement, Image Resolution, & Color Mode
Chapter I Digital Imaging Fundamentals
GRAPHICS Source:
Data Representation.
Computer Graphics Using “Adobe Photoshop”
Bitmap, Vector, Pixels, Resolution, Metadata.
Summer Term Year 10 Slides
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Chapter 2 Data Representation.
2.01 Understand Digital Raster Graphics
Nuts and Bolts of Digital Imaging
Computer Systems Nat 4.5 Computing Science Data Representation
Basic Concepts of Digital Imaging
Computer Systems Nat 4/5 Data Representation Lesson 4:
Non-numeric Data Representation
2.01 Understand Digital Raster Graphics
Presentation transcript:

Images Data Representation

Objectives At the end of this lesson you should be able to describe How an image is made up of pixels How each pixel can be mapped to a bit pattern How colour displays use at least one byte (8 bits) to represent up to 255 different colours How we measure image resolution in dots per inch (dpi) What effects the file size of a given image

Bit-mapped Graphics All computer graphics are represented using a series of binary digits (bits)

Monitors Typical Monitor Resolution 1024 x 768 pixels. You can often see these pixels on a TV screen, due to the lower resolution. At a simple level each pixel could be controlled by one bit. Meaning each pixel would be mapped to one bit in memory. The bit could be set to 0 or 1, black or white.

RLP Activity -> Bit Mapped Graphics Memory Screen 1 RLP Activity -> Bit Mapped Graphics

Black and white is boring… To create a colour display – each pixel is mapped to at least one byte (8 binary digits) in memory Each Pixel can now be any one of 28 or 256 different colours.

Colour All colour images are made up of RED, GREEN and BLUE. These can have any value from 0 to 255. Blue – R – 0 G – 0 B -255

Memory Screen B A A 1 B

Graphical Methods Colour Bit Pattern Black White 1 Colour Bit Pattern White 1 Colour Bit Pattern R G B Black Blue 1 Green Cyan Red Magenta Yellow White 1 bit colour 3 bit colour

Colours 1 bit gives 2 possible colours. 3 bits gives 8 different colours 4 bits gives us 24 which is 16 colours 8 bits gives 28 which is 256 colours. The more frequently used 24 bits give 224 colours which is equal to 16,777,216 colours (16 million)

Resolution The resolution of an image is measured in dots-per-inch (dpi), also known as pixels-per-inch (ppi). The dpi determines the amount of detail the image has If the image is to be displayed on a computer the resolution should be in the range 72 dpi. If image is in print, then it is usually best to set the dpi to the highest number you can - around 300 dpi

RLP Activity -> Image Rep DPI 2000px 12.6 Inches 2000px 16.2 Inches RLP Activity -> Image Rep

File Sizes An image file size is dependant on the number of pixels which in turn is dependant on Colour depth (how many bits used to describe the colours Resolution (in dpi)

File Sizes Black and white (gray scale) image 300  dpi and print size of 8 inches  x 12 inches File size is determined by the number of pixels Since the resolution is 300 dpi each inch has 300 pixels across The image is 8 inches across so there are 2,400 pixels (8 x 300) across The image is 12 inches down so there are 3,600 pixels (12 x 300) down To get the total we multiply (across x down) and the answer is 8,640,000 pixels (2400 x 3600) We now know how many pixels are in the image In a grayscale image each pixel is 8 bits (1 byte) in file size. So in total the image of 8,640,000 pixels has a file size of 8,640,000 bytes or about 8.2 MB (divide by 1024) Or if you wanted it in RGB colour multiply that figure by 3 to give a 24 MB image. File size dependant on number of pixels Resolution Colour Depth

Continue with the worksheet Activity Continue with the worksheet

In dots per inch (dpi) which equates to pixels per inch (ppi) Plenary What are digital images made up of? How many colours can be displayed using 3 bits? How do we measure the resolution of a high definition image? What affects the file size of an image? pixels 8 In dots per inch (dpi) which equates to pixels per inch (ppi) How many pixels need to be stored, which in turn is dependant on resolution and colour depth