Multimedia in Web Images. A Picture Tells A Thousand Words Forms of Images Photograph Painting Symbol Logo Flag Map Diagram Functions Provide facts Explain.

Slides:



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

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Multimedia Mr. Sanchez.
Information Representation
Color COM 366 Web Design & Production. RGB color Amount of light in each channel Closer to 255, whiter color gets Every color has value for red,
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.
2.01 Understand Digital Raster Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
8.2 PICTURE IT Graphic Types and Their Uses. What Are Graphics?  Graphics are pictures/images  They could be images taken on a digital camera or scanned.
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.
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.
Graphical images Bit-mapped (or raster-based) image: Matrix describing the individual dots that are the smallest elements (pixels) of resolution on a computer.
Bitmap vs. Vector How computers work with photographs and drawings.
Graphic Images 101. Painted on a grid Drawn mathematically.
Dedicated Vector and Bitmap editing software.
Graphics.
GRAPHICS/IMAGES INFSCI Source: Learning Web Design by Jennifer Niederst RobbinsJennifer Niederst Robbins Creating Images:  Scanning  Be aware.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Getting the Basics Graphics for the Web McIntyre, Period 2 Kellogg, Period 5.
Graphics and Animation Multimedia Projects Part 2.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
Files, File Format Folders Paths, URL Absolute Addresses Relative Addresses © Ms. Masihi.
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.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
Multimedia Elements –Graphics. Graphics in Multimedia Applications.
© Anthony J. Nowakowski, Ph.D. GRAPHICAL MEDIA EDC 601 Instructional Technologies © Anthony J. Nowakowski, Ph.D. “Graphics help to display and to clarify.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Quiz # 1 Chapters 1,2, & 3.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
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.
Chapter 12 Web Publishing. Goals Become an image optimization master Get a handle on Web file formats, including SVG and SWF Learn about Web image color.
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.
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.
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.
1 After completing this lesson, you will be able to: Comprehend the basics of Web graphics. View and manipulate Web graphics in a graphics program. Describe.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Raster vs. Vector 2.02 Understand Digital Vector Graphics.
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
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
Chapter 13 Working with Graphics
Binary Representation in Audio and Images
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
Graphics Basics Ellen Eyth.
Image File Size and File Compression
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
LET’S LEARN ABOUT GRAPHICS!
Some terms to become familiar with:
Graphics and Animation
1.01 Investigate graphic types and file formats.
Representing Images 2.6 – Data Representation.
2.01 Understand Digital Raster Graphics
Digital Media Objective
2.01 Investigate graphic image design.
Final Study Guide Arts & Communications.
2.01 Understand Digital Raster Graphics
Web Programming– UFCFB Lecture 7
Color and Images.
Multimedia System Image
2.01 Investigate graphic image design.
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Multimedia in Web Images

A Picture Tells A Thousand Words Forms of Images Photograph Painting Symbol Logo Flag Map Diagram Functions Provide facts Explain a process Set a mood Evoke an idea Pinpoint location Illustrate relationships

Digitalization & Pixel

Numeric Representation & RGB 16 digits instead of 10 0  9 & A  F Base 16 can represent 0 to 255 color scales Two digits of hexadecimal numbers 00 in Hex.  0 in decimal FF in Hex.  255 in decimal

RBG Colors Color Chart: Sample Colors

Color Depth 16-bit vs. 8-bit 30,000 colors vs. 256 colors Web-safe colors (No longer a concern?) Web-safe colors

Compression Purpose Reduce file size for transmission Fast download

JPEG Photographs From 255 levels of color and brightness to lower levels Group pixels into blocks. Adjacent and similar color and brightness  block or average Example: The next slide

Example 9 values with 3 different colors for 9 pixels  1 value for the average and 2 values for difference from the average for other colors A string of values such as #FF3399, #FF3399, #FF3399, #CC3399 … for all 9 pixels  #FF3399 as the average, 2 values for other colors differentiating from the average

GIF For line drawings Reduce color depth of every pixel to 8 bits or less Repeated colors across a row of pixels are reduce to the color value, the value of the repetition, other instructions.

Vector Graphics Web images use bitmapped format or pixel-by-pixel Collection of lines & shapes defined by mathematical formula (e.g. Flash)

Source of Image Scanned image Digital camera Original artwork Web site CD-ROM Clip art Stock photograph

Photoshop Explore editing, compressing, & saving for Web

Image & HTML IMG tag Linking with image Image map