Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.

Slides:



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

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.
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
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.
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.
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.
1 LECTURE 5 THE USES OF IMAGES IN MULTIMEDIA Prepared by Cik Nor Anita Fairos bt Ismail.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
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.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
1 Computer Graphics Part 2: Images. 2 What is an image?  An image is the graphical and visual representation of some information that can be displayed.
Graphics and Animation Multimedia Projects Part 2.
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.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Multimedia Elements –Graphics. Graphics in Multimedia Applications.
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.
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Digital Imaging 101 Ann Ware
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 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.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
Vector (Shapes) vs. Raster (Pixels)
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
Vector vs. Bitmap.
2.01 Understand Digital Raster Graphics
Introduction to raster graphics
Graphics (image) Kuliah 06
Graphics (image).
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.
Graphics and Animation
1.01 Investigate graphic types and file formats.
Introduction to Computer Graphics
Graphics Basic Concepts.
Web Design and Development
2.01 Understand Digital Raster Graphics
Terms 1 Terms 2 Terms 3 Terms 4 Terms 5 1pt 1 pt 1 pt 1pt 1 pt 2 pt
2.01 Investigate graphic image design.
Final Study Guide Arts & Communications.
2.01 Understand Digital Raster Graphics
Vector (Shapes) vs. Raster (Pixels)
Desktop Publishing Features
2.01 Investigate graphic image design.
Building an Online Store
Lecture 4 - Introduction to Computer Graphics
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef

Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Eyad Alshareef

Definition of Graphics Graphic is a digital representation of non- text information such as chart, graph, illustration etc. Picture or image made with the assistance of computers. Many visual representations are generally much more effective at conveying information than text. Eyad Alshareef

Usages of Graphics To add emphasis Direct attention Illustrate concepts Provide background content Eyad Alshareef

Images come in a variety of forms: Photographs Drawings Paintings Television and motion pictures Maps etc. Eyad Alshareef

Advantages of Graphics Convey information more quickly than when using text Make complex information simple Enhance online teaching and learning Enhance communication with some disabled groups, particularly those with learning difficulties or cognitive impairments Eyad Alshareef

Disadvantages of Graphics Take longer to download Require the use of plug-ins that the user may not have or be able to install Create accessibility barriers for some users Eyad Alshareef

Images play an important part in multimedia Navigation User interface components Help systems Clip art Eyad Alshareef

Graphics Categories There are two categories of graphics : Vector Bitmap Eyad Alshareef

Vector Graphics Can be created using any drawing software, e.g.: Illustrator. Macromedia Flash is a vector-based format Eyad Alshareef

Vector Graphics Images created with software that uses geometrical formulas to represent images. Composed of individual elements, e.g., arc, line, polygon, with their own attributes that can be individually edited. Can be created using any drawing software, e.g.: Illustrator. Eyad Alshareef

Eyad Alshareef

Primitive geometric drawing objects Basic Line Polyline Arc Bezier curve Text Font, weight Shapes Circle Ellipse Rectangle Square Pie segment Triangle Pentagon, hexagon, heptagon, octagon, etc Eyad Alshareef

Scaling vector graphics Shown magnified Original image Eyad Alshareef

Vector Graphics -Advantages The ability to resize and rotate a graphic without distortions Another advantage is their smaller file size. Eyad Alshareef

Vector Graphics -Disadvantages One of the drawbacks of vector graphics is that the more complex they are, the larger the file size and the longer they take to appear on the screen. Another disadvantage is that they cannot display photorealistic quality. Eyad Alshareef

Bitmap Graphics Bitmap graphics are also called raster graphics. A bitmap represents the image as an array of dots, called pixels. Bitmap graphics are resolution-dependent and generate large file sizes. Eyad Alshareef

Bitmaps Image A pixel is the smallest element of resolution on a computer screen (Screen Resolution) A pixel is the basic unit of a digital images. Digital image is a picture that may be stored in, displayed on, processed by a computer. bitmap is composed of a matrix elements called pixels Each pixel can be in a specific color and each pixel consists of two or more colors. Eyad Alshareef

Bitmap Graphics -Advantages The bitmap can be more photorealistic. We can set the color of every individual pixel in the image Eyad Alshareef

Bitmap Graphics -Disadvantages Bitmaps are memory intensive, and the higher the resolution, the larger the file size. When an image is enlarged, the individual colored squares become visible and the illusion of a smooth image is lost to the viewer. Eyad Alshareef

Eyad Alshareef

Bitmap images image must be mapped to the matrix problem : jagged formed from matrix of pixels image must be mapped to the matrix problem : jagged

Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Bitmap Image Quality Three factors: Image Size Color Depth Resolution Eyad Alshareef

Image Size Image size refers to the height and width of the image, measured in inches, centimeters, pixels, or any other unit of measure. Alternatively, if the image size is measured in dots or pixels, then you know exactly how much image data exists because a 300 pixel by 500 pixel image contains 15,000 pixels no matter how many pixels you designate per inch. Eyad Alshareef

Color Depth Color Depth or Bit Depth refers to the number of bits used to describe the color of a single pixel. It determines the number of colors that can be displayed at one time. Eyad Alshareef

Color depth is measured in bits per pixel The color depth determined “How much data in bits used to determined the number of colors”. Color depth is measured in bits per pixel Eyad Alshareef

Color Depth Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Resolution The resolution of the image refers to the number of pixel in the image. It also refers to the sharpness and clarity of an image. You can think of a bitmapped image as a piece of graph paper, of any size, that has had each square filled in by a color. The squares are called dots or pixels. Eyad Alshareef

Bitmapped images Original image Eyad Alshareef Shown magnified

Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Digital Image File Formats Microsoft Bitmap (BMP) Joint Photographic Experts Group (JPEG) Tag Image File Format (TIFF) Portable Network Graphic (PNG) Graphic Interchange Format (GIF) Windows Metafile (WMF) Eyad Alshareef

Digital Image File Formats Microsoft bitmap (.bmp) Used in Microsoft windows TIFF - Tagged Image File Format (.tif) Used for faxing images (amongst other things) JPEG - Joint Photographic Expert Group (.jpg) Useful for storing photographic images Eyad Alshareef

Digital Image File Formats GIF - Graphics Interchange Format (.gif) Used a lot on web sites PNG - Portable Network Graphics (.png) A new format for web graphics Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

comparing file size jpg = 224KB bmp = 216 KB png = 127 KB tif = 157 KB gif = 56KB lowest quality because 256 colors only

Calculate Digital Image File Size Eyad Alshareef

Calculate Digital Image File Size Example 1: A full screen graphic resolution (640 x 480 pixels) at an 8-bit color will yield the following file size: (640 x 480 x 8) / 8 = 307200 bytes (b) Eyad Alshareef

Calculate Digital Image File Size Example 2: A full screen graphic resolution (320 x 240 pixels) with 16-bit colors will yield the following file size: (320 x 240 x 16) / 8 = 153600 bytes (b) Eyad Alshareef

Eyad Alshareef

File Compression Two types of file compression: Lossless Lossy Eyad Alshareef

File Compression Lossless Compression Lossless compression algorithms reduce file size without losing image quality. They are not compressed as small a file as a lossy compression file. Eyad Alshareef

File Compression Lossy Compression A lossy compression method is one where compressing data and then decompressing it retrieves data that is different from the original, but is close enough to be useful in some way. Lossy compression is most commonly used to compress multimedia data (audio, video, still images) Eyad Alshareef

Eyad Alshareef

Eyad Alshareef

Working with Graphics Select the right kind of graphics for the job Select the right graphics tool for the job Select the minimum color depth that is appropriate to your application Set up your delivery system correctly. Select bitmap file formats for quality and portability Use vector graphics formats that are understood by your authoring system Eyad Alshareef

Eyad Alshareef