Representation of Data in Computer Systems

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Advertisements

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.
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
V Obtained from a summer workshop in Guildford County July, 2014
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Higher Computing Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
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.
Vector vs. Bitmap
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 1. Data Representation Data Representation – Why do we use binary? simplicity,
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
Graphics A graphics program allows you to combine pictures and text in many different ways. Features – General Level Draw graphics Enter Text Common Tools.
AS LEVEL ICT2 Processing Different Types of Information.
Data Representation The method of data representation in a computer system depends upon the type of data which is being used. Three types of data are considered.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Revision – part one. Starter – keywords... Revision list Data Representation Units of data.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
Quiz # 1 Chapters 1,2, & 3.
Representation of Images You need to know: (k) explain the representation of an image as a series of pixels represented in binary (l) explain the need.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
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…
Resolution The resolution of an image is determined by the number of individually addressable points that make up the image, whether it is the number.
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.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Guilford County SciVis V104.03
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Storage Requirements Computer Systems.
Text and Images Key Revision Points.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Lesson Objectives Aims You should be able to:
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Images Data Representation.
Data Representation Images.
Representing images.
Image and Sound Representation
Data representation – Sound.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Computer Science Higher
Vector vs. Bitmap.
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Intermediate 2 Computing
Learning Intention I will learn how a computer stores graphics.
GRAPHICS Source:
File size and image quality
An Introduction to Scanning and Storing Photographs and Graphics
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Summer Term Year 10 Slides
Computer Systems Nat 4.5 Computing Science Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
WJEC GCSE Computer Science
Presentation transcript:

Representation of Data in Computer Systems Images

Activity 1 5 minutes to complete the starter sheet. Today’s keywords pixels metadata Colour depth Image resolution Lossy compression Dots Per Inch (DPI) Black = 1 White = 0

Introduction Representing Images Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Representing Images As we already know, computers can only deal with 0s and 1s (binary). Whenever a computer represents anything (numbers, characters etc) it has to do so in binary. It is exactly the same with images. Images are represented in binary…

How are images stored? Bitmaps Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Bitmaps Bitmap images are made up of rows of “dots” called “pixels” (picture elements). Each pixel is represented by a binary number. Behind the scenes, this 1 bit image (with each colour represented by a bit) is in fact a series of numbers.

Effects of Resolution on the Quality and File Size of an Image Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Dots Per Inch (DPI) / Resolution How can we improve the quality of the image in terms of ‘how defined’ the image is? The answer is that we pack more pixels into the same space. HD movies and images give the illusion of higher quality pictures because the pixels are smaller giving more detail and making the image less ‘blocky’ or ‘pixelated’. Higher DPI means higher resolution which in turn means a more defined image! …but also more data and therefore a bigger file size!

Effects of Resolution on the Quality and File Size of an Image Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Dots Per Inch (DPI) / Resolution Higher DPI means higher resolution which in turn means a more defined image! …but also more data and therefore a bigger file size!

…but also more data and therefore a bigger file size! Effects of Resolution on the Quality and File Size of an Image Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Dots Per Inch (DPI) / Resolution Higher DPI means higher resolution which in turn means a more defined image! …but also more data and therefore a bigger file size!

…but also more data and therefore a bigger file size! Effects of Resolution on the Quality and File Size of an Image Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Dots Per Inch (DPI) / Resolution Higher DPI means higher resolution which in turn means a more defined image! …but also more data and therefore a bigger file size!

…but also more data is needed therefore increasing the file size! Effects of Colour Depth on the Quality & File Size of an Image Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Colour Depth How can we improve the quality of the image in terms of ‘its depth in colour’? The answer is that we have more colours to choose from for each pixel. The greater range of colours makes the image look more ‘real’. Higher number of colours that a pixel could be means higher colour depth which in turn means a more real looking image! …but also more data is needed therefore increasing the file size!

Effects of Colour Depth on the Quality & File Size of an Image The greater the number of colours in the image the better the quality but the more storage space is taken to save the image and the more memory (RAM) is needed to display the image. 1 bit 2 possible colours Black or white (monochrome) 1 4 bit 16 possible colours (0-15) …in one pixel 8 4 2 1

Effects of Colour Depth on the Quality & File Size of an Image 8 bit colour depth (High Colour) 256 possible colours (0-255) 24 bit (True Colour) 16,777,216 possible colours!

24 bit colour depth (True Colour) 8 bits 11111111 8 bits 11111111 8 bits 11111111 = 24 bits 111111111111111111111111 256 x 256 x 256 = 16,777,216 possible colours!

How are images stored? Summary Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Summary Bitmap images are made up of rows of “dots” called “pixels” (picture elements) The greater the number of “dots per inch” (pixels), the higher the quality but also the larger the file size as it holds more pixels / data. Also, the more colours, the more real the image looks but the bigger the file size as each pixel is generated from a larger binary number, therefore more data.

Metadata Metadata Learning Objectives: (a) Explain the representation of an image as a series of pixels represented in binary. (b) Explain the need for metadata to be included in the file such as height, width and colour depth. (c) Discuss the effect of colour depth and resolution on the size of the image file. Metadata Because images are stored as binary numbers, the computer needs to be told how to interpret the numbers to produce the image. It needs to be told the height and width or the image (in pixels) and the colour depth. Once known it can work its way through the binary numbers, interpreting them correctly and produce the intended image on the screen. This is basically “data about data” and it is known as METADATA. With metadata the computer user (you!) can make sense of all the binary data.

Recap: what factors affect image quality & file size?