Pixels.

Slides:



Advertisements
Similar presentations
Output Devices What is Output? Output is data that has been processed into a useful form. ICT Tools: Output Devices.
Advertisements

Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
FAX and TIFF Modified Huffman coding is used in fax machines.
Information Representation
Video Graphics Video Graphic Equipment Fundamentals of Graphic Design What & How Graphics Communicate.
Choose the right picture
Javascript & HTML5 Intro. Why Javascript? Next big thing in online games Flash is slowly on its way out Can be coded via any text editor, flash costs.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
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.
Types of Data. Numbers Text Pictures Sound Video.
Coatbridge High School 10 Commandments For Good Design Layouts.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
Binary Numbers Or… what’s on your DVD? How does your computer show numbers, letters and pictures?
Computing Actual Lengths from a Scale Drawing. Scale Where have you seen this term used? Scale is the ratio of size between the actual object and a model.
An introduction to audio/video compression Dr. Malcolm Wilson.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
1 MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - TEXT. 2 What is Text? the basic element of most multimedia the basic element of most multimedia consisting of.
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.
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.
Simple Turing Graphics Woof, Bark, Bark. The Screen (0,0)(600,0) (600,400)(0,400) (150,300) First line of code: View.Set(“graphics:600;400”)
Representation of Data in Computer Systems
Codes and Conventions of contents pages. By Eleanor Raftery.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Data Representation: Sound
AP CSP: Pixelation – B&W/Color Images
Binary System
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
PROPERTY OF PIMA COUNTY JTED, 2011
UNIT 2 – LESSON 3 Encoding B&W Images.
Lesson 2-3 AP Computer Science Principles
Animations.
Computer Systems Nat 4/5 Data Representation Lesson 4:
South African Flag The South African flag contains the most colours of any national flag. Can you colour it in here? RED WHITE YELLOW WHITE BLACK GREEN.
CS Principles U2L3 Encoding B&W Images.
Automatic lights.
How many words can you make from
INTEGERS AND ABSOLUTE VALUE
Chapter I Digital Imaging Fundamentals
Learning Intention I will learn how a computer stores graphics.
Look at Me Mod 4 Lesson 3 Graphics Module 4- Build a Game.
Images in Binary.
Code Elements and Processing Coordinate System
Data Representation.
Set 9 white know black its her yes funny eat came try.
What do these words mean to you?
Colours.
Annotated(mockup)& Layout Diagrams
Lesson 3 & 4: Encoding Images
Code Elements and Processing Coordinate System
Why use Binary? It is a two state system (on/off) which makes it simple to operate Even if degradation of current occurs (ie a slight drop in voltage)
This is one block/pixel
Bell Ringer 10/8/12 Which of the following expressions will not equal 2 when x= 1? a) 1/2 (8x - 4) b) -4x + 1 c) 4x - 2 d) -4x + 6 e.) x.
Learning Spaces Do you have a space for large group meetings?
Half Term 1 Please type your name here:.
EXPLORING SLOPE.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Lesson 3 & 4: Encoding Images
CLICK TO START.
We’ll Always Do Right Level 3.
CLICK TO START.
Binary pixel challenge 1
WJEC GCSE Computer Science
We’ll Always Do Right Level 2.
We’ll Always Do Right Level 1.
Presentation transcript:

Pixels

“How does a computer store the detail of a picture”

pixel PICTURE ELEMENT a

a

Draw the letter a

a Click when done

But how does the computer store this?

The first line consists of one white pixel, then three black, then one white. The the first line is represented as 1, 3, 1. The first number always relates to the number of white pixels. If the first pixel is black the line will begin with a zero.

What do you know so far?

Picture one easy

Try Picture Two or Three

What's is it all about ‘run-length coding’ What about colour?

Your questions