A Digital Imaging Primer Nick Dvoracek Instructional Resources Center University of Wisconsin Oshkosh.

Slides:



Advertisements
Similar presentations
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,
Advertisements

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.
Resolving the Problem Resolution: Concepts & Definitions.
2.01 Understand Digital Raster Graphics
Graphics in the web Digital Media: Communication and Design
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.
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.
File Formats The most common image file formats, the most important for cameras, printing, scanning, and internet use, are JPG, TIF, PNG, and GIF.
Photoshop: Designing Graphics for the Web Christine Vucinich & Vicki Weidler ITS Training Services 224 B Computer Building University Park, PA 16802
Scanning and Graphics Workshop I Graphics for the Web, Scanning and Introduction to Photoshop.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
Introduction to Graphic Arts Technology PRINT Versus WEB.
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
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.
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
GRAPHICS/IMAGES INFSCI Source: Learning Web Design by Jennifer Niederst RobbinsJennifer Niederst Robbins Creating Images:  Scanning  Be aware.
1 Graphics Talk v1.1, Apr-2004Murray Niman G6JYB PC Graphics - From Megabytes To Modest Bytes By Murray Niman G6JYB.
Fundamentals of Photoshop
1 Ethics of Computing MONT 113G, Spring 2012 Session 11 Graphics on the Web Limits of Computer Science.
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
Dean Pentcheff NHMLAC MBPC/Crustacea 17 April 2006.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Foundations of Web Design I Photoshop CS5 Michael Daniel
Web Image Basics Comp 140 December 2. Vector Graphics Can be repositioned or resized – Will not diminish output quality Typically stored in AI, EPS, PICT.
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.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Graphics in HTML. Graphics  Question: How does a web page include graphics?  Are the graphics included in the HTML file or separate files?
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.
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 An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Things to Remember When working with digital images.
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.
Digital Images are represented by manipulating this…
Resolution The resolution of an image is determined by the number of individually addressable points that make up the image, whether it is the number.
Information Technology Images: Types, Resolution and Techniques.
Digital Images and Digital Cameras take notes in your journal.
Lesson 2: Introduction to Digital Imaging Digital Photography MITSAA IAP 2003 Rob Zehner.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
Photoshop Basics: Extended Instructor: Vicki Weidler Assistant: Joaquin Obieta.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Understanding Web Graphics
Binary Representation in Audio and Images
2.01 Understand Digital Raster Graphics
Digital Photo editing with Photoshop
2.01 Investigate graphic image design.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
GRAPHICS Source:
Image File Size and File Compression
LET’S LEARN ABOUT GRAPHICS!
Digital Images.
An Introduction to Scanning and Storing Photographs and Graphics
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Web Programming– UFCFB Lecture 7
Color and Images.
2.01 Investigate graphic image design.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
2.01 Investigate graphic image design.
Presentation transcript:

A Digital Imaging Primer Nick Dvoracek Instructional Resources Center University of Wisconsin Oshkosh

Often not an end in itself � Files created for use On the World Wide Web In presentation programs In desktop publishing For scientific analysis

In order to get The best image quality For the least amount of disk space You must consider Image type Intended use (output device) Size in final application

Digital Images are made from a pattern of dots � Called pixels � Short for picture element

2 x 3 pixels less that 1K

25 x 17 pixels 2K

125 x 87 pixels 32K

375 x K

1500 x MB

Image types Line Art Black and White only “Graphics” Flat areas of few colors Continuous tone greyscale Continuous tone color

Color Depth � The amount of data for each pixel determines the number of possible colors

Line art (1 bit per pixel) � Use when you only have black and white in an image � For print applications

Indexed color (8 bits) � 256 (2 8 ) colors � Used to reduce file size � Other methods accomplish this better � Transparent & interlaced GIF Color Look Up Table

Indexed color (8 bits) � Best format for “Graphic” images � That don’t have 256 colors to start with

System Palette � Not very accurate, but universal � No longer necessary

Adaptive pallette � Best approximates true colors

Dithering � Better color approximation � But lower resolution

Grey scale � 8 bits per pixel � 256 shades of grey � About as many as can be perceived

Full Color (RGB) � Millions of colors � 24 bits per pixel � 8 bits for Red � 8 bits for Blue � 8 bits for Green

Full Color (RGB) � Millions of colors � 24 bits per pixel � 8 bits for Red � 8 bits for Blue � 8 bits for Green

Full Color (CMYK) � Use when printing critical color � Define RGB to CMYK specifically for your monitor and printer

Resolution equals number of pixels divided by size

125 x 87 pixels 3.5 ” 5”

125 x 87 pixels 25 dpi 3.5” 5”

125 x 87 pixels 1.1” 1.6”

125 x 87 pixels 75 dpi 1.1” 1.6”

The right resolution � Depends on � Image type � What is output device capable of? � There is no “universal” scan. � Too high saves immense amounts of data without improving image � Too low results in poor image quality

The right resolution - Print � Line copy � Use the full resolution of the output device � Printers range from 300 dpi to 1440 � Anything over 400 is hard to see the difference See Page 7

The right resolution - Print Color or Greyscale Printers simulate colors and shades of grey by “halftoning”

Halftoning � clustered to create � “halftone dots” “printer dots”

Halftoning � Color printers work this way also � Except with four layers of color

The right resolution - Print Color or Grey One and a half to two times the printer’s “halftone frequency” � 125 to 200 dots per inch See Page 9

The right resolution - Print � Be sure to specify final size of the image. � Resolution (dots per inch) changes if the number of inches changes. � i.e. if you resize in the final application

The right resolution - The screen � Monitors and projectors can display any color for each pixel � The size of monitors and projectors is commonly expressed in numbers of pixels rather than physical size � 640 x 480, 800 x 600, 1024 x 768

The right resolution - The screen � Treat line copy, “graphic” images, grey scale and color the same. � Use indexed color or grey scale instead of 1-bit for line copy images. 1-bitgreyscale

The right resolution - The screen � Powerpoint � Assume you will be using a 1024 x 768 projector. � Powerpoint thinks its slides are 10 x 7.5 inches � Acquiring 10 x 7.5 inches at 100 dpi gives you the right number of pixels � if your image is intended to fill the screen

The right resolution - The screen � The web � Web browsers ignore any information that refers to physical size. � Only dimensions in pixels are taken into account

The right resolution - The screen � The web � Different users may have different sized monitors at different resolution. � Assume a browser window 750 pixels wide. � It won’t always be right, but it’s the most common.

The right resolution - The screen � The web � You can resize images with HTML commands � But it’s a really bad idea.

Scanning control La Cie Silverscanner

Digital Camera resolution 6 Megapixels – 2832 x Megapixels – 2048 x Megapixel – 1280 x 960 VGA – 640 x 480

File formats - TIFF Supports any size, resolution or color depth. Best format for “desktop publishing” Modest file compression (LZW)

File formats - JPEG Use for “natural” pictures: photographs, drawings For print applications use highest quality For internet, medium quality is OK “Lossy” compression - don’t use if you’re going to manipulate image

File formats - GIF Use for “graphic” pictures: charts, diagrams Requires indexed color Only format that features transparency and interlace.

Transparent Not Transparent

Embedded files When you place a file in PowerPoint… your file size increases by the size of the placed files.

Linked files When you place a file in Pagemaker… your file size increases only slightly but, you have keep the image file in the same place for Pagemaker to use when it needs to display or print the file Put everything in a folder If you move it, move the whole folder.

Optical Character Recognition � Requires scanner and OCR program � Results are pretty good but not perfect � Images and text saved as separate files � Make sure original is placed in scanner straight.