Module Code: CU0001NI Technical Information on Digital Images Week -2.

Slides:



Advertisements
Similar presentations
Raster Graphics 2.01 Investigate graphic image design.
Advertisements

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Iframes & Images Using HTML.
Raster graphics. Colour depth 01 1 bit pr pixel = 2 combinations (2 1 ): 2 bits pr pixel = 4 combinations (2 2 ): bits pr pixel = 16 combinations(2.
Dale & Lewis Chapter 3 Data Representation. Representing color Similarly to how color is perceived in the human eye, color information is encoded in combinations.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Lecture 6 Graphics, Number Systems. 7.2 Bit-map Graphics Similar to real painting on the canvas, there is no way to change something but paint over it.
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
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.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
Image and Sound Editing Raed S. Rasheed Image Image. Digital image. – Raster images. – Vector Images. – Stereo Images. – Image File Formats Lossless.
Manipulating Images Image A visual representation of something that is seen in real life. It can be two-dimensional or three-dimensional A visual representation.
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.
WHAT IS IT AND WHY SHOULD I CARE? 2.0.  GRAPHICS  Draw-type graphics (also called vector graphics) represent an image as a geometric shape made up of.
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
Lecture 4 - Introduction to Computer Graphics
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
All About File Formats Mr. Butler John Jay High School Department of Technology.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Module Code: CU0001NI Introduction to Multimedia Week – 3 - Extra.
Bit-Mapped Graphic Data: Input (Capture) Hardware Multimedia – Section 2.
Graphics and Animation Multimedia Projects Part 2.
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
+ 5 Things you need to know about images* *Images for the web.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Bitmap Graphics. Bitmap Basics Bitmap Graphic Bitmap Graphic Paint Software Paint Software.
Multimedia Basics (1) Hongli Luo CEIT, IPFW. Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital.
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Multimedia. What is a graphic?  A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram.
Raster Graphics 2.01 Investigate graphic image design.
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.
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
8 Graphics Digital Media I. What is a graphic? A graphic can be a:  Chart  Drawing  Painting  Photograph  Logo  Navigation button  Diagram.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Introduction to Graphics
2.01 Investigate graphic image design.
Graphics Basics Ellen Eyth.
Chapter 3 Image Files © 2017 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
A computer display is made up of small squares, called pixels.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
LET’S LEARN ABOUT GRAPHICS!
Graphics and Animation
1.01 Investigate graphic types and file formats.
Introduction to Computer Graphics
Graphics Basic Concepts.
Bitmap, Vector, Pixels, Resolution, Metadata.
Web Design and Development
2.01 Investigate graphic image design.
Final Study Guide Arts & Communications.
Multimedia Graphics.
2.01 Investigate graphic image design.
Lecture 4 - Introduction to Computer Graphics
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Module Code: CU0001NI Technical Information on Digital Images Week -2

Multimedia is the presentation of a computer application It incorporates media elements such as: - Text - Graphics - Video - Animation Technical Information on Digital Images

Two types of graphics used in multimedia application 1. Vector 2. Bitmap Technical Information on Digital Images

Bitmapped graphic - A rectangular array of pixels. - The pixel (a word invented from "picture element") (basic unit of programmable colour on a computer display or in a computer image) Vector graphic A set of mathematical instructions for drawing and filling geometric shapes. Technical Information on Digital Images

File Size - Store information about each individual pixel in the image. - File size increases with dimension size. (For example, a 10 * 10 pixel image contains 100 pixels, but a 20 * 20 pixel image contains 400 pixels.) Scalability - Guesswork is there while enlarging - resulting in rough blurred output. (They contain jagged edges called jaggies) Bitmapped Graphics

File Size - A vector graphic file contains only mathematical formulas - Remains the same size regardless of the size of the image. Scalability - Vector image remains its quality at any size. Vector Graphics

Screen resolution - It is measured in horizontal and vertical pixels * 480 being the lowest standard - Larger pixel count = better quality and high resolution - Image Size is determined by the number of pixels making up the image - Image size determines how much of the screen is occupied by the image (For example, if the image size is 640 * 480 and the screen resolution is 640 * 480, then the image will occupy the entire screen.) Understanding graphic image file sizes

Color Depth - Each pixel can display from one colour to millions of colour - Number of colours is determined by information associated with the pixel - 8 bit for 256 colour - 16-bit for 65,000 colour - 24 bit for 16.7 million colours Understanding graphic image file sizes

- The information is coded in bits, which means binary digits - Computers operate on the basis of the flow of electricity and the sensing of electrical impulses - The symbols used to represent this are 1 for “on” and 0 for “off” - Because there are two symbols (1 and 0), this is a binary system “Everything that is done by the computer can be represented by this binary system – including determining how many colours can be displayed by a pixel. “ Understanding graphic image file sizes

Let’s say that you want to use 16 different colours in your graphic. Each pixel in the graphic would need to be able to display each of 16 colours. Each colour could be assigned a number ranging from 0 to 15 (16 total colours). The question becomes, “How many bits are needed to represent 16 colours?” Using a binary system, 4 bits in different combinations of “on” and “off” can represent 16 different colours. Understanding graphic image file sizes

Table 1 How 4 bits can represent 16 colours

File Size The file size of a bitmap graphic is related to the image size and colour depth. It can be estimated using the formula: Image size in pixels * colour depth in bits / 8 You divide by 8 because the file size is measured in bytes and there are 8 bits per byte. Understanding graphic image file sizes

File Formats: Graphic images can be saved in a variety of file formats. The popular formats include: TIFF (Tagged Image File Format) BMP (Bitmap) PCX (Windows Paint) PICT (Macintosh picture format), which are the standard file formats for multimedia development; JPEG (Joint Photographer Experts Group) GIF (Graphics Interchange File format) PNG (Portable Network Graphics), are the standard file formats for the World Wide Web. Understanding graphic image file sizes

SVG (Scalable Vector Graphics) code Example:

End of Slide