Digital imaging.

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.
Graphics in the web Digital Media: Communication and Design
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.
Introduction to Computers Section 11A. home Types of Graphics File Bitmap Vector.
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.
What the difference is between bitmap and vector images. Which is suitable and when. Why do I need to know this?
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)
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
Task 01 – Explain how different types of graphical images relate to file formats, file conversions, formats and compression. Emily Riley.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Copyright © 2009 Curt Hill The Picture Object Getting and displaying.
Graphics and Images Communicating Information : Documents and Publications.
Digital imaging. Two types of graphic Bitmap Vector.
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.
By Millie and Ellece. D IFFERENT T YPES OF G RAPHICS Bitmap Formats JPEG GIF PNG PSD TIFF.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
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:
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
 JPEG is a standardized image compression mechanism.  JPEG stands for Joint Photographic Experts Group.  JPEG is designed for compressing either full-
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.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Information Technology Images: Types, Resolution and Techniques.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
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.
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.
File Compression 3.3.
Higher Graphic Communication
Digital imaging.
Hardware research By Hollie Willis.
Computer Science Higher
Pixel, Resolution, Image Size
Introduction to raster graphics
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Unit 3 Revision Networks, Legislation, Digital Imaging and Animation
File Compression 3.3.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
File Formats.
Higher Graphic Communication
2.01 Investigate graphic image design.
Learning Intention I will learn how a computer stores graphics.
File size and image quality
Representing Images 2.6 – Data Representation.
Web Design and Development
Working with images EIT, Author Gay Robertson, 2018.
2.01 Investigate graphic image design.
Computer Systems Nat 4.5 Computing Science Data Representation
2.01 Investigate graphic image design.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
2.01 Investigate graphic image design.
Creating Digital Graphics
Presentation transcript:

Digital imaging

Two types of graphic Bitmap Vector

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.

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.

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.

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.

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.

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.

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

Optimising Graphics This means changing a graphic file so that it is stored as the best file type possible. Usually this will be the smallest file size, so in other words you will be compressing the graphic. When you made your powerpoint last year you ortimised your graphic files…..you changed them from .png files to either .jpeg or .gif files as they were smaller, so they would load up more quickly. .jpeg and .gif files are both bitmap graphics