Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.

Slides:



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

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Multimedia Mr. Sanchez.
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.
Image Processing, Illustration (Drawing), Paint Programs, and Scanning Dr. Warren C. Weber Cal Poly Pomona.
2.02 Understand Digital Vector Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Vector Graphics 2.02 Understand Digital Vector Graphics.
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.
Raster vs Vector and Image Resolution By Josh Gallagan.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
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.
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.
Graphic Images 101. Painted on a grid Drawn mathematically.
1 Bitmap Graphics It is represented by a dot pattern in which each dot is called a pixel. Each pixel can be in any one of the colors available and the.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
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.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
MULTIMEDIA - WHAT IS IT? DEFINITION 1: Uses a VARIETY of media ELEMENTS for instruction Media elements are: text, sound, graphics, moving images (real.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Graphics and Animation Multimedia Projects Part 2.
Web Image Basics Comp 140 December 2. Vector Graphics Can be repositioned or resized – Will not diminish output quality Typically stored in AI, EPS, PICT.
Information Processes and Technology Multimedia: Graphics.
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.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
ADOBE PHOTOSHOP VECTOR VS RASTER. Pixel A pixel is the fundamental unit of an image in Photoshop. It is a small square block of color. An image often.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Multimedia def. Many forms. Multimedia Text Hyperlinks Images Audio Animation Video Text Hyperlinks Images Audio Animation Video.
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify 3 types of vector programs.
Digital Imaging 101 Ann Ware
A BCDE.
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.
Digital Images are represented by manipulating this…
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.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Vector Graphics 2.02 Understand Digital Vector Graphics.
2.02 Understand Digital Vector Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Vector (Shapes) vs. Raster (Pixels)
2.02 Understand Digital Vector Graphics
2.02 Understand Digital Vector Graphics
Graphics Basics Ellen Eyth.
2.02 Understand Digital Vector Graphics
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
LET’S LEARN ABOUT GRAPHICS!
Some terms to become familiar with:
Graphics and Animation
2.02 Understand Digital Vector Graphics
Graphics Basic Concepts.
Terms 1 Terms 2 Terms 3 Terms 4 Terms 5 1pt 1 pt 1 pt 1pt 1 pt 2 pt
Final Study Guide Arts & Communications.
Vector (Shapes) vs. Raster (Pixels)
2.02 Understand Digital Vector Graphics
2.02 Understand Digital Vector Graphics
Graphics and Animation
2.02 Understand Digital Vector Graphics
Presentation transcript:

Multimedia Elements II Graphics, Digital Video

UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation Digital Video Digital Audio abvdefghij Klmnopqrst uvwxyz Multimedia

UIT - Multimedia Production3 Multimedia Elements Graphics Graphics is a digital representation of non-text information such as a drawing, chart, or photograph. It is also called a digital picture or image, and contains no movement or animation 3 fundamental characteristics of color  Hue ( 色調 ) Related to the wavelength of light  Lightness ( 亮度 ) Related to the amplitude of light  Saturation ( 彩度 ) Related to the purity of light

UIT - Multimedia Production4 Multimedia Elements Graphics Pixel A pixel is the smallest unit of programmable color on a computer display or in a computer image Every computer graphic is made up of a grid of pixels There are two types of graphics  Bitmap graphics  Vector graphics

UIT - Multimedia Production5 Multimedia Elements Graphics Bitmap Graphics Bitmap is a representation of a graphics image Consists of rows and columns of dots The value of each dot (whether it is filled in or not) is stored in one or more bits of data Simple monochrome images use one bit to represent each dot

UIT - Multimedia Production6 Multimedia Elements Graphics Bitmap Graphics The more bits used to represent a dot, the more colors and shades of gray that can be represented: 1-bit image, 2 color: black or white 8-bit image, 256 colors (2 8 =256) 24-bit image, colors (true color)

UIT - Multimedia Production7 Multimedia Elements Graphics Vector Graphics Vector graphics are based on mathematical formulas that represent curves and lines Very smooth looking and can easily be resized without loss of image quality Bitmap Vector {(3, 2)  (10, 2)}

UIT - Multimedia Production8 Multimedia Elements Graphics Vector Graphics An example of vector graphic is the clipart in MS PowerPoint When you enlarge a clipart image, it will not distort

UIT - Multimedia Production9 Multimedia Elements Graphics Resolution Determines how sharply the image is represented Expressed in dot per inch (dpi), or simply by the number of rows and columns, such as 640 by 480 Bitmap graphics suffer distortion in image quality when being scaled up, this does not happen in case of vector graphics Bitmap graphic Vector graphic

UIT - Multimedia Production10 Multimedia Elements Graphics Formats A format is a standard specifying how the data is arranged For bitmap graphics  BMP  GIF  JPEG For vector graphics  AI  FH  WMF

UIT - Multimedia Production11 Multimedia Elements Graphics Formats BMP (.bmp)  Microsoft's native graphic file format GIF (Graphic Image Format) (.gif)  Only supports 256 colors; It serves as compressed web graphics. GIF works best when the number of colors within an image is small JPEG (Joint Photographic Experts Group) (.jpg)  Supports millions and allows for graphic compression. Most people use JPEG for Web graphics that contain a multitude of colors and gradations - like photographic images AI (Adobe Illustrator) (.ai)  For graphics produced by Adobe Illustrator FH (FreeHand) (.fh)  For graphics produced by FreeHand WMF (Windows Metafile Format) (.wmf)  For exchanging graphics between Microsoft applications such as clipart in Microsoft Office

UIT - Multimedia Production12 Multimedia Elements Graphics GIF versus JPEG When the number of color of an image is large, JPEG performs better JPEG format, 6k bytesGIF format, 13.5k bytes

UIT - Multimedia Production13 Multimedia Elements Graphics GIF versus JPEG When the number of color of an image is small, GIF performs better GIF, 1.5k bytes JPEG, 5.4 bytes

UIT - Multimedia Production14 Multimedia Elements Computer-based Animation Animated GIFs Animated GIFs are a special kind of GIF file known as GIF89a An animated GIF file stores multiple images as separate blocks within a single GIF file When being viewed on the Web, the multiple images are streamed (played back one at a time) Streaming: the viewer does not have to wait for the entire GIF to be downloaded before it begins running on a Web page