COMS 161 Introduction to Computing

Slides:



Advertisements
Similar presentations
Graphics on the Web. Common Image File Types As you may know, the most widely supported web image graphic formats are GIF and JPEG. So the question is.
Advertisements

Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Graphics in the web Digital Media: Communication and Design
Guilford County SciVis V106.01
V Obtained from a Guildford County workshop-Summer, 2014.
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.
File Formats By Jack Turner. Raster (Bitmap) Raster or bitmap is a dot matrix data structure, containing columns of dots and rows, of a graphics image.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Department of Physics and Astronomy DIGITAL IMAGE PROCESSING
File Formats COM 366 Web Design & Layout. Native file format –Format native to software program –.psd > PhotoShop default Preserves layers –Use “Save.
1 Image Compression. 2 GIF: Graphics Interchange Format Basic mode Dynamic mode A LZW method.
Digital Images Chapter 8, Exploring the Digital Domain.
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.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Digital Image: Representation & Processing (2/2) Lecture-3
Multimedia Elements: Sound, Animation, and Video.
September 21, COMPUTER VISION WEB PAGE IS UP !! OR Simply go to computer science homepage.
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.
Digital Darkroom I Theresa L. Ford. Objectives Basic Digital Image Terminology Screen Display of Pictures –Why are pictures too big for the screen? –Why.
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.
In this lecture, you will learn: 1 Basic ideas of video compression General types of compression methods.
Chapter 2 : Imaging and Image Representation Computer Vision Lab. Chonbuk National University.
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:
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.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Web Graphics. Colours and Display Graphics and Modems 28.8kbps = 3.6 KB per second 36 KB takes 10 seconds to load. Pixels and color.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
 JPEG is a standardized image compression mechanism.  JPEG stands for Joint Photographic Experts Group.  JPEG is designed for compressing either full-
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.
Using the Sony DSC-P52 Camera Sunday, December 06, 2015.
CSCI-100 Introduction to Computing Hardware Part II.
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.
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
1 Perception and VR MONT 104S, Fall 2008 Lecture 20 Computer Graphics and VR.
Lesson 2: Introduction to Digital Imaging Digital Photography MITSAA IAP 2003 Rob Zehner.
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.
JPEG Lafi Al-Anazi EE What is JPEG? - JPEG (pronounced "jay-peg") is a standardized image compression mechanism. JPEG stands for Joint Photographic.
Information Systems Design and Development Media Types Computing Science.
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.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Graphics and image data representation
Sampling, Quantization, Color Models & Indexed Color
Digital Photo editing with Photoshop
Image Formats.
Graphics Bitmap Vector
JPG vs GIF vs PNG What is the difference?
Raster Images CPSC 1030.
"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.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
COMS 161 Introduction to Computing
Introduction to Computer Graphics
Graphics Basic Concepts.
Notes on the color table and indexed color concept
Web Design and Development
Creating Images for the Web
Graphic File Format Skill Area
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:

COMS 161 Introduction to Computing Title: Digital Images Date: February 25, 2005 Lecture Number: 18

Announcements Homework Due 2/25/05

Review Color Images Color Models Storing Images RGB CMYK HSB Color index

Outline Storing Images in Files File format Format types Gif Jpeg Lossy compression Lossless compression

Storing Digital Images Digital images are converted to files for storage and transfer File type A special format for ordering and storing the bytes that make up the image There are many different file or format types to represent digital images Different formats are not often compatible

Storing Digital Images Applications specify the image formats it accepts Most formats have a Header Image data

Storing Digital Images Headers contain Number of rows (height) columns (width) bands bits per pixel file type (magic number) type of compression

Storing Digital Images GIF (Graphic Interchange Format) Indexed color image (up to 256 colors) Compressed Used in Web applications JPEG (Joint Photographic Experts Group) Lossy compression with variable controls Also used in Web applications

Compressing Images Some image file types compress the image data Lossless Lossy compression

Compressing Images JPEG (pronounced "jay-peg") A standardized image compression mechanism Stands for Joint Photographic Experts Group The original name of the committee that wrote the standard Designed for compressing Full-color or gray-scale images of natural, real-world scenes Handles only still images A related standard (MPEG) for motion pictures 7

Compressing Images JPEG is "lossy“ Decompressed image is an approximation to the original image Compression exploits known limitations of the human eye Small color changes are perceived less accurately than small changes in brightness The degree of lossiness can be varied by adjusting compression parameters Trade-off between file size and image quality Decoders can trade off decoding speed against image quality 7

Compressing Images JPEG advantages Disadvantages Smaller files Data storage Network transmission Can store RGB 24-bit color images gif images are only 8-bit Disadvantages Longer to view a file Decompress the data 7