Multimedia Basics (1) Hongli Luo CEIT, IPFW. Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital.

Slides:



Advertisements
Similar presentations
Image Data Representations and Standards
Advertisements

Discrete Media: Text, Still Images
Lecture 3: Spring 2009 Graphics and Image Data Representations
Li & Drew © Prentice Hall Chapter 3 Graphics and Image Data Representations 3.1 Graphics/Image Data Types 3.2 Popular File Formats 3.3 Further Exploration.
Graphics in the web Digital Media: Communication and Design
Introduction to Computer Graphics
Guilford County SciVis V106.01
V Obtained from a Guildford County workshop-Summer, 2014.
Images and Color Multimedia Systems (Module 1 Lesson 2)
Image and Sound Editing Raed S. Rasheed Image Image. Digital image. – Raster images. – Vector Images. – Stereo Images. – Image File Formats Lossless.
Manipulating Images Image A visual representation of something that is seen in real life. It can be two-dimensional or three-dimensional A visual representation.
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.
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,
Dr Jimmy Lam CAD for Fashion and Textiles
Fundamentals of Multimedia
Media File Formats Jon Ivins, DMU. Text Files n Two types n 1. Plain text (unformatted) u ASCII Character set is most common u 7 bits are used u This.
Page 18/30/2015 CSE 40373/60373: Multimedia Systems 4.2 Color Models in Images  Colors models and spaces used for stored, displayed, and printed images.
Task 01 – Explain how different types of graphical images relate to file formats, file conversions, formats and compression. Emily Riley.
File Formats About graphic file formats And image compression.
Chapter 3 Graphics and Image Data Representations
Graphics and Image Data Representations Mr.Nael Aburas 1.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Lecture 4 - Introduction to Computer Graphics
Digital Images Chapter 8, Exploring the Digital Domain.
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
Chapter 3 Graphics and Image Data Representations
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.
All About File Formats Mr. Butler John Jay High School Department of Technology.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Digital Image: Representation & Processing (2/2) Lecture-3
1 TTM4142 Networked Multimedia Systems Video Basics Image and Video Lossless Compression Leif Arne Rønningen Autumn 2008.
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.
Graphic File Formats Week 11 Lecture 1. Graphic File Formats Standardized ways to organise and store image data Image files are made up of picture elements.
Data Compression. Compression? Compression refers to the ways in which the amount of data needed to store an image or other file can be reduced. This.
Information Processes and Technology Multimedia: Graphics.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
Image formats. Basic terminologies… Pixels: Pixels are the building blocks of every digital image. a pixel is a single point in a graphic image. Resolutions:
Addressing Image Compression Techniques on current Internet Technologies By: Eduardo J. Moreira & Onyeka Ezenwoye CIS-6931 Term Paper.
Chapter 1. Introduction. Goals of Image Processing “One picture is worth more than a thousand words” 1.Improvement of pictorial information for human.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
File Format. Graphics file Format GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) TIFF (Tag.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
File Format. Graphic file Format GIF –cross-platform compatibility –developed by CompuServe as a common format for exchanging bitmapped images between.
Raster Graphics 2.01 Investigate graphic image design.
Dr. Rasha Orban CS Department. Graphics and Image Data Representations Lecture 4.
Digital Images are represented by manipulating this…
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.
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.
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.
Chapter 3_B Graphics and Image Data Representations 1.Graphics/Image Data Types 2.Popular File Formats 3.Further Exploration 1.
Graphics and image data representation
Sampling, Quantization, Color Models & Indexed Color
Computer Science Higher
Chapter 3 Graphics and Image Data Representations
Raster Images CPSC 1030.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Chapter 3_B Graphics and Image Data Representations
A computer display is made up of small squares, called pixels.
Fundamentals of Multimedia
Image File Size and File Compression
Saving Images from Fireworks
Representing Images 2.6 – Data Representation.
COMS 161 Introduction to Computing
GRAPHICAL DATA EXCHANGE FORMATS .jpg .gif .tif.
Multimedia System Image
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Presentation transcript:

Multimedia Basics (1) Hongli Luo CEIT, IPFW

Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital Video

3.1 Image Data Type  A digital image consists of many picture elements - pixels. r The number of pixels determine the quality of the image - resolution r Image resolution refers to the number of pixels in a digital image (higher resolution always yields better quality). r Fairly high resolution for such an image might be 1600 x 1200, whereas lower resolution might be 640 x 480.

1-bit Images r Each pixel is stored as a single bit (0 or 1), so also referred to as binary image. r Such an image is also called a 1-bit monochrome image since it contains no color. r A 640 * 480 monochrome image requires 38.4 Kbytes of storage. Fig. 3.1 shows a 1-bit monochrome image (called “Lena“ by multimedia scientists, this is a standard image used to illustrate many algorithms).

8-bit Gray-level Image r Each pixel has a gray-value between 0 and 255. Each pixel is represented by a single byte; e.g., a dark pixel might have a value of 10, and a bright one might be 230. r The entire image is a two-dimensional array of pixel values. r Each pixel is usually stored as a byte (a value between 0 to 255), so a 640 x 480 grayscale image requires 300 kB of storage (640 x 480 = 307, 200). r Fig. 3.3 shows the Lena image again, but this time in grayscale.

Image Data Type r The most common data types for graphics and image formats - 24-bit color and 8-bit color. r Some formats are restricted to particular hardware/operating system platforms, while others are “cross-platform” formats. r Even if some formats are not cross-platform, there are con- version applications that will recognize and translate formats from one system to another. r Most image formats incorporate some variation of a compression technique due to the large storage size of image files. Compression techniques can be classified into either lossless or lossy.

24-bit Color Images r In a color 24-bit image, each pixel is represented by three bytes, usually representing RGB. m This format supports 256 x 256 x 256 possible combined colors, or a total of 16,777,216 possible colors. m However such flexibility does result in a storage penalty: A 640 x bit color image would require kB of storage without any compression. r An important point: many 24-bit color images are actually stored as 32-bit images, with the extra byte of data for each pixel used to store an alpha value representing special effect information. r Fig. 3.5 shows the image forestfire.bmp., a 24-bit image in Microsoft Windows BMP format. Also shown are the grayscale images for just the Red, Green, and Blue channels, for this image.

Figure 3.5 Example of 24-bit color image

8-bit Color Image r One byte for each pixel r Supports 256 color out of millions of possible, acceptable color quality r Requires color Lookup Table to store color information. r Basically, the image stores not color, but instead just a set of bytes, each of which is actually an index into a table with 3-byte values that specify the color for a pixel with that lookup table index. r A 640 x bit color image requires KB of storage (the same size as 8-bit greyscale)

Color Look-up Tables (LUTs) r The idea used in 8-bit color images is to store only the index, or code value, for each pixel. Then, e.g., if a pixel stores the value 25, the meaning is to go to row 25 in a color look-up table (LUT). r The image file can store in the file header information what 8-bit values for RGB correspond to each index.

Popular File Formats r 8-bit GIF (GIF87a, GIF89a) m one of the most important format because of its historical connection to the WWW and HTML markup language as the first image type recognized by web browsers. m Limited to 8-bit (256) color images only, while producing acceptable color images, is best suited for images with few distinctive colors m Uses the Lempel-Ziv Welch (LZW) algorithm (a lossless compression) m Original specification is GIF87a, GIF89a is the late version.

Popular File Formats r JPEG m A standard for photographic image compression created by the Joint Photographic Experts Group m The human vision system has some specific limitations and JPEG takes advantage of these to achieve high rates of compression. m Lossy compression which allows the user to set a desired level of quality, or compression ratio. E.g.,a JPEG image with a quality factor A=75% yields an image size 5.6% of the original. A GIF version yields an image size 23.0% of the original

Popular File Formats r Microsoft Windows : BMP m A system standard graphics file format for Microsoft Windows m Run-length encoding compression m Capable of storing 24-bit bitmap images r Tiff – Tagged Image File Format m Originally a lossless format, now allows JPEG compression r Postscript/Encapsulated Postscript (ps/eps) m PS: does not provide compression, stored as ASCII m PDF: LZW compression r PNG – Portable Network Graphics m Meant to supersede GIF standard r Macintosh: PAINT and PICT