Computer Graphics Lecture 06 Fasih ur Rehman. Last Class Overview of Graphic Systems – LED Display – Plasma TV – Hardcopy Devices – Input Devices Human.

Slides:



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

Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Images.
2.01 Understand Digital Raster Graphics
Graphics in the web Digital Media: Communication and Design
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.
Images you see on your screen are made up of these things called pixels. A screen will show over 1 million pixels and then a computer has to do what it.
Computer Graphics Lecture 05 Fasih ur Rehman. Last Class Overview of Graphic Systems – Vector Displays – Movie Standards – LCD’s.
Computer Graphics Lecture 10 Fasih ur Rehman. Last Class Viewing – Perspectives – Projections.
Core Issues in Digital Preservation: Text and Images Jacob Nadal, Preservation Officer UCLA Library.
Digital Imaging Utah State University Extension Eric Hawley.
Lecture 03 Fasih ur Rehman
1 Image Basics Hao Jiang Computer Science Department Sept. 4, 2014.
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.
Computer Graphics Lecture 28 Fasih ur Rehman. Last Class GUI Attributes – Windows, icons, menus, pointing devices, graphics Advantages Design Process.
Digital Camera Overview IT 130 Web Graphics and Multimedia.
THE THEORY & CONCEPTS Lesson 1 – Part 1. What is Graphic Design It’s a CREATIVE PROCESS Undertaken in order to convey a specific message/s I can’t teach.
Computer Graphics Lecture 04 Fasih ur Rehman. Last Class Overview of Graphics Systems – Display Devices Colors and colored displays Raster displays and.
Computer Graphics Lecture 01 Fasih ur Rehman. About Instructor MSc in Electronics and MSc in Systems Engineering in 1994 and 1996 respectively from Quaid-e-Azam.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
COMPUTER GRAPHICS Hochiminh city University of Technology Faculty of Computer Science and Engineering CHAPTER 01: Graphics System.
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.
Digital Image Formats: An Explanation Guilford County SciVis V
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
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:
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Graphics workshop Library and Information Services University of St Andrews.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Digital Graphics. Formats: BMP – Bitmap image file which is used to store Bitmap digital images PNG – Portable Network Graphics GIF – Graphics Interchange.
Things to Remember When working with digital images.
Raster Graphics 2.01 Investigate graphic image design.
Computer Graphics Lecture 08 Fasih ur Rehman. Last Class Ray Tracing.
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.
Principles of Information Technology Module 4 Test Review Peripheral Devices.
Computer Graphics Lecture 02 Fasih ur Rehman. Last Class Introduction to Computer Graphics Areas Application.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Computer Graphics Lecture 20 Fasih ur Rehman. Last Class Clipping – What is clipping – Why we do clipping – How clipping is done.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Lesson 2: Introduction to Digital Imaging Digital Photography MITSAA IAP 2003 Rob Zehner.
Digital Image Formats: An Explanation Guilford County SciVis V
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Computer Graphics Lecture 26 Fasih ur Rehman. Last Class Shading Phong Reflection Model.
By Nathan Lowe.  Graphic cards are high specification cards with lots of memory and fast processors providing lots of power for the updated games or.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Computer Graphics Lecture 17 Fasih ur Rehman. Last Class 3D Transforms Inverse Rotation.
By tom squire.  Graphic cards are made of millions of dots called pixels. Graphic cards take data from the CPU and turn it into a picture. At most common.
Computer Graphics Lecture 25 Fasih ur Rehman. Last Class Shading.
Computer Graphics Lecture 16 Fasih ur Rehman. Last Class Homogeneous transformations Types of Transformations – Linear Transformations – Affine Transformations.
2.01 Understand Digital Raster Graphics
Computer Graphics Lecture 09 Fasih ur Rehman. Last Class Viewing – Perspectives – Projections.
Computer Graphics Lecture 15 Fasih ur Rehman. Last Class Combining Transformations Affine versus Rigid body Transformations Homogenous Transformations.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Sampling, Quantization, Color Models & Indexed Color
2.01 Understand Digital Raster Graphics
File Formats.
2.01 Investigate graphic image design.
2D Drawing Basics 1.
Lecture 18 Fasih ur Rehman
Digital Image Formats: An Explanation
1.01 Investigate graphic types and file formats.
Web Design and Development
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Basic Concepts of Digital Imaging
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Presentation transcript:

Computer Graphics Lecture 06 Fasih ur Rehman

Last Class Overview of Graphic Systems – LED Display – Plasma TV – Hardcopy Devices – Input Devices Human Visual System

Today’s Agenda Human Visual System – Illusions Ray Tracing

Illusions

Pixel Formats 1-bit gray scale—text and other images where intermediate grays are not desired (high resolution required) 8-bit RGB fixed-range color (24 bits total per pixel)—web and applications, consumer photographs 8- or 10-bit fixed-range RGB (24–30 bits/pixel)—digital interfaces to computer displays; 12- to 14-bit fixed-range RGB (36–42 bits/pixel)—raw camera images for professional photography 16-bit fixed-range RGB (48 bits/pixel)—professional photography and printing, intermediate format for image processing of fixed-range images; 16-bit fixed-range gray scale (16 bits/pixel)—radiology and medical imaging; 16-bit “half-precision” floating-point RGB—HDR images; intermediate format for real-time rendering; 32-bit floating-point RGB—general-purpose intermediate format for software rendering and processing of HDR images.

Image Storage RGB images result in almost 3MB for 1 million pixel image To reduce storage space, various compression techniques are employed and used in image compression. Generally compression is categorized as – Lossless Compression – Lossy Compression

Storage Formats jpeg. This lossy format compresses image blocks based on thresholds in the human visual system. This format works well for natural images. tiff. This format is most commonly used to hold binary images or losslessly compressed 8- or 16- bit RGB although many other options exist. ppm. (Portable Pixel Map)This very simple lossless, uncompressed format is most often used for 8-bit RGB images although many options exist. png. (Portable Network Graphics) This is a set of lossless formats with a good set of open source management tools.

Rendering

Most basic task in graphics. Two types – Object Oder Rendering: each object is taken into account and for each object all the pixels that it influences are found and updated. – Image Oder Rendering: each pixel is considered in turn, and for each pixel all the objects that influence it are found and the pixel value is computed.

Ray Tracing Building an imaging model by following light from a source is known as Ray Tracing A Ray is a semi infinite line that emerges from s source and continues to infinity in one direction Part of ray contributes in making image. Surfaces – Diffusing – Reflecting – Refracting

Summary Human Visual System – Illusions Ray Tracing

References Fundamentals of Computer Graphics Third Edition by Peter Shirley and Steve Marschner Interactive Computer Graphics, A Top-down Approach with OpenGL (Third Edition) by Edward Angel.