Lecture 3. Fundamentals of Computer Graphics. Computer Graphics, a very broad term Fields Related to Computer Graphics Bitmap/Vector graphics, 2D/3D graphics,

Slides:



Advertisements
Similar presentations
Digital Image Resolution Image Resolution Preparing Digital Images For press or monitor presentation.
Advertisements

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Digital Imaging and Image Analysis
Color COM 366 Web Design & Production. RGB color Amount of light in each channel Closer to 255, whiter color gets Every color has value for red,
Capturing and optimising digital images for research Gilles Couzin.
Resolving the Problem Resolution: Concepts & Definitions.
Introduction to Computer Graphics
Information Technology Services North Dakota State University Lorna Olsen Get the Best Digital Images Possible What’s it all about anyway?
Vector vs. Bitmap SciVis V
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
Raster vs Vector and Image Resolution By Josh Gallagan.
V Obtained from a summer workshop in Guildford County July, 2014
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
 Scanned or digitally captured image  Image created on computer using graphics software.
Pixels, PPI, DPI, and LPI for Scanning, Printing, and Web Publishing
BITMAP & VECTOR GRAPHICS Art Fundamentals of Graphic Design.
Chapter 3 Survival Techniques. Goals Discover that being an Illustrator artist is more than just knowing the tools Develop a basic understanding of the.
Working with Graphics. Objectives Understand bitmap and vector graphics Place a graphic into a frame Work with the content indicator Transform frame contents.
Computer Image Dr Jimmy Lam CAD for Fashion and Textiles.
Image size and Image Sensors. Look at an image in Photoshop Two ways to specify Image size…
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
HBCU-CUL Digital Imaging Workshop, November 2005
Analog and Digital Cameras  History of Digital cameras  Advantages and Disadvantages / Similarities and Differences of both types of cameras  Types.
Scanning 101 and Beyond Media & Instructional Technology Services Darryl Simcoe, Instructor Scanning: process of converting images to digital data files.
Dean Pentcheff NHMLAC MBPC/Crustacea 17 April 2006.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Digital Media SM1001 Digital Media, Semester A School of Creative Media © Week 04, 2011 Digital Image (Part 1 of 2) An introduction to the technical side.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Vector vs. Bitmap
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
Bitmap Vs. Vector Graphics. To create effective artwork, you need to understand some basic concepts about vector graphics versus bitmap images, resolution,
Graphics and Animation Multimedia Projects Part 2.
JRN 440 Adv. Online Journalism Resizing and resampling Monday, 2/6/12.
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.
Color and Resolution Introduction to Digital Imaging.
Adobe Illustrator Chapter 1 Notes Pages 1-2 –1-75 Mrs. Leonard.
I n t r o t o d e s i g n Raster vs. Vector Images.
Chapter 3 Pelekanou Olga INF221 INTRODUCTION TO MULTIMEDIA.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
ADOBE PHOTOSHOP VECTOR VS RASTER. Pixel A pixel is the fundamental unit of an image in Photoshop. It is a small square block of color. An image often.
Vector vs. Raster Objectives:
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
 Scanned or digitally captured image  Image created on computer using graphics software.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
PLACING AND LINKING GRAPHICS
Adobe Photoshop CS5 – Illustrated Unit A: Getting Started with Photoshop CS5.
OV Copyright © 2012 Logical Operations, Inc. All rights reserved. Beginning with Image Basics  Manage Image Elements and Formats  Work with Digital.
Scanning Basics. An image can be created, opened, edited, and saved in over a dozen different file formats in Photoshop. Of these, you might use only.
COMPUTER GRAPHICS. Once you scan an image or take a picture with your digital camera, it becomes digitized. Made up of hundreds of thousands of pixels.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
Sci Vis I Exam Review Most Missed Review Questions.
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Guilford County SciVis V104.03
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
ITEC2110, Digital Media Chapter 3 Digital Image Processing 1 GGC -- ITEC Digital Media.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Basic Digital Imaging For PE 266 Technology in HPER.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
Vector vs. Bitmap. Vector Images Vector images (also called outline images) are images made with lines, text, and shapes. Test type is considered to be.
Vector (Shapes) vs. Raster (Pixels)
Vector vs. Bitmap.
Digital Image Formation
LET’S LEARN ABOUT GRAPHICS!
Digital Images.
ImageEditing Understanding Image Resolution.
Screen and Image Resolution
Vector (Shapes) vs. Raster (Pixels)
VISUAL COMMUNICATION USING ADOBE PHOTOSHOP CREATIVE SUITE 5
Presentation transcript:

Lecture 3. Fundamentals of Computer Graphics

Computer Graphics, a very broad term Fields Related to Computer Graphics Bitmap/Vector graphics, 2D/3D graphics, Computer-aided design, Digital video, Interactive Multimedia, Net Art, Subcategory of Computer Science Digital Imaging A field that includes digital photography, scanning, and composition and manipulation of bit-mapped graphics.

Analog to Digital Conversion Digital signals are generated by sampling analog signals Digital information is always a subset of analog information Digitization allow processing of images using computer, by providing better noise correction.

Bitmap (Raster) Graphics made up of a grid of dots known as pixels most common electronic medium for continuous- tone images, such as photographs or digital paintings resolution-dependent ( causes pixellation ) Photoshop

Vector Graphics made up of mathematically defined lines and curves called vectors move, resize, or change the color of a graphic object without losing the quality of the graphic resolution-independent Computer generated curves & objects Flash, Illustrator, Maya…

Bitmap vs Vector image

Anatomy of Bitmap Image Pixel Basic building block of a bitmap image Each pixel in the grid is the same size and has a tonal value 256 different levels or separate tones to create a smooth transition from dark to light

Anatomy of Bitmap Image Digital Data Based on binary numbers 1bit has a value either 0 or 1 8 bits=1 byte ( 2*2*2*2*2*2*2*2 = 256 combination, 0 – 255 ) 24 bits = 3 byte ( 256(8bit)*256*256 = 16,777,216 combination 0 – 16,777,215 ) 1024 bytes=1 kilobyte 1024 kilobytes=1 megabyte 1024 megabytes=1 gigabyte

Anatomy of Bitmap Image Bit Depth Number of bit needed to define a ton for a pixel

Resolution Pixel Dimension -The number of pixels along the height and width of a bitmap image - A pixel has no fixed size (it can be scaled or shrink ) - The pixel size is determined by the image resolution( for print) or by monitor resolution (for display)

Resolution Image Resolution -how large or small the pixels appear in the final printed image -the number of pixels per inch (ppi) printed on a page

Resolution 104 pixel wide at 60 ppi104 pixel wide at 30 ppi The greater the resolution the smaller the pixels and the greater the apparent sharpness of the image

Resolution

Resampling - changing the pixel dimensions (and therefore display size) of an image by interpolation technique such as pixel replication/ elimination. - downsample (decrease the number of pixels), information is deleted from the image. - resample up (increase the number of pixels), new pixels are added. - bilinear, bicubic and nearest neighbor

Resolution Downsampled image Original image Resampled-up image

Resolution Pixellation A status when the individual pixels of an image are visible for human eyes due to the low resolution.

Resolution Monitor Resolution - Image data are translated directly into monitor pixels. - Monitor resolution depends on the size of the monitor(15”, 21”) plus its pixel setting(1024*768, 640*480)

Resolution Printer Resolution - the number of ink dots per inch (dpi) Screen frequency - lines of cells per inch in a halftone screen. (lpi) - use an image resolution that is from 1.5 to at most 2 of screen frequency

Tips for Deciding Image resolution Output to Print -Divide the print resolution by a factor of 3. -When screen frequency is offered : Multiply the screen frequency by a factor of 2. -Minimum 150 ppi, ppi for high quality Screen display ( ex. web, digital video ) - 72 ppi  When you first scan images, use a resolution high enough to avoid resampling up

Digital Image File Size Determined by -pixel dimension (inter-related with image resolution and output dimensions) -bit depth -number of channels -embedded layers - Compression

Digital Image File Size Example. File size of an 8bit RGB (10 by 10) image Pixel dimension = 10*10 Bit depth = 8bit # of Channel = 3 (for Red, Blue, Green) Estimated File size = (Total pixel per channel) * (Bit Depth) * (# of channel ) = (10*10)*8bit*3 = 2400 bit = 300 byte ** The file size calculated in this manner does not imply the actual file size since an image file contains other information about the file as well as pixel information.

Reference Digital Imaging by Mark Galer and Les Horvat, Focal Press © 2001 Ars Electronica: Facing the Future, A Survey of Two Decades by Timothy Druckrey (ed), The MIT Press © 1999 Adobe Photoshop CS online help