Dallas Genealogical Society Technology Special Interest Group Thursday, April 2, 2015

Size: px
Start display at page:

Download "Dallas Genealogical Society Technology Special Interest Group Thursday, April 2, 2015"

Transcription

1 Dallas Genealogical Society Technology Special Interest Group Thursday, April 2, 2015 Tony Hanson Webmaster Technology Special Interest Group Leader Director - Education

2 Demystifying Digital Images Tony Hanson Webmaster Technology Special Interest Group Leader

3 What we will be talking about What is a Digital Image How Digital Images are Created Numeric Representation of Colors Histograms How Digital Cameras and Scanners Work Digital File Formats Image Resolution and Size Printing Images Metadata Resizing Images 02/2015 3

4 What is a Digital Image? A numeric representation of an image Comprised of an organized collection of Pixels (Picture Elements) Rows & Columns Pixel a.k.a. Dot When viewed on a suitable display (or printed) it appears to be an exact copy of the original image 02/2015 4

5 Mosaic Image Prairie Passage by Carl and Sandra Bryant Eagleville, MO Welcome Center 02/2015 5

6 02/2015 6

7 02/2015 7

8 Notre Dame Cathedral, Montreal Canada

9 How Are Digital Images Created? Born Digital Created using software that directly creates the digital file File -> Save As -> 02/2015 9

10 This is an image file created directly from Publisher 02/

11 Graphic Images Has relatively Few colors Usually a (relatively) small file Some file formats are customized to support this type of image 02/

12 How Are Digital Images Created? Converted to a digital format Scanner Digital Camera These both use a Charge Coupled Device (CCD) to convert the optical image into an appropriate numeric representation 02/

13 CCD: Converts Light to a Numeric Value x Light y z CCD Memory Color values are represented by three components: Red Green Blue 02/

14 Color Palette 02/

15 Red Memory 02/ CCD

16 Green Memory 02/ CCD

17 Blue Memory 02/ CCD

18 White Memory 02/ CCD

19 Black Memory 02/ CCD

20 Purple Memory 02/ CCD

21 Gray Note that the color values are all the same for Gray Memory 02/ CCD

22 Numeric Representation Color Gray Scale Black and White 02/

23 Numeric Representation: Color 24 Bit Color Depth Each component value (Red, Blue and Green) can range from 0 to 255 In Binary, the range is 0: : Colors x 8 bits each = 24 bits 02/

24 255 in Binary Notation = /

25 48 Bit Color 48 Bit Color Depth Each component value (Red, Blue and Green) can range from 0 to 65,535 In Binary, the range is 0: : Colors x 16 bits each = 48 bits Provides more colors More steps between Black and White 02/

26 65,536 in Binary Notation = = = /

27 Black is Still Black Memory 02/ CCD

28 White is still White Memory 02/ CCD

29 More shades of Blue (and Red, Green ) Memory 02/ CCD

30 Gray Scale Ranges from White through various shades of Gray to Black Has equal Red, Green and Blue values Since each of the three values is the same it is only necessary to record it once This limits the colors available, but may produce a high quality image that requires less storage 02/

31 Grayscale Palette 02/

32 Gray Scale Color Depth Usually available in 8 bit and 16 bit color depth The end points in both cases are still White and Black 16 bits gives you more granularity More shades of Gray 02/

33 Black and White ( a.k.a. Line Art ) Each Pixel can have one of two values: 0 => White 1 => Black It is usually possible for you to modify the threshold between what is considered Black and what is considered White These values (0 or 1) can be stored in a single bit, significantly reducing storage requirements 02/

34 Size Matters! Source: A few scanning tips 02/

35 How many Pixels at each color? How Many Pixels , 0, 255 0, 255, 0 255, 0, 0 0, 0, 0 255, 255, 255 Black Blue Green Red White

36 A Histogram! How Many Pixels 0, 0, 255 0, 255, 0 255, 0, 0 0, 0, 0 255, 255, 255 Black Count of How Many Pixels at each color White s

37 Histogram Shows a count of each color in the image Helps understand how much contrast the image has Probably most useful to photographers (useful for judging exposure) Also useful when adjusting scanner threshold settings s

38 Digitation Tools Camera Scanner 02/

39 Digital Camera Light Aperture Shutter Charge Coupled Device Lens Image s

40 Image on a Charge Coupled Device (CCD) Pixels

41 CCD Characteristics How sensitive it is to Light Its Size How many Megapixels Aspect Ratio Ratio of Width to Height (Pixels) A square would have an aspect ratio of 1 Typical values for a camera are 1.3 or 1.5 (rectangular) 02/

42 iphone 6 Records images in a 3264 by 2448 format 3264 x 2448 = 7,990,272 Pixels (8 MegaPixels) 3264 / 2448 = 1.33 to 1 Aspect Ratio

43 Scanners Unlike a camera, a scanner has only a single row of CCD sensors The sensor is moved across the document to be scanned and takes many samples in the process 02/

44 Flatbed Scanner Light Document Glass Charge Coupled Device Mirrors

45 Document

46 My Simple Document Tony. 02/

47 Each Line scanned as a series of Pixels oooooooooo oooooooooo oo oo oo oo oooooooooo oooooooooo ooo oo oo oo oo oo oo oo oo oo oooo oo oo oo oo oo oo oo oo oo oo oo oooo oo oo oooooooooo oo ooo oo oo oooooooooo oo oo oo o

48 Scanner Specifications Optical Resolution The Pixels per Inch capability of the CCD (Horizontal resolution) Hardware Resolution The resolution of the mechanism that moves the CCD across the document (Vertical Resolution) Interpolated Resolution Using software to increase resolution by predicting what might be in between two scanned pixels 02/

49 How are digital images saved? 02/

50 Digital File Formats A digital file format defines the way that the digital information will written into (and read from) the file Many file formats have been created over the years to address different needs and concerns Wikipedia has identified 262 different graphics file formats! 02/

51 Image File Format Characteristics Raster vs. Vector Compression Type Color Depth Color Indexing Transparency Metadata Interlacing Animation Layers Color Management 02/

52 Raster vs. Vector Vector formats deal with lines and shapes These scale (adjust to different sizes and display formats) very well Useful in graphic and scientific applications Raster formations deal with pixels/dots The focus of our discussion 02/

53 Compression Not all formats perform compression Those that do fall into two classes: Lossless No loss of resolution or color information Results in larger files Lossy Some irreversible loss of resolution or color information in the compression process Results in smaller files 02/

54 Color Depth Defines the number of bits available to encode color Usually can be modified Ranges from 1 to 48 bits 02/

55 Color Indexing Some formats limit the number of discrete colors that can be utilized They provide a fixed size matrix where the colors utilized in the image can be specified During the encryption, each pixel s color is referenced to this table Advantage: Smaller File Disadvantage: Limits the color granularity of the image 02/

56 Transparency Not supported by all formats Allows the background to be viewed behind the image Achieved by designating a specific color in the image When displayed, image pixels with the designated color are discarded and replaced the appropriate pixel from the background image 02/

57 Metadata Not supported by all formats Descriptive information about the image Appended to the image file There are a variety of metadata types/standards that can be used The most common are: Exif Photographic Information IPTC Descriptive Information XMP ISO Standard 02/

58 Popular Image File Formats 02/

59 TIFF Compression: None Color Depth: 1,2,4,8,16,24,32 bit Color Indexing: Yes Transparency: Yes Metadata: Yes Comments Can be compressed with external/3 rd party compression tools 02/

60 JPEG Compression: Lossy Color Depth: 12/24 bit Color Indexing: No Transparency: No Metadata: Yes Comments Amount of compression can be varied Repeated saving compounds color loss a.k.a. JPEG Artifacts Good for photos, bad for text or graphics 02/

61 JPEG vs TIFF Original TIFF File 5036 x 8326 Pixels 600 dpi 25,667 KB Large JPEG 5036 x 8326 Pixels 600 dpi 15,360 KB Medium JPEG 5036 x 8326 Pixels 600 dpi 3,146 KB Small JPEG 5036 x 8326 Pixels 600 dpi 1,567 KB 02/

62 JPEG Artifacts Loss of: True Color Correct Intensity Resolution 02/

63 GIF Compression: LZW Color Depth: 1,2,3,4,5,6,7,8 bit Color Indexing: Yes Transparency: Yes Metadata: Yes Comments LZW compression had licensing/legal issues that limited its widespread use 02/

64 PNG Compression: Lossless Color Depth: 1,2,4,8,16,24,32 bit Color Indexing: Yes Transparency: Yes Metadata: Yes Comments Much better choice than JPEG Some consider it to be nearly as good as TIFF W 3 endorsed replacement for GIF 02/

65 JPEG 2000 Compression: Lossy or Lossless Color Depth: Color up to 48 bit Color Indexing: No Transparency: Yes Metadata: Yes Comments Popular with governments and institutions Not yet widely supported in the consumer market Eventual replacement for TIFF 02/

66 Metadata Data about something Digital Metadata is Embedded in each file Pre-Digital Metadata Date (Aug 61) Description (Hanson Evans Tollief s Fam)

67 File Format Image Data (Pixels) Format Specific (TIFF, JPG, PNG, etc ) Camera Data (EXIF) Exchangeable Image File Format MetaData

68 IPTC: International Press Telecommunications Council The most widely recognized standard for Metadata Established in 1965 by a group of news organizations

69 IPTC Defined For Many Image File Types You can define IPTC metadata for the following image formats:.tif.jpg.png But NOT for these image formats:.bmp.gif

70 Viewing or Printing an Image Requires software that understands the file format Extracts the data and re-creates the image Computer monitors and printers present images in very different ways This may impact how the image appears to you 02/

71 How Big Is That Image? Digital images have no size However, they do have characteristics that may limit how large you want it to be when it is displayed or printed 02/

72 This is a stamp The original is 1 ¼ inched tall and 1 inch wide Scanned at 300 dpi 300 x 375 dpi s

73 1920 x 1080 Resolution A 1 ¼ inch tall stamp scanned at 300 dots per inch

74 1280 x 720 Resolution A 1 ¼ inch tall stamp scanned at 300 dots per inch

75 800 x 600 Resolution A 1 ¼ inch tall stamp scanned at 300 dots per inch

76 Pixels and Colors Computer Monitors will always display images with truer colors when compared to most home printers This is because each pixel on a monitor can display the entire possible range of colors A printer can only approximate the color using a mixture of colors 02/

77 Printing Images Printers used at home (generally) can only print dots Black and White printers can only create black dots (or no dots at all a.k.a. white ) Two modes of printing: Line Art Shades of Gray 02/

78 Line Art Dot for dot representation of the image Good for text & some (limited) types of images 02/

79 Shades of Gray 02/2015 HP 1320 Laser Printer: Prints at 1200 dpi 79

80 Shades of Gray 02/ Scanned at 9600 dpi

81 Grid Sizes 6 x 6 37 Shades of Gray, reduces resolution by a factor of dpi -> 100 Line Per Inch (lpi) 1200 dpi -> 200 lpi 7 x 7 50 Shades of Gray, reduces resolution by a factor of 7 8 x 8 65 Shades of Gray, reduces resolution by a factor of 8 10 x Shades of Gray, reduces resolution by a factor of 10 02/

82 Printing Color Images Printers used at home (generally) can only print dots Color printers can only print the colors for which they have ink Cyan, Magenta, Yellow and Black Cyan, Magenta, Yellow, Black, light Cyan, Light Magenta 02/

83 Printing Colors Colors are created by placing different colors close together One color image (pixel) requires many printer ink dots The human eye cannot distinguish the individual colors and will perceive the mixed color Called Dithering This is why (for example) we need a 1200 dpi printer (ink dots) to print an image at 250 dpi (pixels). 02/

84 02/

85 02/

86 Printer dpi Specifications Printer specifications are real, accurate and meaningful, but are not to be confused with image resolution Printer ink dots and image pixels are very different things 02/

87 Rule of Thumb The effective resolution (image pixels per inch) should be in the range of dpi (for the actual printed dimensions) Sending images at higher resolutions is counter productive Files are larger Most of the pixels will be thrown away May actually decrease the quality of the printed image 02/

88 1 ¼ x 1 inch Original Scanned at 300 dpi OK to print it at its original size Effective resolution would be 300 dpi Could print it twice as large (2 ½ x 2 inches) Effective resolution would be 150 dpi Larger images would probably not look good If desired, scan again at higher dpi setting 02/

89 Image Resizing Scaling Cropping Resizing 02/

90 Image Resizing: Scaling Scaling Specifying a dpi value to use when printing Just a numeric value that is saved with the image and used if/when it is printed The original image remains unchanged Defined for TIF and JPG Not all applications pay attention to this value 02/

91 Scaling Stretching or shrinking the image to fit a specified area Can be done while scanning or afterwards.. 02/

92 Scaling: Photoshop 12 Image -> Resize -> Image Size 02/

93 Image Resizing: Cropping Selected part of the original image The original image remains unchanged 02/

94 Image Resizing: Resizing Resizing Alters the dpi of the image The original image IS CHANGED Best to work on a copy! Works better when you DECREASE the dpi value You can increase, but you are asking the software to make an educated guess about the pixels it adds 02/

95 Resizing: Photoshop 12 Image -> Resize -> Image Size 02/

96 Other Modifications Orientation (Portrait / Landscape) Contrast Modifying what is considered white and what is black Color Balance File format conversions Much more Ask Sandra Crowley to give her Image Editing seminar again. 02/

97 More on Size and Resolution Let s assume we want to digitize a document that is 8.5 x 11 inches (the entire document) Using an 8 Megapixel Digital Camera Using a Flatbed Scanner Questions: What is the best resolution I can obtain using the camera? What dpi setting would I need to use on the scanner to obtain better resolution? 02/

98 Best Case We want to maximize the resolution of the image by using as many pixels as possible Use all of the horizontal pixels (2448) Determine how many vertical pixels we can use /

99 Math! 2448 / 8.5 = x / 11 x = ( 11 * 2448) / 8.5 x = Pixels 11 inches Unused Pixels: 2448 Pixels 8.5 Inches ( ) * 2048 = 96 * 2048 = 196,608 (2.5%) 02/

100 What is our effective resolution? 2448 Pixels / 8.5 inches = 288 Pixels/inch 3168 Pixels / 11 inches = 288 Pixels/inch To obtain a higher resolution image using a scanner we could scan it at 300 dpi. 02/

101 Another Example I have a slide (1 inch High x 1.5 inches Wide) I want to print a 4 x 6 image What dpi setting do I need to use on the scanner to scan the slide? 02/

102 Solution I want to sent a 4 x 6 image at a density of 300 dpi to the printer. A 4 x 6 image is exactly 4 times the size of the slide (they have the same Aspect Ratio) 1 x 4 = x 4 = 6 Since I am enlarging the image by a power of 4, I will also be decreasing the resolution by a power of dpi (printed) = dpi (scanned) / 4 dpi(scanned) = 4 * 300 = 1200 dpi 02/

103 1 inch 1200 Pixels 6 inches 1800 Pixels (300 dpi) 1.5 inches 1800 Pixels 4 inches 1200 Pixels (300 dpi) 02/

104 What if I wanted an 8 x 10? (6 * 1 x 1.5) = 6 x 10 Not big enough! (8 * 1 x 1.5) = 8 x 12 Too big! Need to crop 2 inches off the width Could take 1 inch off each side Let s assume that this will work for the image 02/

105 Solution We still want an effective density of 300 dpi Enlarging it by a factor of 8 8 * 300 = 2400 dpi Scan the slide at 2400 dpi, crop to 8 x 10 and print! Check: ( 1 * 2400 ) / 8 = 300 dpi ( 1.5 * 2400) / 12 = 3600 / 12 = 300 dpi 02/

106 References/Resources A few scanning tips Wayne Fulton Invaluable reference! Also good tips on photography 02/

107 Scanning 101 The Basics * START - The First Fundamental Concept Video Resolution - How much to scan? Say No to 72 dpi - It's a false notion Images for television or for PowerPoint Printing Resolution - Scaling and Resampling Finding the Scaling and Resampling Menus Printer Resolution - How much to scan? Line art and Threshold - Copy and OCR, Printed Text Line art and Grayscale Scanning for Fax Descreen to remove Moiré Interference Images in magazines/books/newspapers Interpolated Resolution dpi? Photo Resolution - How much can we scan? Image File Formats - Which format? Video Boards Transparent Media Adapter - 35 mm slides? What about Film Scanners? Dynamic Range - 24 bit or 36 bits? 02/

108 Wikipedia Comparison of graphics file formats 02/

109 Epson Technical Brief Discusses Image Quality, Performance and Flexibility of Epson Scanners A good overview of technical aspects of scanner design and operation 02/

110 Questions? 02/

111 Thank You! Tony Hanson Webmaster Technology Special Interest Group Leader 02/

112

Preparing Images for PowerPoint, the Web, and Publication

Preparing Images for PowerPoint, the Web, and Publication What is Resolution?... 2 How Resolution Affects File Memory Size... 2 Physical Size vs. Memory Size... 3 Thinking Digitally... 4 What Resolution is Best For Printing?... 5 Professional Publications...

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

More information

What Resolution Should Your Images Be?

What Resolution Should Your Images Be? What Resolution Should Your Images Be? The best way to determine the optimum resolution is to think about the final use of your images. For publication you ll need the highest resolution, for desktop printing

More information

Digital Imaging and Image Editing

Digital Imaging and Image Editing Digital Imaging and Image Editing A digital image is a representation of a twodimensional image as a finite set of digital values, called picture elements or pixels. The digital image contains a fixed

More information

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner SELECT A SUITABLE RESOLUTION The best scanning resolution depends on the purpose of the scan. When you specify a high resolution,

More information

Get the Best Digital Images Possible. What s it all about anyway?

Get the Best Digital Images Possible. What s it all about anyway? Get the Best Digital Images Possible What s it all about anyway? Issues to Consider Resolution Image Size File Size Intended Use of the Image File Formats Issues to Consider Image size (width and height

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations Overview Great Images for Papers and Presentations May 26, 2011 Web Tips Definitions Using the Michigan Tech logo Photography 101 Great images from others Great images you create PDF conversion Final words

More information

Scanning in Windows XP: Basics Learning guide

Scanning in Windows XP: Basics Learning guide Scanning in Windows XP: Basics Learning guide If you have ever wanted to scan documents and images on different scanners in your department, you've probably faced the difficulties that arise from needing

More information

SCANNING, RESOLUTION, AND FILE FORMATS

SCANNING, RESOLUTION, AND FILE FORMATS Resolution SCANNING, RESOLUTION, AND FILE FORMATS We will discuss the use of resolution as it pertains to printing, internet/screen display, and resizing iamges. WHAT IS A PIXEL? PIXEL stands for: PICture

More information

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs In the worlds of electronic publishing and video production programs, the need for TIFF or EPS formatted files

More information

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch Image Resolution Color Spaces: RGB and CMYK File Types and when to use Image Resolution Finding Happiness at 300 dots-per-inch Rules to remember Text should be 400dpi at the final size in the layout. Images

More information

Scanning and OCR Basics

Scanning and OCR Basics Scanning and OCR Basics Scan Text Documents into Word 2003 using OCR Software 1. Place the document to scan face down on the flatbed scanner. 2. Launch Microsoft Word 2003 for Windows. 3. Select Acquire

More information

Unit R082 Creating digital graphics. File Formats and the Properties of Digital Images and Graphics

Unit R082 Creating digital graphics. File Formats and the Properties of Digital Images and Graphics Unit R082 Creating digital graphics File Formats and the Properties of Digital Images and Graphics Instructions and answers for Teachers These instructions should accompany the OCR resource File Formats

More information

Digital Image Requirements for New Online US Visa Application

Digital Image Requirements for New Online US Visa Application Digital Image Requirements for New Online US Visa Application As part of the electronic submission of your DS-160 application, you will be asked to provide an electronic copy of your photo. The photo must

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Photoshop Introduction Part 1 (Basics- Image Manipulation) ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 Basic Graphic Terminology...

More information

Essential Graphics/Design Concepts for Non-Designers

Essential Graphics/Design Concepts for Non-Designers Essential Graphics/Design Concepts for Non-Designers presented by Ana Henke Graphic Designer and Publications Supervisor University Communications and Marketing Services New Mexico State University Discussion

More information

Digitisation Disposal Policy Toolkit

Digitisation Disposal Policy Toolkit Digitisation Disposal Policy Toolkit Glossary of Digitisation Terms August 2014 Department of Science, Information Technology, Innovation and the Arts Document details Security Classification Date of review

More information

What resolution should I use? Resizing an Image for Print

What resolution should I use? Resizing an Image for Print Image Resolution versus Image Size Resolution is determined by the number of pixels, or dots, in a linear inch. An image with a resolution of 72 has 72 dots in a linear inch. The higher the resolution

More information

Otis Photo Lab Inkjet Printing Demo

Otis Photo Lab Inkjet Printing Demo Otis Photo Lab Inkjet Printing Demo Otis Photography Lab Adam Ferriss Lab Manager aferriss@otis.edu 310.665.6971 Soft Proofing and Pre press Before you begin printing, it is a good idea to set the proof

More information

designed and prepared for california safe routes to school by circle design circledesign.net Graphic Standards

designed and prepared for california safe routes to school by circle design circledesign.net Graphic Standards Graphic Standards Table of Contents introduction...2 General Usage...2 Logo lockups: color...3 LOGO LOCKUPS: GRAYSCALE...4 Minimum Staging Area...5 Minimum Logo Size...6 Type Family...7 Color Palettes...8

More information

Scanning Workshop Joan Weeks SLIS Computer Labs Mgr. February 2011

Scanning Workshop Joan Weeks SLIS Computer Labs Mgr. February 2011 Scanning Workshop Joan Weeks SLIS Computer Labs Mgr. February 2011 Scanned Images and Born Digital Images Scanners convert analog images into digital images for web pages and digital library collections

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

WHAT You SHOULD KNOW ABOUT SCANNING

WHAT You SHOULD KNOW ABOUT SCANNING What You should Know About Scanning WHAT You SHOULD KNOW ABOUT SCANNING If you re thinking about purchasing a scanner, you may already know some of the ways they can add visual interest and variety to

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Digital Photography. Digital Cameras and Digital Photography. Your camera. Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing

Digital Photography. Digital Cameras and Digital Photography. Your camera. Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing Digital Cameras and Digital Photography Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing Faculty Innovating with Technology Program Aug 15, 2006 Digital Photography Your camera Virtually

More information

1. Introduction to image processing

1. Introduction to image processing 1 1. Introduction to image processing 1.1 What is an image? An image is an array, or a matrix, of square pixels (picture elements) arranged in columns and rows. Figure 1: An image an array or a matrix

More information

Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI

Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI 2003, 2006, and 2012 David Creamer I.D.E.A.S. Publishing Consultant & Trainer Authorized Adobe Training Provider for Photoshop, Illustrator,

More information

Logo Standards Guideline

Logo Standards Guideline Logo Standards Guideline TABLE OF CONTENTS Nurturing The Brand 1 Logo Guidelines 2 Correct Usage 2 Color Guidelines 6 How to Use the Provided Logo Files 9 Glossary 10 NURTURING THE BRAND THE FOLLOWING

More information

Adjusting Digitial Camera Resolution

Adjusting Digitial Camera Resolution Adjusting Digitial Camera Resolution How to adjust your 72 ppi images for output at 300 ppi Eureka Printing Company, Inc. 106 T Street Eureka, California 95501 (707) 442-5703 (707) 442-6968 Fax ekaprint@pacbell.net

More information

Pictures / images on computers

Pictures / images on computers **** 1 Pictures / images on computers Images are important **** 2 Why learn the basics of images? Pictures/graphics/images are often inserted in» word processing documents» presentations with slides» web

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Digital imaging requirements for offset print

Digital imaging requirements for offset print Printing & Copy Services Vol. 14, No. 5 Digital Imaging for Print Media June 2009 Figure 1. A very low resolution digital image where each pixel is visible. Digital imaging requirements for offset print

More information

Image Optimization GUIDE

Image Optimization GUIDE Image Optimization GUIDE for IMAGE SUBMITTAL Images can play a crucial role in the successful execution of a book project by enhancing the text and giving the reader insight into your story. Although your

More information

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction When using digital equipment to capture, store, modify and view photographic images, they must first be converted to a set

More information

WHO CARES ABOUT RESOLUTION?

WHO CARES ABOUT RESOLUTION? WHO CARES ABOUT RESOLUTION? At Poli we certainly do not care about resolution as a concept! However we do care deeply about resolution when used as a measure of quality. Resolution is a very dry and technical

More information

MULTIMEDIA INSTALLING THE MULTIMEDIA UPGRADE

MULTIMEDIA INSTALLING THE MULTIMEDIA UPGRADE 26 MULTIMEDIA With the PastPerfect MultiMedia Upgrade, you will be able to attach digital images and link multimedia files to your catalog records. This is an optional feature and may be purchased for

More information

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art)

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art) JOURNAL OF Periodontology Digital Art Guidelines In order to meet the Journal of Periodontology s quality standards for publication, it is important that authors submit digital art that conforms to the

More information

How To Use An Epson Scanner On A Pc Or Mac Or Macbook

How To Use An Epson Scanner On A Pc Or Mac Or Macbook Perfection V550 Photo User's Guide Contents Perfection V550 Photo User's Guide... 7 Scanner Basics... 8 Scanner Parts Locations... 8 Scanner Parts... 8 Scanner Buttons and Lights... 12 Changing the Power

More information

Guidance on Using Scanning Software: Part 2. VueScan

Guidance on Using Scanning Software: Part 2. VueScan Guidance on Using Scanning Software: Part 2. VueScan Version of 12/22/2013 VueScan can be used with virtually any scanner and multiple scanners can be used with the license for one copy of the program.

More information

How to resize, rotate, and crop images

How to resize, rotate, and crop images How to resize, rotate, and crop images You will frequently want to resize and crop an image after opening it in Photoshop from a digital camera or scanner. Cropping means cutting some parts of the image

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

So you say you want something printed...

So you say you want something printed... So you say you want something printed... Well, that s great! You ve come to the right place. Whether you re having us design and edit your work, or you fancy yourself a designer and plan to hand over your

More information

TABLE OF CONTENTS. SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4

TABLE OF CONTENTS. SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4 VISUAL IDENTITY TABLE OF CONTENTS SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4 SECTION TWO: VISUAL IDENTITY GUIDLINES... 5 Corporate identity

More information

Tips for optimizing your publications for commercial printing

Tips for optimizing your publications for commercial printing Tips for optimizing your publications for commercial printing If you need to print a publication in higher quantities or with better quality than you can get on your desktop printer, you will want to take

More information

Making a Poster Using PowerPoint 2007

Making a Poster Using PowerPoint 2007 Making a Poster Using PowerPoint 2007 1. Start PowerPoint: A Blank presentation appears as a Content Layout, a blank one one without anything not even a title. 2. Choose the size of your poster: Click

More information

THE NEW DIGITAL MANTRA: RESOLUTION, RESOLUTION, RESOLUTION!

THE NEW DIGITAL MANTRA: RESOLUTION, RESOLUTION, RESOLUTION! THE NEW DIGITAL MANTRA: RESOLUTION, RESOLUTION, RESOLUTION! by David Ski Witzke Vice President, Program Management FORAY Technologies By far, the most misunderstood concept that has caused more problems

More information

Image Formatting. Thanks to the Jerome Foundation.

Image Formatting. Thanks to the Jerome Foundation. Thanks to the Jerome Foundation. Image Formatting Saving your Image as a JPEG: If your image is saved in a format other than JPEG (.tiff,.psd,.pict, etc.) it will not work. You can save your image as a.jpg

More information

HP Smart Document Scan Software compression schemes and file sizes

HP Smart Document Scan Software compression schemes and file sizes Technical white paper HP Smart Document Scan Software compression schemes and file s Table of contents Introduction 2 schemes supported in HP Smart Document Scan Software 2 Scheme Types 2 2 PNG 3 LZW 3

More information

Guidelines concerning Fingerprint Transmission

Guidelines concerning Fingerprint Transmission Guidelines concerning Fingerprint Transmission INTERPOL OS/FTD/IDFP 2012 INTERPOL For official use only P a g e 1 GUIDELINES FOR FINGERPRINTS TRANSMISSION Purpose of this guideline This document has been

More information

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001 KB COPY CENTRE RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ Telephone: 0131 6505001 Email: kbcopy@ed.ac.uk martin.byrne@ed.ac.uk colin.doherty@ed.ac.uk Step 1. Set up page orientation

More information

PowerPoint Interface Menu Bars Work Area Slide and Outline View TASK PANE Drawing Tools

PowerPoint Interface Menu Bars Work Area Slide and Outline View TASK PANE Drawing Tools Microsoft PowerPoint is used for creating slide presentations to be used on a PC or even printed out as overheads and handouts. You can combine text, graphics, even audio and video to create exciting and

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

How many PIXELS do you need? by ron gibbs

How many PIXELS do you need? by ron gibbs How many PIXELS do you need? by ron gibbs We continue to move forward into the age of digital photography. The basic building block of digital images is the PIXEL which is the shorthand for picture element.

More information

Image Quality Tips. A note about black-and-white printing.

Image Quality Tips. A note about black-and-white printing. Image Quality Tips This section contains general tips for working with images and applications. Refer to the Application-Specific Tips document for additional information. A note about black-and-white

More information

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ.

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ. Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ., Raleigh, NC One vital step is to choose a transfer lens matched to your

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

Digital Camera Glossary

Digital Camera Glossary Digital Camera Glossary Compaq Flash This is the memory card with the largest physical size and storage capacity. About the size of a matchbook and weighing about half an ounce, these cards come with a

More information

Introduction to Digital Resolution

Introduction to Digital Resolution Introduction to Digital Resolution 2011 Copyright Les Walkling 2011 Adobe Photoshop screen shots reprinted with permission from Adobe Systems Incorporated. Version 2011:02 CONTENTS Pixels of Resolution

More information

ELECTRONIC DOCUMENT IMAGING

ELECTRONIC DOCUMENT IMAGING AIIM: Association for Information and Image Management. Trade association and professional society for the micrographics, optical disk and electronic image management markets. Algorithm: Prescribed set

More information

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair Understanding Megapixel Camera Technology for Network Video Surveillance Systems Glenn Adair Introduction (1) 3 MP Camera Covers an Area 9X as Large as (1) VGA Camera Megapixel = Reduce Cameras 3 Mega

More information

A. Scan to PDF Instructions

A. Scan to PDF Instructions Revised 08/17/11 Scan to PDF Instructions (Epson scanner example) Scan to PDF Adobe Acrobat 9.0 A. Scan to PDF Instructions Refer to the user manual for your scanner. These instructions are for an Epson

More information

Imaging Essentials Input / Output: Raster, Bitmap, Photo and Vector Images Defined

Imaging Essentials Input / Output: Raster, Bitmap, Photo and Vector Images Defined countway.harvard.edu/imaging Imaging Essentials Input / Output: Raster, Bitmap, Photo and Vector Images Defined Research Imaging Solutions RIS@hms.harvard.edu countway.harvard.edu/imaging Beth Beighlie

More information

NDSU Technology Learning & Media Center

NDSU Technology Learning & Media Center 1 NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Creating a Large Format Poster (Plot) Using PowerPoint 2013 Posters should be designed and created in a manner that best

More information

Using the Olympus C4000 REV. 04/2006

Using the Olympus C4000 REV. 04/2006 Using the Olympus C4000 REV. 04/2006 In the digital photographic world, information is captured and stored as data not as pictures. The input device (camera) converts light to a series of 1 s and 0 s and

More information

Preparing Content for self-publishing

Preparing Content for self-publishing Preparing Content for self-publishing TEXT Check spelling, grammar and punctuation. Fact check! Tip: print out all your text, and ask someone else to proof-read it. Ensure consistency of style: capitalization,

More information

Preparing an electronic file for McAdams Graphics, Inc.

Preparing an electronic file for McAdams Graphics, Inc. Preparing an electronic file for McAdams Graphics, Inc. The following information has been developed to ensure the consistent and accurate processing of your job. Any file not meeting these requirements

More information

Perfection V800 Photo/V850 Pro User's Guide

Perfection V800 Photo/V850 Pro User's Guide Perfection V800 Photo/V850 Pro User's Guide Contents Perfection V800 Photo/V850 Pro User's Guide... 7 Scanner Basics... 8 Scanner Parts Locations... 8 Scanner Parts... 8 Scanner Buttons and Lights...

More information

Preparing graphics for IOP journals

Preparing graphics for IOP journals Please note that these guidelines do not apply to journals of the American Astronomical Society. Guidelines for these journals are available online. Preparing graphics for IOP journals IOP Publishing,

More information

PHOTO RESIZING & QUALITY MAINTENANCE

PHOTO RESIZING & QUALITY MAINTENANCE GRC 101 INTRODUCTION TO GRAPHIC COMMUNICATIONS PHOTO RESIZING & QUALITY MAINTENANCE Information Sheet No. 510 How to resize images and maintain quality If you re confused about getting your digital photos

More information

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition)

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition) Digimarc for Images Best Practices Guide (Chroma + Classic Edition) Best Practices Guide (Chroma + Classic Edition) Why should you digitally watermark your images? 3 What types of images can be digitally

More information

Pictorial User s Guide

Pictorial User s Guide S-T IMAGING Pictorial User s Guide Copyright 2008 ST Imaging, Inc. a division of Digital Check Corp. All Rights Reserved. Table of Contents Getting Started... 1 Adjust for Viewing...1 Loading Microfilm...2

More information

REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide

REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide 1 Introduction 2 Logo Fonts 4 Logo Color 6 Logo Size & Clear Space 8 Logo Composition 10 Logo Application 16 Corporate

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

Print Services User Guide

Print Services User Guide Print Services User Guide Understanding Artwork for Print 1 Preferred Formats: Preferred formats should contain only vector-based graphics and text, and/or high-resolution images. Low resolution images

More information

Creating Print-Ready Files

Creating Print-Ready Files A GUIDE TO Creating Print-Ready Files Our People. Your Vision. Let s Create. What is a Print-Ready File? A print-ready file allows a printer to produce your project quickly and efficiently. At Kopytek,

More information

OFFICIAL GRAPHIC STANDARDS MANUAL

OFFICIAL GRAPHIC STANDARDS MANUAL OFFICIAL GRAPHIC STANDARDS MANUAL Published July 2011 by USA Synchro 132 E. Washington Street, Suite 820 Indianapolis, IN 46204. The USA Synchro logo is a trademark of United States Synchronized Swimming,

More information

White Paper. Advances in Imaging to Improve Output Quality. April 2015. The Xerox Versant and EFI Fiery Digital Front End.

White Paper. Advances in Imaging to Improve Output Quality. April 2015. The Xerox Versant and EFI Fiery Digital Front End. White Paper April 2015 Advances in Imaging to Improve Output Quality The Xerox Versant and EFI Fiery Digital Front End Service Area On Demand Printing & Publishing Consulting Service Comments or Questions?

More information

DIVIDER G U I D E L I N E S

DIVIDER G U I D E L I N E S 3212 E. Hwy 30 P. O. Box 2110 Kearney, NE 68847 800-445-6621 Fax: 308-234-3969 web: www.morriscookbooks.com e-mail: cbart@morriscookbooks.com Press-Ready DIVIDER G U I D E L I N E S Accepted Software &

More information

A Basic Summary of Image Formats

A Basic Summary of Image Formats A Basic Summary of Image Formats Merciadri Luca Luca.Merciadri@student.ulg.ac.be Abstract. We summarize here the most used image formats, and their respective principal applications. Keywords: image formats,

More information

Photography of Cultural Heritage items

Photography of Cultural Heritage items Photography of Cultural Heritage items A lot of people only get to know art pieces through photographic reproductions. Nowadays with digital imaging far more common than traditional analogue photography,

More information

Chapter 3 Graphics and Image Data Representations

Chapter 3 Graphics and Image Data Representations Chapter 3 Graphics and Image Data Representations 3.1 Graphics/Image Data Types 3.2 Popular File Formats 3.3 Further Exploration 1 Li & Drew c Prentice Hall 2003 3.1 Graphics/Image Data Types The number

More information

Chapter Editing Pictures (Raster Graphics)

Chapter Editing Pictures (Raster Graphics) Draw Guide 6 Chapter Editing Pictures (Raster Graphics) This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two

More information

Contents. A-61623 July 2008 i

Contents. A-61623 July 2008 i Contents Image Processing......................................................... 1 Overview.......................................................... 1 Terminology and features..............................................

More information

Pre Evaluation Digital Photography 2005

Pre Evaluation Digital Photography 2005 P03 Pre Evaluation igital Photography 2005 Page 1 of 4 irections For Numbers 1-25 : Read each of the following multiple-choice items and the possible answers carefully. Mark the letter of the correct answer

More information

Scanning Archival Material By Daniel D. Whitney

Scanning Archival Material By Daniel D. Whitney Scanning Archival Material By Daniel D. Whitney As we move from the 20 th Century into the information age of the 21 st, mountains of important material are being lost because there no way to index or

More information

If you are working with the H4D-60 or multi-shot cameras we recommend 8GB of RAM on a 64 bit Windows and 1GB of video RAM.

If you are working with the H4D-60 or multi-shot cameras we recommend 8GB of RAM on a 64 bit Windows and 1GB of video RAM. Phocus 2.7.6 Windows read-me December 5 2013 Installation To install Phocus, run the installation bundle called Phocus 2.7.6 Setup.exe. This bundle contains Phocus, Hasselblad Device Drivers, Microsoft.NET

More information

Photoshop- Image Editing

Photoshop- Image Editing Photoshop- Image Editing Opening a file: File Menu > Open Photoshop Workspace A: Menus B: Application Bar- view options, etc. C: Options bar- controls specific to the tool you are using at the time. D:

More information

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37)

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37) EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS The exam will cover evidence photography involving crime scenes, fire scenes, accident scenes, aircraft incident scenes, surveillances and hazardous materials scenes.

More information

Tips on Photography What Kind of Images? Photos and more Uses - A good picture speaks 1,000 words

Tips on Photography What Kind of Images? Photos and more Uses - A good picture speaks 1,000 words Tips on Photography Photography and visuals greatly increases the chances of news coverage. With digital cameras, we can now quickly capture and send images. However, there are a few things to consider

More information

10 Tips to Better Image Editing with FlexiSIGN By Mark A. Rugen, Certified FlexiSIGN Instructor SA International, www.saintl.biz

10 Tips to Better Image Editing with FlexiSIGN By Mark A. Rugen, Certified FlexiSIGN Instructor SA International, www.saintl.biz Image editing seems overly complicated, but it's actually quite easy if you have good software. This month I'll offer 10 image-editing tips for FlexiSIGN users. I'm listing them in order of importance.

More information

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

Color quality guide. Quality menu. Color quality guide. Page 1 of 6

Color quality guide. Quality menu. Color quality guide. Page 1 of 6 Page 1 of 6 Color quality guide The Color Quality guide helps users understand how operations available on the printer can be used to adjust and customize color output. Quality menu Menu item Print Mode

More information