Digital imaging. Two types of graphic Bitmap Vector.

Slides:



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

 Thumbnails are used to show a library of images in a small space.  When you click on the thumbnail image the full size image appears.
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.
How do bitmapped graphics differ? Bitmaps are the most common type of picture format. Vector images are inherently different from bitmap images.
File Formats By Jack Turner. Raster (Bitmap) Raster or bitmap is a dot matrix data structure, containing columns of dots and rows, of a graphics image.
Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Fonts Typeface Typography. Leading Spacing between lines.
Digital Art is Interactive Visual Art. How has art been changed because of technology ?
BITMAP & VECTOR GRAPHICS Art Fundamentals of Graphic Design.
Unit 1 Selby High School Fireworks Lesson Objectives To summarise and explain the difference between bitmap and vector images To peer/self assess work.
Images you see on your screen are made up of these things called pixels. A screen will show over 1 million pixels and then a computer has to do what it.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
1 Creating Web Graphics Outline 2.1 Graphics Types 2.2 Vector Graphics 2.3Bitmapped Graphics 2.4Graphics for the Web 2.5 GIF (Graphics Interchange Format)
Higher Computing Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Flash Macromedia Flash Introduction. Bitmap vs. Vector based  Bitmap –Bitmaps are made up of single pixels  Vector based –Vector graphics are made up.
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.
Graphics A graphics program allows you to combine pictures and text in many different ways. Features – General Level Draw graphics Enter Text Common Tools.
Types of Data. Numbers Text Pictures Sound Video.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
Vocabulary Words. 2-stage shutter release is a shutter release, that when pressed halfway, it activates the autofocus and the light meter of the camera,
Information Processes and Technology Multimedia: Graphics.
BTEC ICT Task 4 By Elliot lee. Hardware required to create and edit a graphic »Memory »Storage »Monitor »Processor »Input devices – scanners, tablets,
MILLIONAIRE SCOREBOARD $100 $200 $300 $500 $1,000 $2,000 $4,000 $8,000 $16,000 $32,000 $64,000 $125,000 $250,000 $500,000 $1 MILLION Click the $ for.
CHAPTER 4 : MULTIMEDIA DEVELOPMENT 4.2 MULTIMEDIA ELEMENTS IMAGE/graphic/picture.
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.
Raster vs Vector Graphics And Other Digital Terms.
Graphics ITGS. Pixel Short for “Picture Element” A single dot on a monitor or printed document. The smallest rectangular area of an image that can be.
Graphics and CAD. LO: Understanding graphics formats, manipulation, and the benefits of using CAD software. Learning Outcome: Define key words and answer.
Computer Graphics Bitmap v Vector Graphics. Learning Objectives: By the end of this topic you should be able to:
Vector Graphics Multimedia Technology. Object Orientated Data Types Created on a computer not by sampling real world information Details are stored on.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
BY CASEY KUCERA Multimedia. Vector Graphics Composed of objects not pixels Object oriented graphics = vector graphics Stores a series of mathematical.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Digital imaging. Two types of graphic Bitmap Vector.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
Raster Graphics 2.01 Investigate graphic image design.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Information Technology Images: Types, Resolution and Techniques.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.
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.
Working with Images. Bitmap Which image looks sharper? Image A Image B Let’s zoom in…
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Computing Fundamentals Lesson 7 – Vector’s This lesson you will be discovering how computers can create smaller graphic types, by saving shapes rather.
Computer Systems Nat 5 Computing Science Data Representation
Higher Graphic Communication
Digital imaging.
Hardware research By Hollie Willis.
Introduction to raster graphics
Unit 3 Revision Networks, Legislation, Digital Imaging and Animation
Intermediate 2 Computing
2.01 Investigate graphic image design.
Learning Intention I will learn how a computer stores graphics.
LET’S LEARN ABOUT GRAPHICS!
Digital imaging.
Web Design and Development
2.01 Investigate graphic image design.
Computer Systems Nat 4.5 Computing Science Data Representation
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Creating Digital Graphics
Presentation transcript:

Digital imaging

Two types of graphic Bitmap Vector

Digital imaging Bitmap Image itself is stored as a map showing the position of each pixel. Details of the colour of each pixel are stored. This is a huge amount of data. Files to store bitmap images are large.

Digital imaging Vector Information about how to draw the image is stored rather than the image itself. Stored as a series of equations. The equations tell the computer how to draw the parts of the image. Only instructions/equations are stored, so file size is small.

Digital imaging Impact of large file size for bitmap Large file size means large upload time (i.e., time to transfer file to a website is large). Large file size means download time is large (i.e., the time taken for a user to view the image on a website). Files are compressed to reduce file size.

Digital imaging Other problems of bitmap graphics Harder to edit than a vector. Image loses sharpness when re-sized. This bitmap image has been re-sized. The jaggedness of the pixels can be seen.

Digital imaging Impact of small file size for vector graphics Quick upload time. Quick download time. Can store lots more images in the same storage space compared to bitmaps.

Digital imaging Advantages of vector graphics compared to bitmap graphics Small upload/download time. Easier to edit as you can edit parts of the image. Can re-size image without loss in quality.

Digital imaging Disadvantages of vector graphics Only suitable for images with a limited number of colours. No good for images with continuous colours like a photograph.