Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.

Slides:



Advertisements
Similar presentations
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Advertisements

Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
8.2 PICTURE IT Graphic Types and Their Uses. What Are Graphics?  Graphics are pictures/images  They could be images taken on a digital camera or scanned.
Ann Ware Digital Imaging 101. Digital Image Categories BITMAPVECTOR A bitmap is an image created with pixels (small squares of color) The number of pixels.
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
Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.
Graphic Images 101. Painted on a grid Drawn mathematically.
Dedicated Vector and Bitmap editing software.
Data Handling Topic 1. Data Data is the raw material entered into a computer system. This raw material could be text, numbers, graphics, audio, animation.
Higher Computing Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Bits & Bytes: How Computers Represent Data
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.
1 Computer Graphics Part 2: Images. 2 What is an image?  An image is the graphical and visual representation of some information that can be displayed.
Graphics and Animation Multimedia Projects Part 2.
Types of Data. Numbers Text Pictures Sound Video.
Digital imaging. Two types of graphic Bitmap Vector.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
Image formats. Basic terminologies… Pixels: Pixels are the building blocks of every digital image. a pixel is a single point in a graphic image. Resolutions:
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.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Raster vs Vector Graphics And Other Digital Terms.
Vector vs. Raster Objectives:
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Vector Graphics Multimedia Technology. Object Orientated Data Types Created on a computer not by sampling real world information Details are stored on.
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.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Digital imaging. Two types of graphic Bitmap Vector.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
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.
Raster vs. Vector 2.02 Understand Digital Vector Graphics.
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Ms Taylor. L.I. 1.I will learn about Vector and Raster graphics 2.I will learn about the advantages and disadvantages of both types of graphics 3.I will.
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
Mohammed AM Dwikat CIS Department Digital Image.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Introduction to Vector Graphics Graphics. Graphics L1 Introduction to Vector Graphics Learning Objectives All to create and manipulate a simple group.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Digital Imaging 101 Ann Ware.
Vector (Shapes) vs. Raster (Pixels)
Higher Graphic Communication
Computer Systems Nat 4/5 Data Representation Lesson 4:
Vector vs. Bitmap.
Pixel, Resolution, Image Size
Binary 4 File Sizes.
Intermediate 2 Computing
Higher Graphic Communication
Chapter I Digital Imaging Fundamentals
Learning Intention I will learn how a computer stores graphics.
Digital Images.
Images in Binary.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
Summer Term Year 10 Slides
Vector (Shapes) vs. Raster (Pixels)
Computer Systems Nat 4.5 Computing Science Data Representation
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Bitmap Graphics Graphics

Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that the number of bits per pixel determines the number of available colours for an image Compare the different characteristics, strengths and uses of vector and bitmap images Manipulate vector and bitmap images

Graphics L2 Bitmap Graphics What are Bitmap graphics? A Bitmap graphic is also known as a Raster graphic A bitmap graphic is composed of tiny squares, called pixels It is possible to edit each individual pixel. The computer stores information about the colour value of every pixel in the image. This can mean a large file size Resizing a Bitmap graphic causes it to pixelate and lose quality

Graphics L2 Bitmap Graphics Representing Graphics Images are made up of Pixels (Picture Elements) Each pixel is set to one colour Together they look like an image Pixels small enough are unidentifiable

Graphics L2 Bitmap Graphics Using Picture Elements for an Image Not a new idea to use small squares of colour The ancient Romans created mosaics

Graphics L2 Bitmap Graphics Modern Picture Elements Structured in a Grid Each pixel is given a numeric value Each value represents one colour

Graphics L2 Bitmap Graphics Creating an Image Each Pixel is given a binary value Each value represents a different colour Using one bit per pixel allows only 2 values, 0 and 1 1 = White, 0 = Black

Graphics L2 Bitmap Graphics Creating an Image More bits per pixel = more colour combinations – 1 bit = 2 Colours – 2 bits = 4 Colours – 3 bits = 8 Colours – 4 bits = 16 Colours How many bits per pixel required for 256 colours? =11 = 01 =10 =

Graphics L2 Bitmap Graphics Bits and Bytes 0 or a 1=1 Bit (Binary Digit) 8 Bits=1 Byte 1024 Bytes=1 Kilobyte (Kb) 1024 Kb=1 Megabyte (Mb) 1024 Mb =1 Gigabyte (Gb)

Graphics L2 Bitmap Graphics Colours vs File Size How many bits in this picture? What if each pixel was one of 256 colours? How does the number of colours affect file size?

Graphics L2 Bitmap Graphics Bitmap images are used for... Digital camera images Scanned Images Magazine covers Photographs

Graphics L2 Bitmap Graphics Natural porcelain skin? Photo-editing can manipulate individual pixels using a Bitmap file format such as.jpg or.png

Graphics L2 Bitmap Graphics How a camera ‘sees’ an image Each tiny square on the sensor captures the average light value of the colours it ‘sees’ This is interpreted as a colour and becomes a pixel of solid colour

Graphics L2 Bitmap Graphics Bitmap or Vector graphic? Will the image need to be resized? Will the image need to be drawn to scale? Will the image need to be realistic? Are there any restrictions on file size?

Graphics L2 Bitmap Graphics Simple Vector Art Comprises 2D or 3D geometric shapes

Graphics L2 Bitmap Graphics Exploding a vector image Ungroup the shapes You can isolate individual elements and change their properties

Graphics L2 Bitmap Graphics Pixelation

Graphics L2 Bitmap Graphics Comparing Bitmap graphicsVector graphics Made up ofColoured pixelsObjects File sizeLargeSmall ResizingLose qualityNo loss of quality AppearanceRealCartoon-like File formats.bmp.jpg.gif.svg.wmf