1 Creating Web Graphics Outline 2.1 Graphics Types 2.2 Vector Graphics 2.3Bitmapped Graphics 2.4Graphics for the Web 2.5 GIF (Graphics Interchange Format)

Slides:



Advertisements
Similar presentations
Raster Graphics 2.01 Investigate graphic image design.
Advertisements

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 17 Creating Images for the Web. Chapter Lessons Learn about Web features Optimize images for Web use Create a button for a Web page Create slices.
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.
Images.
2.01 Understand Digital Raster Graphics
2.02 Understand Digital Vector Graphics
Guilford County SciVis V106.01
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Photoshop: Designing Graphics for the Web Christine Vucinich & Vicki Weidler ITS Training Services 224 B Computer Building University Park, PA 16802
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.
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.
Web Design, 4 th Edition 5 Typography and Images.
Graphics Ms. Brewer Spring Bellwork Edmodo – log on! Quiz? Take it if you need to! Policies and Procedures Powerpoint in Shared Folder! Get to Know.
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
GRAPHICS/IMAGES INFSCI Source: Learning Web Design by Jennifer Niederst RobbinsJennifer Niederst Robbins Creating Images:  Scanning  Be aware.
Web Design, 5 th Edition 5 Typography and Images.
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.
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
File Formats COM 366 Web Design & Layout. Native file format –Format native to software program –.psd > PhotoShop default Preserves layers –Use “Save.
Web Graphics Image File Formats Image optimization Accessibility issues Using images and colors on the web.
THE COLORS OF LIGHT RED, GREEN and BLUE
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.
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
CHAPTER 4 : MULTIMEDIA DEVELOPMENT 4.2 MULTIMEDIA ELEMENTS IMAGE/graphic/picture.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
10 | Graphics COM 366 Web Design & Production. Native file format –Format native to software program –psd > PhotoShop default Preserves layers –Use “Save.
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.
Graphic Format Factors
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Graphics on the Web How much do you want to know?? Terry Griffin.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
FILE TYPES FOR WEB DESIGN 1 HOW SHOULD I SAVE?. GRAPHICS INTERCHANGE FORMAT (GIF) Best used for flat-color, sharp-edged art or text Clip art, logos Compression.
Raster Graphics 2.01 Investigate graphic image design.
Graphic definitions Summary of Chapter 10 of the Non-designer’s web book by Robin Williams and John Tollet. Pages ( ) Miss Mary Victor.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. ______ -natural ______ -monitor.
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.
WWW, Web Design, Multimedia Winny Wang Image Types.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Graphics Theory. Learning Objectives Learn about use of graphics & their importance Identify what makes a good graphic & why Recognise different graphic.
HTTP transaction with Graphics HTML file + two graphics files.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Web Graphics 101 Web Image File Formats Image Optimization
2.01 Understand Digital Raster Graphics
Introduction to raster graphics
Digital Photo editing with Photoshop
Image Formats.
2.01 Investigate graphic image design.
Raster Images CPSC 1030.
A computer display is made up of small squares, called pixels.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
1.01 Investigate graphic types and file formats.
Web Development & Design Foundations with HTML5 7th Edition
Web Design and Development
2.01 Understand Digital Raster Graphics
Photoshop: Creating and Preparing Images for the Web
2.01 Investigate graphic image design.
Creating Images for the Web
2.01 Understand Digital Raster Graphics
Color and Images.
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Presentation transcript:

1 Creating Web Graphics Outline 2.1 Graphics Types 2.2 Vector Graphics 2.3Bitmapped Graphics 2.4Graphics for the Web 2.5 GIF (Graphics Interchange Format) 2.6 JPEG (Joint Photography Expert Group) 2.7 PNG (Portable Network Graphics)

2 2.1 : Graphics Types Why do we need graphics on the web pages? Use to create successful Web pages Enhance user experience Free generic graphics on the Web Create original graphics to make your site unique There are two types of graphic that you can create using computer: Vector graphics Bitmapped Graphics

3 2.2: Vector Graphics A vector graphic uses objects; lines, circles, curve with instruction as where to place them on your drawings Uses vector equations to define graphic properties Shape, size, color, relative positions (starting and ending points), etc. Resolution independent Resize without image quality loss Ideal for solid areas of color Ideal for logos, font and line drawings Handles complex color poorly

4 AdvantagesDisadvatanges Maintain quality as the size of the graphics is increased Objects/drawings cannot have texture; it can only have plain colors or gradients Small file size Easy to edit the drawings as each object is independent of the other. Advantages and Disadvantage of Vector Graphics

5 2.3: Bitmapped Graphics Also called raster graphics or pixelized graphics. Graphics defined by colored areas of pixels Uses a table of data addresses and instructions to light up each pixel on the monitor An object is stored as a group of pixels with information about each pixel color Resolution dependent Image quality is lost when image is resized Interpolation Ideal for images with complex color (i.e. photographs, artwork)

6 Advantages and Disadvantage of Bitmapped Graphics AdvantagesDisadvantages Can have different textures on the drawings Not easy to make modification to objects/drawings Large file size Graphics become "blocky" when the size is increased

7 Vector v. Bitmapped Graphics 100%200%100%200% Raster imageVector image

8 2.4: Graphics for the Web There is not less than 50 different graphics file format that you can create using any graphic editor. For the web, you can use only three: GIF, JPEG and PNG Anti-aliasing is a technique for smoothing jagged edges in a graphic by fooling your eye.

9 2.5: GIF (Graphics Interchange Format) Ideal for: screen captures, line drawings, sharp-edged graphics and images with transparency Not good for: Photographic images, artwork with complex colors Supports 256 colors (8 bits/pixel) Lossless format Quality is not reduced by compression process

10 The gif format supports interlacing, transparency and animation Interlacing begins with a low-resolution image and increases details as the file continue to load (progressive display) Transparent gif is where part of the image shows through (transparent) Ancillary information: textual comments and other data can be stored within the image file

11 AdvantagesDisadvatanges No color information lostCan only have a maximum of 256 Compress line art wellDoes not compress photographs well Interlaced images possibleCopyrighted format such that developers must pay royalty Animation possible Image can have transparent portion Advantages and Disadvantages of GIF Format

12 2.6: JPEG (Joint Photography Expert Group) Ideal for: Photographic images, images with rich color transitions (i.e: images of natural, real world scenes) Not good for: Images with sharp edges, text, transparency; drawings; lettering; simple cartoons Supports millions of colors (24 bits/pixel or 16 million colors) Lossy format Image quality is reduced by compression process

13 AdvantagesDisadvatanges Support a maximum of 16.7 million colors Losses some image information Compresses photographs well Degradation of image possible with repeated editing and saving Possible to select compression ratio versus quality No transparency Progressive (interlaced) images possible No animation Advantages and Disadvantages of JPEG Format

14 2.7: PNG (Portable Network Graphic) Newer format recommended by W3C Ideal for: Both color complex-images and images with transparency Supports millions of colors Lossless format Good alternative for both GIF and JPEG

15 AdvantagesDisadvatanges No color information lostNot yet implemented by most browsers Can use all color depth - supports more than 16.7 million colors Compresses well Image can have transparent portion Advantages and Disadvantages of PNG Format

16 GIF or JPEG or PNG? Two choices of web graphics file-type: GIF and JPEG (Since not all browsers supports PNG) The difference is that the way the data are being compressed. GIF: If the graphic is a simple black-and-white line drawing, or a picture with (relatively) large areas of equal colors. JPEG: For picture that is best describe as "photo-like“. For animations or have a transparent color graphic, then you are stuck with GIF. If you want interlacing then you have two choices either interlaced GIF or progressive JPEG