Graphics and Animation Multimedia Projects Part 2.

Slides:



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

Multimedia Mr. Sanchez.
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Droddy.  “Pixel” is short for two words: Picture and Element. Pixels (tiny squares) combine to form the image the human eye perceives Too small for the.
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.
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.
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
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.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
 Scanned or digitally captured image  Image created on computer using graphics software.
Graphics.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Digital Photography February 8, aphytips/composition.htm 2 The Rules of Composition Rule of Thirds Simplicity.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
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.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
Bitmap Graphics. Bitmap Basics Bitmap Graphic Bitmap Graphic Paint Software Paint Software.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
 Scanned or digitally captured image  Image created on computer using graphics software.
Multimedia. What is a graphic?  A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram.
Digital Photography Multimedia I. 1)Check to see if the battery is charged. 2)Check to see if memory has space. 3)Check to see if the camera’s date is.
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.
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.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand concepts used to create digital graphics.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
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.
Understanding Images. Pixels pixels Every image is made up of very small squares called pixels, and each pixel represents a color or shade. Pixels within.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Objective % Explain design concepts used to create digital graphics.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Types of Graphics Technological Design.
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
2.01 Understand Digital Raster Graphics
Introduction To Photo Editing SHIELA MAE A. AQUINO SRNHS.
2.01 Investigate graphic image design.
Graphics Basics Ellen Eyth.
Digital Images.
Graphics and Animation
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Adobe Visual Design 2.00 Identifying design elements when preparing images (10%) 7.00 Identifying design elements when preparing illustrations (1%)
Graphics and Animation
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
Final Study Guide Arts & Communications.
2.01 Understand Digital Raster Graphics
Multimedia Graphics.
2.01 Investigate graphic image design.
Objective % Explain design concepts used to create digital graphics.
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Graphics and Animation Multimedia Projects Part 2

8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.

8 What is a graphic? A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram

8 What do graphics look like? Graphics can be: Black and White (2 colors) Grayscale (all variations of black) Color (RGB – best for web and computer or CMYK – best for printing images) Still Animated

8 What do graphics do? Graphics can: Illustrate or demonstrate procedures Clarify data Convey ideas Tell stories Add visual appeal

8 Computer Graphics Technology Images created or edited on computers are either: Bitmapped graphics Vector graphics

8 What are bitmapped graphics? Bitmapped graphics, also known as raster graphics, consist of grids of tiny dots called pixels. Each pixel is assigned a color. Can be a continuous-tone image, such as a photograph Bitmap graphic editors are called paint programs Enlarging a bitmap graphic may cause the image to lose crispness and clarity, will get pixilated.

8 What are vector graphics? Vector graphics use mathematical formulas to define lines, curves, and other attributes. Generally much smaller than raster graphic files Vector graphic editors are called draw programs Do not lose clarity as you enlarge them. Appear as bitmaps on computer monitors because computer monitors consist of pixels

8 Graphics Quality Two factors that determine graphics quality are resolution and color depth. Resolution is the number of pixels per inch. Computer Monitors use 72dpi. Color depth refers to the number of distinct colors an image can contain. It can range from 2-bit (black and white) to 24-bit (16.7 million colors).

8 Graphic File Formats A computer can save and interpret graphic images in a variety of formats. Some of the most common are: GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) TIFF (Tagged Information File Format) PIC (PICTure) BMP (bitmap) TGA (Targa) PNG (Portable Network Graphics)

8 Editing Graphics Graphics editors have features for changing the sizes of images as well as their colors and other attributes. These include: Dithering Cropping Anti-aliasing Resizing

8 Dithering Creates the illusion that an image has more colors than it really has Before After

8 Cropping Cropping is used to eliminate unwanted parts of a picture Before After

8 Anti-aliasing Anti-aliasing smoothes the lines or transitions between neighboring colors and shapes Not anti-aliased Anti-aliased

8 Resizing Resizing is changing the height and width of the image Correct Original Incorrect

8 What is animation? Animation is when images achieve the illusion of motion.

8 Animation in Multimedia Some common uses of animation include: An animated navigation button that changes when the cursor passes over it (rollover) Tutorials using animated graphics for demonstration Web site advertisements that are animated to attract attention Computer games using animation to simulate action

8 Digital Photography Steps to Good Composition 1. Focus 2. Center the subject 3. Use rule of thirds 4. Check the background 5. Unifying Elements 6. Special Effects 7. Action settings

8 Focus Focus can mean two things 1. Is the picture clear.OR 2. What is the focus or purpose of the picture

8 Center the Subject This is the most common mistake, give the focus of the photo prominence without it being perfectly centered

8 Rule of Thirds Divide the photo into thirds either horizontally or vertically to achieve balance

8 Rule of thirds examples and usage Good Not Good Better

8 Check the Background Be sure to rid the photo of non- essential “clutter so more attention is on the Focus of the photo

8 Unifying Elements To help the eye wander around the photo use line or geometric shapes to tie the photo together

8 Geometric Shaping

8 Special Effects Choose different angles, distances and perspectives to create interest. Changing lighting can also be effective

8 More Effects

8 Still more effects

8 Lighting

8 More lighting

8 Action With a digital camera it is easier to capture action than ever before just find the correct setting on your camera