Indexed Color. A browser may support only a certain number of specific colors, creating a palette from which to choose

Similar documents
CS 262 Lecture 01: Digital Images and Video. John Magee Some material copyright Jones and Bartlett

CS101 Lecture 19: Digital Images. John Magee 18 July 2013 Some material copyright Jones and Bartlett. Overview/Questions

What You ll Learn Today

Compression and Image Formats

*Which code? Images, Sound, Video. Computer Graphics Vocabulary

Bitmap Vs Vector Graphics Web-safe Colours Image compression Web graphics formats Anti-aliasing Dithering & Banding Image issues for the Web

Unit 4.4 Representing Images

Specific structure or arrangement of data code stored as a computer file.

Topics. 1. Raster vs vector graphics. 2. File formats. 3. Purpose of use. 4. Decreasing file size

Image Perception & 2D Images

MOTION GRAPHICS BITE 3623

Unit 1.1: Information representation

15110 Principles of Computing, Carnegie Mellon University

Fundamentals of Multimedia

15110 Principles of Computing, Carnegie Mellon University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Computers and Imaging

Lecture #2: Digital Images

B.Digital graphics. Color Models. Image Data. RGB (the additive color model) CYMK (the subtractive color model)

LECTURE 03 BITMAP IMAGE FORMATS

Digital Images: A Technical Introduction

1. Using Images on Web Pages 2. Image Formats 3. Bitmap Image Formats

Color, graphics and hardware Monitors and Display

ITP 140 Mobile App Technologies. Images

Understanding Image Formats And When to Use Them

CATEGORY SKILL SET REF. TASK ITEM

LECTURE 02 IMAGE AND GRAPHICS

Graphics for Web. Desain Web Sistem Informasi PTIIK UB

1 Li & Drew c Prentice Hall Li & Drew c Prentice Hall 2003

Glossary Unit 1: Hardware/Software & Storage Media

Factors to Consider When Choosing a File Type

Pooja Rani(M.tech) *, Sonal ** * M.Tech Student, ** Assistant Professor

INTRODUCTION TO COMPUTER GRAPHICS

Chapter 3 Graphics and Image Data Representations

Module 4 Build a Game

A raster image uses a grid of individual pixels where each pixel can be a different color or shade. Raster images are composed of pixels.

Information representation

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

Digital Images. Digital Images. Digital Images fall into two main categories

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain

Bitmap Image Formats

Digital Imaging and Image Editing

4 Images and Graphics

Byte = More common: 8 bits = 1 byte Abbreviation:

HTTP transaction with Graphics HTML file + two graphics files

CGT 511. Image. Image. Digital Image. 2D intensity light function z=f(x,y) defined over a square 0 x,y 1. the value of z can be:

Unit 1 Digital Content

3.1 Graphics/Image age Data Types. 3.2 Popular File Formats

The Need for Data Compression. Data Compression (for Images) -Compressing Graphical Data. Lossy vs Lossless compression

Raster (Bitmap) Graphic File Formats & Standards

An Analytical Study on Comparison of Different Image Compression Formats

Sampling Rate = Resolution Quantization Level = Color Depth = Bit Depth = Number of Colors

Introduction to Color Theory

2.1. General Purpose Run Length Encoding Relative Encoding Tokanization or Pattern Substitution

ITP 140 Mobile App Technologies. Colors Images Icons

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include:

A picture is worth a thousand words

Lecture - 3. by Shahid Farid

Graphics and Illustrations Fundamentals

Digital Imaging - Photoshop

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

Image is a spatial representation of an object or a scene. (image of a person, place, object)

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication

UNIT 7C Data Representation: Images and Sound

COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing. Digital Images Vector Graphics

Digital Imaging & Photoshop

CMPSC 390 Visual Computing Spring 2014 Bob Roos Review Notes Introduction and PixelMath

PENGENALAN TEKNIK TELEKOMUNIKASI CLO

Color and Images. Computer Science and Engineering College of Engineering The Ohio State University. Lecture 16

Photoshop Elements. Lecturer: Ivan Renesto. Course description and objectives. Audience. Prerequisites. Duration

Photoshop Study Notes and Questions

CGT 211 Sampling and File Formats

TEST INFORMATION: 40 questions 50 minutes 70% minimum required to pass. Score is based on a 1000 pt system so passing will be a 700.

Common File Formats. Need to store an image on disk Real photos Synthetic renderings Composed images. Desirable Features High quality.

Adobe Fireworks CS4 Kalamazoo Valley Community College February 25, 2010

Color & Compression. Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University

Images and Colour COSC342. Lecture 2 2 March 2015

Learning Outcomes. Black and White pictures. Bitmap Graphics. COMPSCI 111/111G Digital Images and Vector Graphics

Photoshop Elements Week 1 - Photoshop Elements Work Environment

4/9/2015. Simple Graphics and Image Processing. Simple Graphics. Overview of Turtle Graphics (continued) Overview of Turtle Graphics

CS101 Lecture 12: Digital Images. What You ll Learn Today

Multimedia. Graphics and Image Data Representations (Part 2)

PHOTOGRAPHY AND DIGITAL IMAGING

Welcome Back to Fundamentals of Multimedia (MR412) Fall, 2012 Chapter 3. ZHU Yongxin, Winson

Chapter 3 Graphics and Image Data Representations

Developing Multimedia Assets using Fireworks and Flash

Photoshop Domain 2: Identifying Design Elements When Preparing Images

How is Information Stored

CHAPTER 3 I M A G E S

UNIT 7B Data Representa1on: Images and Sound. Pixels. An image is stored in a computer as a sequence of pixels, picture elements.

1. Describe how a graphic would be stored in memory using a bit-mapped graphics package.

Pros and Cons for Each Type of Image Extensions

Digital Media. Lecture 4: Bitmapped images: Compression & Convolution Georgia Gwinnett College School of Science and Technology Dr.

Image Sequences or Vector Art in the Development of Flash* Games and Virtual Worlds? By Tom Costantini

Guide to Computer Forensics and Investigations Third Edition. Chapter 10 Chapter 10 Recovering Graphics Files

WordPress Users Group Manchester, NH July 13, Preparing Images for the Web. Daryl Johnson SvenGrafik

BEST PRACTICES FOR SCANNING DOCUMENTS. By Frank Harrell

How to Avoid Landmines: Managing your Motion Graphics Projects

Dr. Shahanawaj Ahamad. Dr. S.Ahamad, SWE-423, Unit-06

Information Hiding: Steganography & Steganalysis

Transcription:

Indexed Color A browser may support only a certain number of specific colors, creating a palette from which to choose Figure 3.11 The Netscape color palette 1

QUIZ How many bits are needed to represent this palette? Show your work. 2

How to digitize a picture Sample it Represent it as a collection of individual dots called pixels Quantize it Represent each pixel as one of 2 24 possible colors (TrueColor) Resolution = The # of pixels used to represent a picture 3

Digitized Images and Graphics Whole picture Figure 3.12 A digitized picture composed of many individual pixels 4

Digitized Images and Graphics Magnified portion of the picture See the pixels? Hands-on: paste the high-res image from the previous slide in Paint, then choose ZOOM = 800 Figure 3.12 A digitized picture composed of many individual pixels 5

QUIZ: Images A low-res image has 200 rows and 300 columns of pixels. What is the resolution? If the pixels are represented in True-Color, what is the size of the file? Same question in High-Color 6

Two types of image formats Raster Graphics = Storage on a pixel-by-pixel basis Vector Graphics = Storage in vector (i.e. mathematical) form 7

Raster Graphics GIF format Each image is made up of only 256 colors (indexed color similar to palette!) But they can be a different 256 for each image! Supports animation! Example Optimal for line art PNG format ( ping = Portable Network Graphics) Like GIF but achieves greater compression with wider range of color depth No animations 8

Bitmap format Contains the pixel color values of the image from left to right and from top to bottom Great candidate for run-length compression! Lossless, but files are large! JPEG format Averages color hues over short distances Lossy compression Optimal for color photographs 9

Vector Graphics A format that describes an image in terms of lines and geometric shapes A vector graphic is a series of commands that describe a line s direction, thickness, and color The file sizes tend to be smaller because not every pixel is described Example: Flash 10

Vector Graphics The good side: Vector graphics can be resized mathematically and changes can be calculated dynamically as needed The bad side: Vector graphics are not good for representing real-world images 11

3.6 Representing Video 12

Representing Video Video codec COmpressor/DECompressor Methods used to shrink the size of a movie to allow it to be played on a computer or over a network Almost all video codecs use lossy compressions to minimize the huge amounts of data associated with video 13

QUIZ video A 10-minute videoclip is shot in a resolution of 768x1024 True-Color pixels, and 24 frames/second. What is the uncompressed size of the video file? How long would it take to transmit it over a 100 Mbps Ethernet connection? 14

Representing Video Temporal compression A technique based on differences between consecutive frames: If most of an image in two frames hasn t changed, why should we waste space to duplicate all of the similar information? Spatial compression A technique based on removing redundant information within a frame: This problem is essentially the same as that faced when compressing still images 15

Chapter Review Questions Distinguish between analog and digital information Explain data compression and calculate compression ratios Explain the binary formats for negative (two s complement), fractional, and floating-point values Describe the characteristics of the ASCII and Unicode character sets Perform various types of text compression with pencil and paper: Keyword, Run-length, Huffman 16

Chapter Review Questions Explain the nature of sound and its representation Explain how RGB values define a color Distinguish between raster and vector graphics Explain temporal and spatial video compression 17

For next time: --Read pages 69-75 of text --Re-solve all today s quizzes Homework: 8,9,29,30,31,41,47,49,51,53, 61 --Due Friday, Feb.19 EOL6 18