Images in Binary.

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: the amount of information in an image This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
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
Data starts with width and height of image Then an array of pixel values (colors) The number of elements in this array is width times height Colors can.
Higher Computing Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 1. Data Representation Data Representation – Why do we use binary? simplicity,
Shawlands Academy Higher Computing Data Representation.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
AS LEVEL ICT2 Processing Different Types of Information.
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.
File Sizes & Storage Requirements.  An image has a width in pixels and a height in pixels  Start by calculating the number of pixels all up  640 x.
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.
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.
Why a bitmap (.bmp), not a.jpg? If you cannot save a.bmp, make it an uncompressed.tif. Compression (of this 8-bit 397,000 pixel image): none (397kb memory)medium.
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.
POWERPOINT PLUS 11/17/07 Class Notes. WHAT IS A PIXEL A pixel is a number that represents the intensity of light at a square spot in the picture. Pixels.
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.
Rectangles and Multiplication Here is a rectangle with sides 3 and 7. The total number of squares can be found by multiplying 3 and
Week 9 Monitors and output to the screen. Monitors, also known as Visual display units (V.D.Us) Desktop computers contain a Cathode Ray Tube (C.R.T.)
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.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
Introduction to Vector Graphics Graphics. Graphics L1 Introduction to Vector Graphics Learning Objectives All to create and manipulate a simple group.
© 2016 AQA. Created by Teachit for AQA Character encoding and Representing images Lesson.
Text and Images Key Revision Points.
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
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
File Compression 3.3.
Images Data Representation.
Data Representation Images.
Bitmap Basics Review Refresher from Year 8.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Computer Science Higher
How to Convert Pictures into Numbers
Binary 4 File Sizes.
Compression (of this 8-bit 397,000 pixel image):
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Intermediate 2 Computing
GRAPHICS Source:
Binary Code  
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
- orange white green - cyan - red - blue Example 1 24 bit RGB
Lesson 3 & 4: Encoding Images
Computer Systems Nat 4.5 Computing Science Data Representation
Option: Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Can you calculate the actual file size of a computer image
Lesson 3 & 4: Encoding Images
Option: Data Representation
- orange white green - cyan - red - blue Example 1 24 bit RGB
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Images in Binary

Bitmap images Binary can be used to create bitmap images. Bitmap images are made up of a grid (or map) of pixels. Each pixel is assigned a binary code to represent it’s colour. Here 1 means black and 0 means white. 1

Bitmap images Binary can be used to create bitmap images. Bitmap images are made up of a grid (or map) of pixels. Each pixel is assigned a binary code to represent it’s colour. Here 1 means black and 0 means white. 1 File size = 10 bytes

File size The more bits you use per pixel the more colours you can have. 1 bit = two colours because there are two combinations (0,1). 2 bits = four colours because there are four combinations. (11,00,10,01). But the more pixels you use the larger the file size. 11 10 00 01 File size = 20 bytes 8 bits = 1 byte File size = 20 bytes

File size 8 bits = 1 byte File size = 20 bytes 10 squares down 11 10 00 01 10 squares down 8 squares across 2 bits in each square 10 x 8 = 80 - we now know we have 80 squares. 80 x 2 = 160 – we did this because there are 2 bits in each square 160/8 = 20 – we did this because we need to know the size in bytes. 20bytes 8 bits = 1 byte File size = 20 bytes

Pixel art

Challenge 1: Use the spreadsheet in activity 1 to create some pixel art using binary.

Challenge 2: Use the spreadsheet in activity 2 to help you calculate the file size of an image.

Plenary Unit 10: Electronics 1 1 What is the file size of this image in bytes? 10 bytes!