Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,

Slides:



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

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.
Graphics File Formats. 2 Graphics Data n Vector data –Lines –Polygons –Curves n Bitmap data –Array of pixels –Numerical values corresponding to gray-
2.01 Understand Digital Raster Graphics
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Raster vs Vector and Image Resolution By Josh Gallagan.
Introduction to Computers Section 11A. home Types of Graphics File Bitmap Vector.
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.
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
Graphics.
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.
File Formats About graphic file formats And image compression.
DIGITAL GRAPHICS & ANIMATION Complete LESSON 2 Importing and Exporting Graphics.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Digital Images Chapter 8, Exploring the Digital Domain.
An Introduction to Graphic File Formats.jpg.gif.tiff bmp and.eps and.psd...
XP Practical PC, 3e Chapter 13 1 Working with Graphics.
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.
MULTIMEDIA - WHAT IS IT? DEFINITION 1: Uses a VARIETY of media ELEMENTS for instruction Media elements are: text, sound, graphics, moving images (real.
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.
Understanding digital image - of which it consists Adolf Knoll National Library of the Czech Republic © Adolf Knoll, National Library.
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Information Processes and Technology Multimedia: Graphics.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
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.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
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.
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
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
 Scanned or digitally captured image  Image created on computer using graphics software.
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $
Raster Graphics 2.01 Investigate graphic image design.
Chapter 8B Graphics and Multimedia. 8B-2 Graphic File Formats Bitmapped images –Most common image type –Also called raster images –Image is drawn using.
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
Information Technology Images: Types, Resolution and Techniques.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
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.
Bitmap vs. Vector How computers work with photographs and drawings.
Chapter 14 Working with Graphics
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Chapter 13 Working with Graphics
Introduction to Graphics
Bitmap vs. Vector.
Graphics Basics Ellen Eyth.
Using GRAPHICS Bristol Community College CIS 13 Business Creativity Sources: Conference for Desktop Publisher and Others.
LET’S LEARN ABOUT GRAPHICS!
Digital Images.
Graphics and Animation
An Introduction to Scanning and Storing Photographs and Graphics
Graphics Basic Concepts.
Terms 1 Terms 2 Terms 3 Terms 4 Terms 5 1pt 1 pt 1 pt 1pt 1 pt 2 pt
Graphics and Animation
Presentation transcript:

Simple Graphics

Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera, scanning

Overview of Graphics Properties of color Essentially, color is light. Colors has three fundamental characteristics: hue, brightness, and saturation. Related to the three characteristics of light waves:wavelength (hue), amplitude (brightness), and purity (saturation).

Hue varies as you move around the cone in a clockwise or counter- clockwise motion on a plane perpendicular to the vector of the cone. Brightness varies as you move up or down the cone. The brightest color is at the top and the least bright color is at the bottom. Saturation changes as you move in toward the center of the cone or outward toward the surface. The least saturated colors are in the center while the most saturated colors are at the outside surface. Color space model

Properties of Pixels 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. When these pixels are painted onto the screen, they form an image.

Bitmap A bitmap is a collection of pixels that describes an image. enlarged

Bit depth is the number of bits used to store information about each pixel. The higher the depth, the more colors are stored in an image. 1-bit image (2 1 = 2 colors, black or white) 24-bit image (2 24 = colors) 8-bit image (2 8 = 256 colors)

Resolution Refers to the number of pixels per unit length on a monitor. It is usually measured in pixels per inch or dots per inch (dpi). Monitors come in a variety of resolutions. They can get as small as 320  200 pixels or as large as 1280  1024 pixels.

Vector graphics Vector graphics is defined by a sequence of commands or mathematical statements that place lines and shapes in a given two- dimensional or three-dimensional space. For example, instead of containing each bit of a line drawing, a vector graphic file describes a series of points to be connected.

A straight line may be defined as: In bitmap graphics In vector graphics line ([4,2],[15,2]), where [4,2] and [15,2] are coordinates of two points, and line() is a command drawing a line between two points

Different features between bitmap and vector graphics File size vector graphics smaller bitmap graphics larger Change of an image size (rescale) vector graphics: without loss of resolution bitmap graphics: with loss of resolution

Vector graphics Bitmap graphics File size 12 Kbytes File size 228 Kbytes

Some common file formats of bitmap graphics GIF: commonly used for Web graphics. It only supports 256 colors. With compression. JPEG: commonly used for Web graphics. It supports millions colors. With compression. BMP: Microsoft's native graphic file format. PICT: Apple Macintosh's native graphic file format. TIFF: primarily used for scanned images (mostly scanned photographs) and is suitable for desktop publishing applications.

Some common file formats of vector graphics EPS (Encapsulated PostScript): for the PostScript language. It uses a combination of PostScript commands and TIFF or PICT formats. DXF (Data Exchange File): created by AutoDesk. Almost all PC-based Computer-Aided Design (CAD) systems support DXF. WMF (Windows Metafile Format): for exchanging graphics between Microsoft Windows applications.