Bitmap Basics Review Refresher from Year 8.

Slides:



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

Computer Science 101 RGB Color System. Simplified Introduction to Color Vision Go to How We See: The First Steps of Human Vision or Color Vision for more.
Color COM 366 Web Design & Production. RGB color Amount of light in each channel Closer to 255, whiter color gets Every color has value for red,
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
Designing for Web stuff you need to know before you start.
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
CS110: Computers and the Internet Color and Image Representation.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
Color Names All standards-compliant browsers should handle these color names These color names can be used with the CSS properties of color and background-color.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
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.
Getting the Basics Graphics for the Web McIntyre, Period 2 Kellogg, Period 5.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Binary Numbers. Remember we count using the decimal system or Base 10. That means there are 10 symbols: 0,1,2,3,4,5,6,7,8 and 9 Computers use the Binary.
Multimedia in Web Images. A Picture Tells A Thousand Words Forms of Images Photograph Painting Symbol Logo Flag Map Diagram Functions Provide facts Explain.
Number Representations What all the numbers can mean.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Digital Media Lecture 4.1: Image Encoding Practice Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Digital imaging and web design ©2003, Mark Rayner Colour, Graphics & Layout How we see Colour systems Graphic files Composition.
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.
CS 111 – Sept. 3 More data representation Review hex notation Text –ASCII and Unicode Sound and images Commitment: –For Wednesday: Please read pp
Bitmap images Resizing bitmaps Vector images Why are there so many image file formats? Resolution and Scanning “Bits” and.bmp files Photo editors JPG file.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. Bits and Bytes.
 By Bob “The Bird” Fiske & Anita “The Snail” Cost.
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.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
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.
Computer Graphic. Raster graphics In computer graphics, a raster graphics image, digital image, or bitmap, is a data structure representing a generally.
WHY HEXADECIMAL?. Why bother with Hexadecimal? 1. Binary numbers are difficult for us to work with. 2. Hexadecimal can be used as “shorthand” for binary.
Text and Images Key Revision Points.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Unit 1 The History of Photography & The Camera
Images Data Representation.
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Data Representation Images.
Hexadecimal Sweet Sixteen!.
Data Representation.
Sampling, Quantization, Color Models & Indexed Color
Computer Systems Nat 4/5 Data Representation Lesson 4:
Binary Representation in Audio and Images
Computer Science Higher
How to Convert Pictures into Numbers
Digital Media Lecture 4.1: Image Encoding Practice
Intermediate 2 Computing
Raster Images CPSC 1030.
Learning Intention I will learn how a computer stores graphics.
GRAPHICS Source:
Images in Binary.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
- orange white green - cyan - red - blue Example 1 24 bit RGB
COMS 161 Introduction to Computing
Web Programming– UFCFB Lecture 7
Computer Systems Nat 4.5 Computing Science Data Representation
Do it now activity Use the coloured pencils to complete the do it now activity. Stick in your book.
- orange white green - cyan - red - blue Example 1 24 bit RGB
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Bitmap Basics Review Refresher from Year 8

We’ll actually start this new unit by reviewing what we did last year. Review of Year 8 We’ll actually start this new unit by reviewing what we did last year. That will remind us about some basic ideas and some continuing themes… Hello, I’m Herman Did you Forget me?!

bitmap images binary data Review of Year 8 Last year’s focus was ‘theory’ with bitmap images and how they’re stored in files as binary data bitmap images binary data So we’ll quickly review the key points because they’ll help our practical work making memes…

Review Page

Review – Range of Images Our digital world is filled with all kinds of imagery, from photos & clip art through to animated films Bitmap Image Vector Image 3D Animation e.g. photos e.g. clip art e.g. movies We focused on photos because we all use them LOTS!

Review – Bitmaps & Pixels Bitmaps are a grid of tiny squares or pixels

Review – Counting Pixels How many pixels in this tiny sample? 15 pixels 10 pixels 15 x 10 = ? pixels 150

Review – Counting Pixels How many pixels in the whole photo? 3,519 pixels 2,345 x 3,519 = ? pixels 8,252,055 Imagine you took this photo & clicked ‘share’. How big would the exported photo be? million 8 megapixels 8 But many colours are there in our bitmap images?

Review – Counting Colours For example, think about the colour ‘blue’ That’s 29 ‘colours’ – just for ‘blue’ ! Each needs a unique binary colour code So the more binary bits you have… …the more colour codes you can use! Let’s recall why more bits is better…

bit byte 8 bits = 1 byte So how many colour codes can you have with one or more bytes…?

128 64 32 16 8 4 2 1 8 bits = 1 byte = = 1 1 = 1 2 = 1 1 3 256 values 128 64 32 16 8 4 2 1 = 255 1 1 1 1 1 1 1 1

8 bits 1 byte 9 bits 10 bits 11 bits 12 bits 13 bits 14 bits 15 bits 16 bits 2 bytes x2 256 values 65,536values x2 512 x2 32,768 1,024 16,384 x2 x2 2,048 8,196 x2 4,096 x2 x2

x2 x2 x2 x2 x2 x2 x2 x2 256 65,536values 16.7 million ? 131,072 1 byte 2 bytes 17 bits 18 bits 19 bits 20 bits 21 bits 22 bits 23 bits 3 bytes 256 values 65,536values 16.7 million values ? values x2 x2 131,072 8,388,608 x2 x2 262,144 4,194,304 x2 x2 524,288 2,097,152 x2 1,048,576 x2

Images, Pixels & Colours GIF JPEG 8 bits = 1 byte 24 bits = 3 bytes 256 16m Colours Colours

GIF JPEG GIFs & One Byte Sky & sea not ‘smooth’ More bits 8 bits = 1 byte 24 bits = 3 bytes Sky & sea not ‘smooth’ More bits GIF can’t do all colours So more colours ‘Posterised’ ‘True colour’ But can do animation!

Review Page

Review Page

JPEGs & Three Bytes So each of the three primary colours can have a value from 0 to 255 You can write these colour codes in binary (eg 111111110000000000000000) Or you can use those hex codes like you can in Fireworks (eg FF0000) But it’s easiest to use decimal RGB codes… decimal RGB codes

Red Green Blue RGB (255, 0, 0) = ? Red R G B 255 1 1 1 1 1 1 1 1

RGB (255, 255, 0) = ? Yellow Red Green Blue R G B 255 255 1 1 1 1 1 1 RGB (255, 255, 0) = ? Yellow R G B 255 255 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

RGB (0,255, 255) = ? Cyan Red Green Blue R G B 255 255 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 RGB (0,255, 255) = ? Cyan R G B 255 255 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Your Book 255 255 255 Just so students know what’s coming up