Images. Image File Formats All browsers support All browsers support –GIF (Graphic Interchange Format)  limited to 256 colors  lossless compression.

Slides:



Advertisements
Similar presentations
Iframes & Images Using HTML.
Advertisements

Web Development & Design Foundations with XHTML Chapter 4 Key Concepts.
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.
Add Images to Improve Your Presentation Day 8. You will learn to Understand Graphics Formats Find Graphics Create Your Own Images Insert an Image on Your.
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.
ETT 429 Spring 2007 Digital Photography/Scanners.
1 IMAGES: A Picture Is Worth a Thousands Words, Image Formats Image Sizes Graphic Tips Image Tag Attributes Centering Images.
Instructor: A. Burns 1 HTML Images. Instructor: A. Burns 2 Inserting a Graphic Images can be displayed in two ways: as inline images or as external images.
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.
Chapter 5 Web Graphics Styling Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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,
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.
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
Tutorial 3: Working with Images. Objectives Session 3.1 – Identify the differences among image file types – Evaluate the purpose of alternative text –
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
INFSCI  “Users pay close attention to photos and other images that contain relevant information, but ignore fluffy pictures used to “jazz up” webpages.”
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.
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
HTML Boot Camp: Rules and Images
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.
XHTML Images. Images are important Purpose: to enhance your web site. Add only when they complement or add additional impact to your message.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
Chapter 5 Web Graphics Styling Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Computer Science 101 Images in Web Pages. Image Files Two common formats, GIF and JPEG GIF images are more flexible for use as icons JPEG images are sharper.
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
HTML presentation Graphics H format H data compression H size H creating or finding H publishing.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Adding Images Learning Web Design: Chapter 7. Using an Image Images have many purposed on a Web site Used as a static image To add illustration: ex. A.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Types of Graphics  Vector Individual scalable objects defined by mathematical equations  Bitmap Pixels (tiny, single-colored square) in a grid Most.
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.
Using the Sony DSC-P52 Camera Sunday, December 06, 2015.
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.
Editing Images for the Web. Optimization/Compression Graphics optimization is important for fast web page display.
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
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.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
Basic Web Design Week 3 - Graphics UVICELL. Web Graphics Concepts for Week 3 Selecting the right format for your image Creating a name banner for your.
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
2.01 Investigate graphic image design.
JPG vs GIF vs PNG What is the difference?
"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.
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.
2.01 Understand Digital Raster Graphics
Color and Images.
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Presentation transcript:

Images

Image File Formats All browsers support All browsers support –GIF (Graphic Interchange Format)  limited to 256 colors  lossless compression  good for flat color images (e.g., icon)  can be used to create animation  can contain transparent areas –JPEG (Joint Photographic Expert Group)  can have millions of colors  lossy compression  good for “busy” pictures (e.g., photo) –PNG (Portable Network Graphics)  similar to GIF but designed for Web use  license-free (GIF was developed by CompuServe)  uses 24-bits per pixel

GIF and JPG GIF Examples GIF Examples JPG Example JPG Example

Irises (GIF: 236 KB)

Irises (JPG: 82 KB)

Comparing GIF vs JPG JPG GIF

Thumbnails Anthurium Anthurium Chaminade Logo Chaminade Logo GIF file (10 KB)JPG file (5 KB) GIF file (1.22 KB)JPG file (1.33 KB)

Image Sources Sources Sources –Free Cliparts Free ClipartsFree Cliparts –Search Engines, e.g., Google, Jeeves GoogleJeevesGoogleJeeves –Using "Right Click" Respecting Copyrights Respecting Copyrights Creating Your Own Creating Your Own –digital camera –"Paint" programs (bit-mapped graphics) –"Draw" programs (vector graphics) –MS Word -->Insert Picture --> MS Paint (bmp) -->

Inline Image (This picture was downloaded from the Web, but I am not clear about its original source.)

Image in a Different Folder In a child folder In an sibling folder myPage.html einsteinsm.jpg Image\ einsteinsm.jpg

ALIGN Attribute

Images and Text Albert Einstein received a Nobel Prize for his work explaining the particle-wave dual nature of the light. Although he is famous for the Theory of Relativity, he did not receive a Nobel Prize for that work.

Left Alignment of Image Albert Einstein received a Nobel Prize for his work explaining the particle-wave dual nature of the light. Although he is famous for the Theory of Relativity, he did not receive a Nobel Prize for that work.

Right Alignment of Image Albert Einstein received a Nobel Prize for his work explaining the particle-wave dual nature of the light. Although he is famous for the Theory of Relativity, he did not receive a Nobel Prize for that work.

Spacing Spacing around Image Spacing Albert Einstein received a Nobel Prize for his work explaining the particle-wave dual nature of the light. Although he is famous for the Theory of Relativity, he did not receive a Nobel Prize for that work.

Image as Link Sun Microsystems provided a host of tools in Java program development, many of which are free from the company.

Link to a Larger Image Sun Microsystems provided a host of tools in Java program development, many of which are free from the company.

Width & Height Attributes Gives the browser a “heads-up” for faster display Gives the browser a “heads-up” for faster display Use right-click on image to view its size Use right-click on image to view its size Albert Einstein received a Nobel Prize for his work explaining the particle-wave dual nature of the light. Although he is famous for the Theory of Relativity, he did not receive a Nobel Prize for that work.

Creating Thumbnail with Paint Accessories  Paint Accessories  Paint Image  Attribute Image  Attribute –Record pixel size for larger dimension as size –x/100 = 120/size Solve for x = 100(120/size) Image  Stetch/Skew Image  Stetch/Skew –Enter the x value in both horizontal andvertical box. –OK File  Save As  Save as png or jpg file. File  Save As  Save as png or jpg file.

Borders on Link Image Sun Microsystems provided a host of tools in Java program development, many of which are free from the company. Default Border=“0”

Image Border of More Than 1 Sun Microsystems provided a host of tools in Java program development, many of which are free from the company.

Image Size Digital image is composed of pixels (picture elements). Digital image is composed of pixels (picture elements). Each pixel requires 1 byte (gray scale), 2 bytes, or 3 bytes of information. Each pixel requires 1 byte (gray scale), 2 bytes, or 3 bytes of information. Large images take long time download. (E.g., 57.6 Kbits/s ≈7 KBytes/s. One 30 KB image would take over 4 sec.) Large images take long time download. (E.g., 57.6 Kbits/s ≈7 KBytes/s. One 30 KB image would take over 4 sec.)