GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.

Slides:



Advertisements
Similar presentations
Pixels and Digital Images Yrd. Doc. Dr. Ahmet Sayar Kocaeli Universitesi Bilgisayar Muhendisligi Ileri Bilgisayar Grafikleri.
Advertisements

Lecture 2 Concepts, Terms and Definitions. Display Devices They are divided into a lot of small squares called pixels (“PICture ELements”). Each pixel.
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Capturing and optimising digital images for research Gilles Couzin.
Resolving the Problem Resolution: Concepts & Definitions.
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
BINARY LOGIC AND IMAGES… There I will shows you all information I found on internet about binary logic and images…
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
© GCSE Computing Candidates should be able to:  explain the representation of an image as a series of pixels represented in binary  explain the need.
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.
Vector vs. Bitmap
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
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.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Graphics workshop Library and Information Services University of St Andrews.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
44212: Web-site Development Optimising Images for Web-pages Ian Perry Room:C49 Extension:7287
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.
CS1033 Pixel and Resolution
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.
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.
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.
Sci Vis I Exam Review Most Missed Review Questions.
Representation of Data in Computer Systems
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Guilford County SciVis V104.03
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
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.
Computer Systems Nat 4/5 Data Representation Lesson 4:
CS Principles U2L3 Encoding B&W Images.
Learning Intention I will learn how a computer stores graphics.
GRAPHICS Source:
LET’S LEARN ABOUT 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
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the effect of colour depth and resolution on the size of an image file. COULD explain the representation of an image as a series of pixels represented in binary Create an app that will display any given image at the centre of the screen.

GCSE Computing#BristolMet Starter Login to codecademy and work through Javascript tutorials. Those with feedback are to answer questions set.

GCSE Computing#BristolMet Representing Data: Images What are the differences between these 2 images: This is called a bitmap image which is made of a number of coloured dots called pixels This is a vector graphic which has program of a instructions to draw the image therefore keeping its proportions.

GCSE Computing#BristolMet Representing Data: Images Images are stored in computers as binary data. The data is interpreted by the processor and displayed according to the data it is given. Bitmap images consist of a number of boxes of colour, called pixels (picture elements). Pixel – The smallest element of an image. The dots make the image on screen. The dimensions of the image above are 8 x 5 pixels. If this is a 1 bit image (1 bit per pixel or 1bpp) it would have 2 values per pixel, 0 for white and 1 for black. TASK: Draw the image from the following binary data: EXT: Give 2 technical explanations of how this picture could be improved?

GCSE Computing#BristolMet Representing Data: Images The above image contains 40 pixels. If this was stored in an 8 bit file then it would account for 5 bytes of data (8 x 5) / 8 = 5 bytes TASK 2: If each pixel was expanded to hold 2 bits, then 2 shades of grey could be used i.e 00 is white, 01 is light grey, 10 is dark grey and 11 is black. a) How large would the image file size be now?

GCSE Computing#BristolMet Representing Data: Images b)A good quality monochrome picture would use 8 bits to represent each pixel (8 bpp or one byte), therefore 256 different shades can be achieved. How large would the file size now be? Show your working. c)If the picture was in colour, each pixel would need a red, green and blue value, so each pixel would need a minimum of 3 bytes. What would the minimum memory requirement be for storing the file in colour? Show your working d)If the resolution of the image was increased (the number of pixels used to create the image) to a size of 1600 x 1000, and keeping the same colour depth, what would the minimum file size now be?

GCSE Computing#BristolMet Recap Key Terms: Resolution: The concentration of pixels used to create an image (usually measured in dots or pixels per inch, dpi or ppi) Colour depth (or bit depth): The number of bits used for each pixel or dot. The more bits the more colours that can be represented. Metadata: Information about the image which the computer needs to recreate the image correctly from a binary data file. Must contain height and width in pixels, and colour depth in bpp (bits per pixel) Height & Width in pixels (8 x 5) Colour depth: bits per pixel, bpp (2 bpp)