Year 8 Unit 2 Bitmap Graphics

Slides:



Advertisements
Similar presentations
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Advertisements

Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Skills: none Concepts: an image representation code, the number of bits in a code, the amount of information in an image This work is licensed under a.
© red ©
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
©Brooks/Cole, 2003 Chapter 2 Data Representation.
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.
Representing Nonnumeric Data Everything is really a number.
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.
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.
Types of Data. Numbers Text Pictures Sound Video.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
Digital Media Lecture 4.1: Image Encoding Practice Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
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.
Data Representation The storage of Text Numbers Graphics.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
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.
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.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
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.
Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
Digital Media Lecture 4.2: Image Encoding Practice Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Introduction to Vector Graphics Graphics. Graphics L1 Introduction to Vector Graphics Learning Objectives All to create and manipulate a simple group.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Data Representation: Sound
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Images Data Representation.
Data Representation Images.
Representing images.
Bitmap Basics Review Refresher from Year 8.
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Computer Systems Nat 4/5 Data Representation Lesson 4:
Binary Representation in Audio and Images
Computer Science Higher
How to Convert Pictures into Numbers
Binary 4 File Sizes.
Digital Media Lecture 4.1: Image Encoding Practice
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Intermediate 2 Computing
Raster Images CPSC 1030.
Representing Nonnumeric Data
Chapter I Digital Imaging Fundamentals
Learning Intention I will learn how a computer stores graphics.
GRAPHICS Source:
Images in Binary.
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
Colours.
Chapter 2 Data Representation.
What Color is it?.
Computer Systems Nat 4.5 Computing Science Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Non-numeric Data Representation
Shapes.
WJEC GCSE Computer Science
Presentation transcript:

Year 8 Unit 2 Bitmap Graphics

Today’s Aims 1 Start to understand the terms bitmap, pixel and resolution 2 Start to grasp how colour depth sets the number of colours in an image 3 See links between how we use binary to handle numbers and colours

Bitmaps You know computers handle different kinds of images – but here’s what makes bitmaps special… Vector 3D Bitmap Shapes & fills Wireframes Pixels e.g. Clip art e.g. Movies e.g. Photos

Pixels Are the tiny coloured squares that make-up bitmap images such as photos… Each pixel is a single colour So each colour needs its own binary code And there are a LOT of pixels in a photo…

Resolution So how many pixels in this tiny sample? 15 pixels 10 pixels 15 x 10 = ? pixels 150

Resolution 2,345 x 3,519 = ? pixels 8,252,055 million 8 megapixels 8 How many pixels in the whole photo? 2,345 pixels 2,345 x 3,519 = ? pixels 8,252,055 million 8 3,519 pixels megapixels 8

2. Bitmap Basics Images such as photos are called bitmaps. x/9/18 Images such as photos are called bitmaps. They are made from a grid of tiny squares called pixels. Each pixel’s colour is stored as a number in binary.

Colour Depth Imagine a computer that works with just 1 bit How many colours could it use? White 1 Black 1 1 bit has 2 values so can handle 2 colours

Each pixel’s colour is stored as a number in binary. 1 1 This example uses just one bit that’s either 0 or 1. So you can only have 2 colours eg black & white. To store more colours, you need more bits. This is called colour depth:

Colour Depth Now imagine the computer can use 2 bits How many colours could it now use? Black White 1 Red Blue 01 00 10 11 1 1 1 1 2 bits have 4 values so can handle 4 colours

Spot anything familiar? Colour Depth Now imagine the computer can use 2 bits How many colours could it now use? Black White 1 Red Blue 01 00 10 11 1 1 1 1 1 1 1 1 Spot anything familiar? 2 bits have 4 values

Spot anything familiar? 1 1 1 1 It’s that same binary number pattern! Spot anything familiar?

Colour Depth Next, what if the computer uses 3 bits How many colours could it cope with now? 4s 2s 1s =0 1 =1 1 =2 1 1 =3 1 =4 1 1 =5 1 1 =6 1 1 1 =7 3 bits have 8 values so can handle 8 colours

Colour Depth Next, what if the computer uses 3 bits How many colours could it cope with now? Black White Red Blue 1 Orange Green Grey Yellow 111 001 110 101 010 100 1 1 1 1 110 011 000 1 1 1 1 1 1 1 1 3 bits have 8 values so can handle 8 colours

Spot anything else familiar? Colour Depth Do you recognise a number pattern here? 1 bit = 2 colours x2 bits = 2 4 colours x2 = bits colours 3 8 x2 = colours 4 bits 16 x2 = colours x2 5 bits 32 = colours x2 6 bits 64 = Spot anything else familiar? 7 bits 128 colours x2 bits 8 = 1 byte 256 colours

Spot anything else familiar? Colour Depth Do you recognise a pattern here? 1 bit = 2 colours x2 2 bits = 4 colours x2 = colours 3 bits 8 x2 = colours 4 bits 16 x2 = colours x2 5 bits 32 = colours x2 6 bits 64 = colours Spot anything else familiar? 7 bits 128 x2 bits = colours 1 byte 8 256

Spot anything else familiar? x2 x2 x2 x2 x2 x2 128 64 32 16 8 4 2 128s 64s 32s 16s 8s 4s 2s 1s 1 1 1 = ? 42 It’s that pattern of place values we used with binary! Spot anything else familiar?

Colour Depth So this number pattern is all about doubling – again! 1 bit = 2 colours bits = 2 4 colours = bits colours 3 8 = 4 bits colours 16 = colours 5 bits 32 = colours 6 bits 64 = 7 bits 128 colours bits 1 byte 8 = 256 colours And here’s another way to show that same pattern…

Can you see the pattern here? 1 bit 2 bits 3 bits 4 bits 5 bits x2 x2 x2 x2 2 values 4 values 8 values 16 values 32 values Can you see the pattern here?

1 bit 2 bits 3 bits 4 bits 5 bits 6 bits 7bits 8 bits 8 bits = 1 byte x2 x2 x2 x2 x2 x2 x2 2 values 4 values 8 values 16 values 32 values 64 values ? values ? values 128 values ? values 256 values

To store more colours, you need more bits. This is called colour depth: 1 bit = 2 colours x2 2 bits = 4 colours x2 3 bits = 8 colours x2 4 bits = 16 colours 5 bits = 32 colours 6 bits = 64 colours 7 bits = 128 colours 8 bits = 256 colours

Today’s Aims 1 Start to understand the terms bitmap, pixel and resolution 2 Start to grasp how colour depth sets the number of colours in an image 3 See links between how we use binary to handle numbers and colours