Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,

Slides:



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

L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
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.
2.01 Understand Digital Raster 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.
Raster vs Vector and Image Resolution By Josh Gallagan.
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.
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.
Introduction to Graphic Arts Technology PRINT Versus WEB.
Graphic Images 101. Painted on a grid Drawn mathematically.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
SOFTWARE TYPES Word processing Page layout Paint Draw.
Information Processes and Technology Multimedia: Graphics.
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.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Digital Imaging 101 Ann Ware
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.
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.
Graphic definitions Summary of Chapter 10 of the Non-designer’s web book by Robin Williams and John Tollet. Pages ( ) Miss Mary Victor.
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
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
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.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
2.01 Understand Digital Raster Graphics
Multimedia Subject: Informatics of Technology II year
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Understanding Web Graphics
Exploring Computer Science - Lesson 3-4
Vector (Shapes) vs. Raster (Pixels)
Digital Illustration Chapter 6 File format.
4 Importing Graphics Desktop Publishing: Chapter 4
Introduction to Graphics
Exploring Computer Science - Lesson 3-4
2.01 Understand Digital Raster Graphics
Image Formats.
2.01 Investigate graphic image design.
Bitmap vs. Vector.
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.
Exploring Computer Science - Lesson 3-4
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
A computer display is made up of small squares, called pixels.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Digital Images.
Graphics and Animation
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
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.
2.01 Understand Digital Raster Graphics
Vector (Shapes) vs. Raster (Pixels)
2.01 Investigate graphic image design.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.

Lessons Lesson 3.1: Distinguishing Between Graphic Programs Lesson 3.2: Determining Image File Formats Lesson 3.3: Managing Image Sizes Digital Media, 3e

Learning Outcomes 3.1: Convey the difference between painting and drawing programs 3.2: Demonstrate an understanding of file extensions and file types 3.3: Recognize the role that compression, interlacing, encoding, and resolution play in file sizes Digital Media, 3e

Distinguishing Between Graphic Programs Paint programs create images by using pixels (or picture elements) A pixel is a specific color at a specific location in a matrix or grid. A collection of pixels produces an image on a computer screen or on a printed page. Drawing programs use vectors, or lines, to produce an image Digital Media, 3e

Raster-Based Paint Programs Paint programs create images by assigning each pixel to a point on a grid of x and y coordinates called a raster Images created using this grid are referred to as raster images, raster graphics, or bitmaps Enlarging raster images can result in pixelation, or jaggies Reducing images can produce images that lose sharpness Digital Media, 3e

Raster-Based Paint Programs Many software programs are available to create and manage raster images The most widely used program in the professional world is Adobe Photoshop Microsoft Paint is provided with the operating system Corel Paint Shop Pro is a stand-alone program GIMP (GNU Image Management Program) is open source Cloud computing offers access to imaging software through the Internet (i.e., Picasa and Flickr) Digital Media, 3e

Non-native Raster File Types Information BMP (bitmap) Usually placed in word processing documents File sizes are often quite large Usually limited to 256 colors because they are created without using any compression JPG (Joint Photographic Experts Group) Use up to 16 million colors Reproduce the quality, color, and detail found in photographs or graphics using blends and gradients Most digital cameras save photographs as JPGs JPGs are the most common non-native raster file format in use today GIF (Graphics Interchange Format) Compressed and use only 256 colors File sizes are quite small Suitable for line drawings, images with transparent backgrounds, and animated figures Small and work on many platforms Are commonly used in Web page design Digital Media, 3e

Non-native Raster File Types (continued) Information TIF (Tagged Image File Format) A bitmap file type that works well in all environments Files are quite large Can show 16 million colors Are often used in print documents. Some digital cameras can save photographs in TIFF format PNG (Portable Network Graphics) Retains 16 million colors and supports transparency Is becoming more common Often used to replace GIF files partly because of the increase in available colors while remaining a small file size Digital Media, 3e

Non-native Vector File Types The most common native vector file format is AI (from Adobe Illustrator) These file may be converted to a PDF, EPS, or SVG depending upon the intended output File Type Information EPS Encapsulated PostSript A general purpose vector file format that has both the vector image data and a screen preview in the same file Most commonly used for printing purposes SVG Scalable Vector Graphics SVG software is an example of an open source image A vector graphic format designed specifically for use on the Web Created using HTML code A popular choice for mobile devices because of its small file size Digital Media, 3e

Licensing Fees In 1994, CompuServe, the developer of the GIF file format, caused a stir when it announced its intention to require that all commercial software companies using GIF compression in their programs pay licensing fees Was CompuServe correct in its decision to charge a licensing fee? Why or why not? Digital Media, 3e

Format Conversion Once a copy of an image has been saved in its native format, you can change to another file format Different file formats are appropriate for different situations Some programs can import only graphics with specific file formats Some images look better saved as one format rather than another Some images need to be small in order to load quickly on the Internet Digital Media, 3e

Compression Bandwidth is the speed at which a computer can transmit information along a network Compression is the process of reducing the size of the image Lossy compression reduces the size of an image file by removing information that is not essential Lossless compression does not change any pixel data Digital Media, 3e

Compression (continued) The .jpg file format uses lossy compression Lossy compression deletes or changes some pixels when saving When you save a file as a JPG, you select an image quality ranked from 1 to 12 A higher number means a higher quality image and a larger file size A lower number means a lower quality image and a smaller file size Digital Media, 3e

Resolution Bitmap images have visual sizes measured in two ways The physical size (such as a photograph printed as a 4 × 6-inch image) The number of pixels in each inch Physical sizes are also measured in pixel dimension (the number of pixels in a row and column of a raster grid) The resolution of an image is measured in pixel density or pixels per inch (ppi) Digital Media, 3e

Resolution (continued) Image software allows you to manipulate images by changing the physical size as well as the pixel density Physical size and pixel density work in tandem to determine your final product Digital Media, 3e

Resampling If you enlarge an image, you must either make the pixels bigger or add pixels Resampling is adding or deleting image pixels during the process of resizing Special formulas are used to determine what colors each new pixel should be based upon the colors around it Digital Media, 3e

Resizing Aspect ratio is the ratio of the width to the height of an image If you change one number without changing the other, you will get a distorted image Image software sometimes allows you to lock the aspect ratio Digital Media, 3e

Key Concepts Image programs can be categorized into two groups: paint programs and drawing programs Paint programs produce images using pixels. Each pixel consists of a specific color. Images produced by paint programs are called raster images or bitmapped images Drawing programs use vectors or lines to produce an image. The vectors are created using a series of mathematical points. Images produced by drawing programs are called vector images Extensions for the most common raster file types are .bmp, .tif, .gif, .jpg, and .png Digital Media, 3e

Key Concepts (continued) Extensions for the file formats that are typically used for the Web are .gif, .jpg, and .png Extensions for the most common vector file formats are .svg and .eps Different file formats are appropriate for different situations. JPG image file sizes are reduced using a lossy compression algorithm that removes unnecessary pixels. GIF, PNG, and TIF use a lossless compression Resolution and pixel density help determine the size of a file Resizing is best done maintaining the aspect ratio Digital Media, 3e