What do these words mean to you?

Slides:



Advertisements
Similar presentations
1. WHAT IS A DIGITAL IMAGE? LO: Understand how a digital image is made up and be able to recognise the affect changing the resolution has on an image.
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.
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
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.
COLOURS.
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.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
Image Processing & Perception Sec 9-11 Web Design.
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.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
Number Systems CIT Network Math
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
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.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
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.
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
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
What do you think this lesson is all about? Write your answer on a sticky note.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
Text and Images Key Revision Points.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Data Representation Images.
Representing images.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Binary Representation in Audio and Images
Computer Science Higher
Image Processing & Perception
Intermediate 2 Computing
Butterfly Maths Each caterpillar must be coloured the correct pattern for it to turn into a butterfly. Work out each problem to know how to colour each.
GRAPHICS Source:
Images in Binary.
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
Like.
Colour Phrase Random Slide Show Menu
Colours.
Pixels.
What Color is it?.
©
©
Computer Systems Nat 4.5 Computing Science Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Creating an Image Using a Text File
Sight Words
Binary pixel challenge 1
WJEC GCSE Computer Science
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

What do these words mean to you? Images Image Picture Pixel Bitmap Colour Depth What do these words mean to you? This slide is designed as a starting point to find a baseline of understanding.

Most images are what we called (enter your answer here) When you zoom in the image is made up of little dots – do you know what these are called? (Write your answer here)

Most images are what we call bitmaps Each dot or pixel is represented by a series of 1s and (answer here). The computer has to convert an image to binary to process it and output it to the screen.

Most images are what we call bitmaps How many different combinations do you think we need if we just have black and white in our image?

Most images are what we call bitmaps 1 could represent black and 0 could represent white – so just two colours – 1010 would be black-white-black-white 1 bit per pixel (0 or 1): two possible colours

What about four colours? Colour Depth What about four colours?

We’d need to use our 1s and 0s in pairs – Colour Depth We’d need to use our 1s and 0s in pairs – 00 = red, 01 = green, 10 = blue and 11 = orange 2 bits per pixel (00 to 11): four possible colours

Most images are what we call bitmaps 3 bits per pixel (000 to 111): eight possible colours 4 bits per pixel (0000 – 1111): 16 possible colours … 16 bits per pixel (0000 0000 0000 0000 – 1111 1111 1111 1111): over 65 0000 possible colours The number of bits used to store each pixel is called the colour depth. Images with more colours need more pixels to store each available colour. This means that images that use lots of colours are stored in larger files.

Most images are what we call bitmaps Colour depth Available colours 1-bit 21 = 2 2-bit 22 = 4 (2x2) 3-bit 23 = 8 (2x2x2) 4-bit 24 = 16 (2x2x2x2) 5-bit 25 = 32 6-bit 26 = 64 7-bit 27 = 128 8-bit 28 = 256 The greater the colour depth (bits per pixel), the more colours are available. http://www.bbc.co.uk/education/guides/zqyrq6f/revision/2

https://jumk.de/color-calculator/ Click on the following link and enter the following colours in the Binary Column https://jumk.de/color-calculator/ https://jumk.de/color-calculator/ Red Green Blue Colour 11111111 00000000 01010101 Pink Purple Sky Blue This slide is designed as a starting point to find a baseline of understanding.

Explain your understanding of the words below: Meanings Bitmap Pixel Colour Depth RGB Metadata This slide is designed as a starting point to find a baseline of understanding.

Enter the Binary numbers into each box Enter the Binary numbers into each box. The first 2 have been done for you

1Bit Bitmap 0000000000 0111001110 Activity 1: 1Bit Bitmap Write out a series of 1s and 0s to make a black and white image in the 10x10 grid below. Write the binary bit code for a 1Bit Bitmap in the separate binary bit code sheet. Then give this code to your neighbour and see if they can recreate your image correctly. Bit Pattern 0000000000 0111001110 1

You may need to test your codes into the following website: 4Bit Bitmap Activity 2: Write the binary bit code for the 4Bit Bitmap (16 colours) in the binary bit code column. Then get a friend to colour it in in the 10x10 grid. Bit Pattern You may need to test your codes into the following website: https://jumk.de/color-calculator/

You may need to test your codes into the following website: 8 Bit Bitmap Activity 3 (Extension) Write the binary bit code for the 8Bit Bitmap (256 colours) in the binary bit code column. Then get a friend to colour it in in the 10x10 grid. (You will need to go to More colours to specify your colour).     You may need to test your codes into the following website: https://jumk.de/color-calculator/