Optimizing Web Graphics Session #6 INP150. Image Types Types  Bitmap / Raster---dots  Bitmap images are made of individual pixels arranged in patterns.

Slides:



Advertisements
Similar presentations
Dan Sadler Montgomery County Department of Information Systems & Telecommunications - GIS Team (DIST-GIS) Map Gallery.
Advertisements

A Digital Imaging Primer Nick Dvoracek Instructional Resources Center University of Wisconsin Oshkosh.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Image Processing, Illustration (Drawing), Paint Programs, and Scanning Dr. Warren C. Weber Cal Poly Pomona.
Adobe Photoshop 6 Advanced Level Course. Easy Fixes Photoshop is the best tool to fix old, torn and faded photographs, and can fix almost all flaws in.
Graphics in the web Digital Media: Communication and Design
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Graphics and Images September 28, Unit 3.
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
File Types, Sizes & Dots Per Inch (dpi) Best practices applied to Photoshop file formats when creating media-specific documents. Bit Depth is the number.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
Graphical images Bit-mapped (or raster-based) image: Matrix describing the individual dots that are the smallest elements (pixels) of resolution on a computer.
Data starts with width and height of image Then an array of pixel values (colors) The number of elements in this array is width times height Colors can.
Pixels Minute University Richard Fisher 2/4/2002 Richard Fisher2 PixelsPixels  Picture Element  A single point in an electronic image  The.
Graphics.
Images and the Web web graphics. web graphics: constraints Due to the constraints imposed by varying degrees of Internet bandwidth, designing images for.
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
Digital Images Chapter 8, Exploring the Digital Domain.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Graphics/Image Data Types
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.
Photoshop Software Rasterized, file formats, and printing choices.
Foundations of Web Design I Photoshop CS5 Michael Daniel
Multimedia in Web Images. A Picture Tells A Thousand Words Forms of Images Photograph Painting Symbol Logo Flag Map Diagram Functions Provide facts Explain.
7/11/20081 Today’s Agenda Friday 6 th Nov Revision of certain topics Floating point notation Excess Notation Exam format Interim Report.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Digital Image Formats: An Explanation Guilford County SciVis V
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
Raster Graphics. An image is considered to be made up of small picture elements (pixels). Constructing a raster image requires setting the color of each.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Graphics workshop Library and Information Services University of St Andrews.
Working with Images William Pegram April 1, 2013.
Chapter 3: Images Yaqoob Al-Slaise ITBIS351. Outline Work out your graphical approach by planning your approach Organizing your tools Configuring your.
10 | Graphics COM 366 Web Design & Production. Native file format –Format native to software program –psd > PhotoShop default Preserves layers –Use “Save.
Web graphics Discussion Session August 16, 2000 Discussion Session August 16, 2000.
Bitmap Graphics. Bitmap Basics Bitmap Graphic Bitmap Graphic Paint Software Paint Software.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
$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 $
Multimedia. What is a graphic?  A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram.
Pixels Minute University Richard Fisher 2/4/2002 Richard Fisher2 PixelsPixels  Picture Element  A single point in an electronic image  The.
Digital Images are represented by manipulating this…
 By Bob “The Bird” Fiske & Anita “The Snail” Cost.
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
Resolution The resolution of an image is determined by the number of individually addressable points that make up the image, whether it is the number.
Exploring Web Design Chapter 1. Objectives Develop a new perspective of the WWW Learn what makes a website good or bad Discover how to apply objective.
8 Graphics Digital Media I. What is a graphic? A graphic can be a:  Chart  Drawing  Painting  Photograph  Logo  Navigation button  Diagram.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
HTTP transaction with Graphics HTML file + two graphics files.
Digital Image Formats: An Explanation Guilford County SciVis V
Photoshop Basics: Extended Instructor: Vicki Weidler Assistant: Joaquin Obieta.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
CHAPTER 21: IMAGES. IMAGE SOURCES 3 options: Create your own images Find images Hire someone to make images.
Computer Graphics Lesson 2 July 12, 2005 Image Formats What are some formats you are familiar with? There are 4 basic image format types: Uncompressed.
Efficient Game Graphics From Flash MX 2004 Game Design Demystified.
8th Lecture – Intro to Bitmap or Raster Images
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Binary Representation in Audio and Images
Computer Science Higher
Image Formats.
Graphics Basics Ellen Eyth.
GRAPHICS Source:
LET’S LEARN ABOUT GRAPHICS!
Saving Images from Fireworks
Graphics Basic Concepts.
Presentation transcript:

Optimizing Web Graphics Session #6 INP150

Image Types Types  Bitmap / Raster---dots  Bitmap images are made of individual pixels arranged in patterns.  Vector---object(s) (math)  Objects are created as collections of lines in vector graphics

Comparing a vector-based image with a bitmap image  Bitmap images are great for photographs because they tend to offer greater subtleties for shading and texture but require more memory and take longer to print.  Vector images are best for drawings that need sharper lines, more detail, and easy modification. Vector images require far less printing resources.

Image Formats  PICT  TIFF  BMP  JPEG  GIF  The last two are the standard for use on the web

JPEG & GIF  When To Use Which Format?  In General:  JPEG work better for photographs that have thousands + colors  GIFs are for images where color is limited to 256 (216 for web)

So How Do I Choose?  GIFS are required in instances where the color fidelity must be exact.  GIFS are great at compressing images with large horizontal expanses of color.

Which Is Better?  Neither -- it depends on your use & intent

Dithering  Dithering is when the display can not show all the true colors and so tries to combine pixels from its 256 color palette to try and approximate the other colors. This will make the image appear speckled & banded.

Storing Color Information  There are 2 ways to store color raster/bitmap images 1. Indexed 2. RGB

Indexed  Mapped to 256 colors or less  Use a color look-up table (CLUT)  A CLUT is a computer version of a paint stores mixing chart

RGB  Known as true color  8 bits (0 to 255) for each Red - Blue - Green to form a 24 bit/pixel (8+8+8=24)  Palette 16.7 million colors (2 24 = 16,777,216 colors)

Ways To Take Up Less Space  Compression  Using fewer colors and still show a clear image  Dithering

Compression  Math algorithms are used to re-encode data into more compact representations of the same information Using fewer colors and still show a clear image Lossy Lossyless

Optimizing JPEGs  Allows you to control compression  Experiment with different ratios  Programs are different some use % that decreases compressions  Others do the exact opposite  There seem to be no hard fast rules  You simply have to experiment  Remember -- your eyes will be more critical than your readers

Optimizing GIFs  They don’t allow you to control compression directly  But can do it automatically to fit the smallest space given a specific # of colors in the image  This rendering is called  reducing color depth or  dropping color depth or  palette optimization  Fewer colors are better than more colors

Working w/GIFs  Many GIFs have wasted space  They assume every image has 256 colors but many don't ( like buttons, bullets, etc)  Going below 16 colors is not a good idea!!  When you save the file in a GIF format the image will automatically be reduced to the smallest possible size for the color palette you’ve selected.

What Programs To Use  High-end alternative  Adobe Photoshop Adobe Photoshop  Lower cost alternatives may do just what you need without the $$  L-View Pro L-View Pro  Graphics Workshop Graphics Workshop  GraphicConverter (PowerPC) GraphicConverter (PowerPC)  DeBabelizer Lite LE DeBabelizer Lite LE  There are specialized programs that optimize just for the web  Fireworks  Adobe ImageReady Adobe ImageReady  A Smaller GIF (PowerPC) A Smaller GIF (PowerPC)

EXPERIMENT WITH TRIAL & ERROR  EXPERIMENT WITH TRIAL & ERROR LET YOUR EYES BE THE JUDGE GIVE YOURSELF TIME TO "PLAY"

Sites that have a great deal of information that was used here  Everyone's Guide to Optimizing Graphics Everyone's Guide to Optimizing Graphics  All Things Web All Things Web  Optimizing Web Graphics Optimizing Web Graphics