Graphics on the Web. Common Image File Types As you may know, the most widely supported web image graphic formats are GIF and JPEG. So the question is.

Slides:



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

Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Nice Calm Scene. (You’ll need it.). Skills Getting files off of the camera or scanner Getting files off of the camera or scanner Archiving Archiving Choosing.
Images.
Graphics in the web Digital Media: Communication and Design
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.
Russell Taylor Week 3. Image File Formats - TIF, JPG, PNG, GIF - which to use? The three most common and important image file formats for for printing,
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,
Understanding Web Graphics Web Design Section 5-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
GRAPHICS/IMAGES INFSCI Source: Learning Web Design by Jennifer Niederst RobbinsJennifer Niederst Robbins Creating Images:  Scanning  Be aware.
1 Graphics and the Web INFO 654 – Spring Sources and Credits for this Material Used examples from Son of Web Pages That Suck (2002) by Vincent.
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.
Digital Imaging Utah State University Extension Eric Hawley.
Web Image Basics Comp 140 December 2. Vector Graphics Can be repositioned or resized – Will not diminish output quality Typically stored in AI, EPS, PICT.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
10 | Graphics COM 366 Web Design & Production. Native file format –Format native to software program –psd > PhotoShop default Preserves layers –Use “Save.
Web Graphics. Colours and Display Graphics and Modems 28.8kbps = 3.6 KB per second 36 KB takes 10 seconds to load. Pixels and color.
Types of Graphics  Vector Individual scalable objects defined by mathematical equations  Bitmap Pixels (tiny, single-colored square) in a grid Most.
Module 4- Build a Game Look at Me Mod 4 Lesson 3 Graphics.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Module 4- Build a Game Understanding Pictures Compression – Making things smaller.
Image formats Characteristics © Adolf Knoll, National Library of the Czech Republic.
Using the Sony DSC-P52 Camera Sunday, December 06, 2015.
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.
Graphic definitions Summary of Chapter 10 of the Non-designer’s web book by Robin Williams and John Tollet. Pages ( ) Miss Mary Victor.
Web Graphics. Web graphics Bandwidth is king Graphics must load quickly Graphics must be optimized All other components except for text, gif and jpg are.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. ______ -natural ______ -monitor.
Digital Images are represented by manipulating this…
Graphics Concepts Presentation
WWW, Web Design, Multimedia Winny Wang Image Types.
Web Page Design Mrs. Ricke. Graphics Interchange Format 256 colors only Good for icons, clipart, logos Not good for high quality pictures.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Image File Formats By Dr. Rajeev Srivastava 1. Image File Formats Header and Image data. A typical image file format contains two fields namely Dr. Rajeev.
HTTP transaction with Graphics HTML file + two graphics files.
Photoshop Basics: Extended Instructor: Vicki Weidler Assistant: Joaquin Obieta.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Module 4- Build a Game Look at Me Mod 4 Lesson 3 Graphics.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Understanding Web Graphics
Web Graphics 101 Web Image File Formats Image Optimization
2.01 Understand Digital Raster Graphics
Digital Photo editing with Photoshop
Computer Graphics Different Images File.
Photo Editing for PowerPoint & the Web
2.01 Investigate graphic image design.
Raster Images CPSC 1030.
Photo Editing for PowerPoint & the Web
A computer display is made up of small squares, called pixels.
Look at Me Mod 4 Lesson 3 Graphics Module 4- Build a Game.
1.01 Investigate graphic types and file formats.
Web Development & Design Foundations with HTML5 7th Edition
Graphics Basic Concepts.
Web Design and Development
2.01 Understand Digital Raster Graphics
Photoshop: Creating and Preparing Images for the Web
2.01 Investigate graphic image design.
Graphic File Format Skill Area
COMS 161 Introduction to Computing
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Presentation transcript:

Graphics on the Web

Common Image File Types As you may know, the most widely supported web image graphic formats are GIF and JPEG. So the question is when should I use GIF and when should I use JPEG? GIF – Graphic Interchange Format. Use GIF format with graphics that you have created on your computer such as horizontal rules, buttons, or animation. GIF files can contain the maximum of 256 colours (8 bit) or less, which is good for customising your graphic files. For example, if you create a GIF image of a red arrow, you can customise the file to have only two colours, red and white. This means that the file is very small because its palette contains only two colours. GIF file will yield a higher quality and smaller size image, compared to JPEG, when it is used with computer generated graphics such as icons, logos, buttons, etc. GIF’s also have some special features such as animation, transparency, and interlacing.

Examples of GIF’s

Common File Types JPEG - Joint Photographic Experts Group. Use JPEG format when the images are scanned pictures or photographs. JPEG was built to contain 24-bit (16.7+ million colours) and was developed specifically for photographic-style images. JPEG stores the information of images by keeping track of colour changes. The advantage of JPEG is that it can carry a smaller file size than GIF when used in storing photographs and images with a wide variety of shading. But, it will not yield a smaller file when dealing with low colour level and details like computer generated graphics.

JPEG Example’s

Common File Types PNG - Portable Network Graphics PNG (pronounced ping) was developed as a replacement for the GIF standard due to legal entanglements resulting from GIF's use of the patented LZW compression scheme (this is no longer an issue), and also because of GIF's many limitations. PNG is superior to GIF in many ways, offering the following features: Images that are the same size or slightly smaller than their GIF counterparts, while keeping lossless compression Support for indexed colors, gray-scale, and RGB (millions of colors) Support for 2-D progressive rendering, which is based on pixels rather than lines (as in interlaced GIF’s and progressive JPEGs); this means that contents of a progressively rendered PNG file become apparent earlier in the load process An alpha channel which allows an image to have multiple levels of opacity; this feature lets you create transparent images just like with GIF’s, and also images with degrees of translucency, better blending images with their backgrounds Gamma correction, which essentially is cross-monitor and cross-platform brightness control File integrity checks which help prevent problems while downloading or transferring PNG files

PNG Example

File Size and Quality The image on the left is a GIF and is 26 KB in size, however the quality of the image is poor. The image on the right is the same image, but saved as a JPEG. The file size on this one is 53.1 KB, however the quality is much better.

File Size and Quality The image on the left is PNG8 (8 bit) and is 291 KB in size. The image on the right is PNG 24 (24 bit), is in 769 KB size however the quality of the colour is better. Should I use PNG8 or PNG24? 8 bit PNG’s use an indexed colour palette like GIF. If you want variable transparency, use 32 bit PNG’s (24 bit colour, 8 bit alpha). If you don’t care about transparency, use 24 bit PNG’s. If you have areas of solid, even colours, then you may be able to get away with an 8 bit PNG, but you will likely need 24 bit PNG for reasonable colour reproduction. 8 bit PNG’s (or less) are optimal for size. 24 bit PNG’s (or 48 bit PNG’s) are optimal for colour reproduction.

Useful Links More information on file types can be found at: