Understanding Images on the Computer How do images work and why?

Slides:



Advertisements
Similar presentations
2.01 Investigate graphic image design. Image Resolution.
Advertisements

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Raster Graphics vs. Vector Graphics
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Information Technology Services North Dakota State University Lorna Olsen Get the Best Digital Images Possible What’s it all about anyway?
The University of Adelaide Picture Perfect: Image Formats and Resolution Peter Murdoch March 2014 PREPARING GOOD LOOKING DOCUMENTS.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
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.
Understanding Web Graphics Web Design Section 5-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Computer Image Dr Jimmy Lam CAD for Fashion and Textiles.
The Printer A printer produces a paper copy of the information displayed on the monitor. A printer produces a hard copy, which means you can really touch.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Pixels, Resolution and File Types Using Digital Media in the Classroom START.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Bitmap Vs. Vector Graphics. To create effective artwork, you need to understand some basic concepts about vector graphics versus bitmap images, resolution,
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
2.01D Investigate graphic image design. Image Resolution.
Graphics and Images Communicating Information : Documents and Publications.
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.
Digital Darkroom I Theresa L. Ford. Objectives Basic Digital Image Terminology Screen Display of Pictures –Why are pictures too big for the screen? –Why.
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.
Graphics workshop Library and Information Services University of St Andrews.
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.
Graphics and CAD. LO: Understanding graphics formats, manipulation, and the benefits of using CAD software. Learning Outcome: Define key words and answer.
2.01A-C Vocabulary Review Graphic, Raster and Vector Images Away We Go!!
Graphic Format Factors
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $
Raster Graphics 2.01 Investigate graphic image design.
Images Size & The Web. When putting your photos on the Web or sending them by , the smaller you can get them, the better. One simple thing you can.
Graphics Concepts Presentation
Exploring Web Design Chapter 1. Objectives Develop a new perspective of the WWW Learn what makes a website good or bad Discover how to apply objective.
Information Technology Images: Types, Resolution and Techniques.
Glencoe Introduction to Web Design Chapter 8 Web Graphics 1 A bitmap file format that is used by scanners and graphics programs for use in print.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Lesson 2: Introduction to Digital Imaging Digital Photography MITSAA IAP 2003 Rob Zehner.
Vocabulary Worksheet Answers
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
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.
ITEC2110, Digital Media Chapter 3 Digital Image Processing 1 GGC -- ITEC Digital Media.
Graphic Format Factors
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Understanding Web Graphics
Graphic Format Factors
Screen and Image Resolution
Pixel, Resolution, Image Size
Introduction to raster graphics
2.01 Investigate graphic image design.
Graphics Basics Ellen Eyth.
File size and image quality
An Introduction to Scanning and Storing Photographs and Graphics
Graphics Basic Concepts.
Screen and Image Resolution
Web Design and Development
MED 2001 Advanced Media Production
Graphic Format Factors
2.01 Investigate graphic image design.
Color and Images.
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Screen and Image Resolution
Presentation transcript:

Understanding Images on the Computer How do images work and why?

All Images on the Computer work in one of two ways… 1.Vector based images Use math to draw their shapes 2.Raster based images Use pixels to make images

Vector Based Images Tend to be graphic in nature (not photographs) More likely to be made of simple shapes Can be scaled to any size and not get “pixilated” Generally do not create large file sizes

Raster Images Are made up of hundreds or thousands or even millions of little pixels. Used for images hard to describe with math (such as photos) When enlarged they become “pixilated” Have something called “resolution” to define their quality.

Original raster imageBlown up so you can see pixels

About Resolution Measured in DPI (dots per inch) Measured in LPI (lines per inch) Measured in PPI (pixels per inch) Computer monitors generally display at 72 dpi Ink jet printers print at about 150 dpi Laser Printers print at 300 – 600 dpi

Resolution Continued Think about DPI as density of pixels. The more dense they are, the finer the quality of the image. The more pixels there are in an image, the more space that image will take up on your hard disk.

Compression - Lossy JPEG – loses information out of the image to make it smaller. The higher the compression with jpeg, the worse the quality. You will see “artifacts” Files end in.jpg or.jpeg

Compression - Lossless GIF – makes a file smaller by using a kind of short hand to keep track of pixels. Good for graphics without a lot of different colored pixels (not good for photographs) PNG – Like GIF but includes an alpha channel for transparency.

Recommendations Pick the right kind of compression for the job Pay attention to size / quality needs of the situation Don’t let projects get bloated with unnecessarily huge images.