Capturing and Editing Digital Images *

Size: px
Start display at page:

Download "Capturing and Editing Digital Images *"

Transcription

1 Digital Media The material in this handout is excerpted from Digital Media Curriculum Primer a work written by Dr. Yue-Ling Wong (ylwong@wfu.edu), Department of Computer Science and Department of Art, Wake Forest University and supported by the National Science Foundation under Grant No. DUE This handout was prepared for students in MMP320 Multimedia Networks at Borough of Manhattan Community College, City University of New York as part of a curriculum redesign project supported by National Science Foundation Grant No. DUE NSF , Co PI s Christopher Stein (cstein@bmcc.cuny.edu) and Jody Culkin (jculkin@bmcc.cuny.edu)

2 Capturing and Editing Digital Images * Methods of capturing digital images- scanning and digital photography Scanners: common types Flatbed- most common and versatile. Consists of glass plate, motorized scan head, consisting of light source and array of sensors. Sheet-fed- smaller portable scanner, fixed scan head, cannot scan books or thicker documents. Hand-held- also portable. Often rely on user moving scan head, making it difficult to get consistent results. Most commonly used for text. Drum- very high resolution. Used for print publishing. Scanners can handle film negatives and slides as well as flat documents. There are specialized scanners for handling these types of media, and some flatbed scanners have adapters to scan film. TWAIN: a standard or specification for the interface between image capture devices such as scanners and digital cameras and image software that handles these types of files. Capturing Images by Scanning: Optical resolution versus interpolated resolution- optical resolution is dependent on the hardware, the actual numbers of light sensors that the scanner has to capture the image information. Interpolation increases resolution by adding pixels with software to those captured by the hardware. Generally scanner resolution is referred to in dpi (dots per inch). We re returning to the concept of sampling. The number of sensors available in this single row corresponds to the sampling rate in the x-direction. The discrete stepwise movement of the scan head is related to the sampling rate in the y-direction. The sensor corresponds to the dot in the unit dpi. Each sample results in a pixel of the scanned image. For example, many flatbed scanners now have an optical resolution of at least 2400 dpi on each direction. If you scan a 1-inch-by-1-inch picture at this scanning resolution, you will get an image of 2400 x 2400 pixels. Determining Scanning Resolution Before making a scan, you must consider the requirements of the final output. What will the scanned image be used for? Is the scanned image intended for the Web or printing? If it is intended for printing, then what will the physical dimensions of the print be and what are the requirements of the printing device? If the final image is for the Web, then what are the required pixel dimensions of the image? You should scan at a high enough resolution (in dots per inch (dpi)) to generate enough pixels in each dimension in order to produce an image at the expected print size. If you are uncertain, it is better to capture a larger amount of pixels. Your image quality will

3 suffer if you have to add pixels by interpolation afterwards. It is possible to reduce the number of pixels in imaging editing software without sacrificing image quality. To determine the correct number of pixels, remember you must consider the pixel dimensions as well as the ppi (pixels per inch). The inch in the pixel per inch (ppi) and dots per inch (dpi) is in linear inches. Remember, just like any digital images, scanned images do not possess any inherent physical dimensions. The physical dimensions materialize when the image is printed out, defined by both the image's pixel dimensions and the printing ppi (pixels per inch). Math for determining the print size in scanning: Step 1: Determine the total pixels Scanning a photograph of 4x6 inches at 600 dpi (dots per inch) will give a scan of 2400x3600 pixels. Step 2: Determine the physical print size If this image is printed out on a printer at 600 ppi (the same resolution as scanned), then the print will be the same as the original, 4x6 inches. 2400pixels/600ppi = 4 inches 3600pixels/600ppi = 5 inches If this same scan is printed out at 300 ppi, then the print will become 8x12 inches. 2400pixels/300ppi = 8 inches 3600pixels/300ppi = 12 inches If this same scan is printed out at 200 ppi, then the print will become 12x18 inches. 2400pixels/200ppi = 12 inches 3600pixels/200ppi = 18 inches If this same scan is printed out at 1200 ppi, then the print will become 2x3 inches. 2400pixels/1200ppi = 2 inches 3600pixels/1200ppi = 3 inches As seen in the example above, you can print the same captured image at many different print sizes. Generally, you have an idea of what the final output will be. Math for determining the print resolution. Determine the total pixels, or the pixel dimension of final image Pixel Dimensions = Print Dimensions (in inches) x Print Resolution (in ppi) 150 to 300 ppi is a decent range for resolution when printing to an inkjet printer. Say you have an image that you want to print at 5 in. x 7 in., and you have decided to print it at 300 ppi. The original is a 35 mm slide, approximately 1 in. x 1.5 in.

4 The desired pixel dimensions of the final print are: 5 inches x 300 ppi or 1500 pixels 7 inches x 300 ppi or 2100 pixels To calculate the scan resolution, you use the formula above in reverse because now pixel dimensions and the source's physical dimensions are known in the equation. Scan Resolution = Pixel Dimensions/Scan Source Dimensions (in inches) 1500 pixels / 1 inch = 1500 ppi or 2100 pixels/ 1.5 inch = 1400 ppi There is a discrepancy here, because the aspect ratio of the final output is not exactly the same as the original. The image will have to be cropped Tonal Adjustments during the Scanning Process It is best to optimize the tonal range and correct any significant color problems during the scanning process. While it is possible to adjust the image after the scan, you will only have the data you captured- trying to get the fullest range of data at the time of scanning will give you a wider range to work with. (a) (b) (c) (d) Scanned images with their histograms. (a) Scanned using a narrow tonal range. (b) The tonal range of the scanned image from (a) is re-adjusted by stretching the histogram. (c) Scanned with highlights cropped off. The lightest colors of the image all become white. The lost highlight information during the scan cannot be recovered by stretching the histogram or image editing. (d) Scanned with a maximized tonal range. Do not sharpen your image during the scanning process! It is best to do this afterwards, as part of the image adjustment phase. Capturing Digital Images by Digital Photography In traditional photography, images are made up of tiny grains of silver on the negative. Digital photography uses light sensors instead of silver grains.

5 Light hits the sensor and triggers electrical signals based on the light intensity. Such electrical signals are then converted into digital data and stored on the camera's storing device. Nowadays the sensor that a digital camera uses is either a CCD (charge coupled device) or a CMOS (complementary metal-oxide semiconductor). The size of the sensor and the number of light sensing sites determine the maximum resolution of the digital camera. In traditional film photography, generally, the smaller the grain size, the higher the definition and detail of the image you can obtain. In digital images, however, a pixel is the basic unit that makes up the image. Therefore, when you look at the specifications of digital cameras, you often see them specified in number of pixels. Digital cameras are often advertised using the number of megapixels. Megapixels The total number of pixels in a digital image are the pixel dimension width multiplied by the pixel dimension height. For example in an image 1600 x 1200: 1600 pixel dimension width 1200 pixel dimension height total pixels 1,920,000 This is 1.92 megapixels, and might be rounded up to 2 megapixels Does a digital camera with more megapixels give better image quality? Image quality depends in a digital camera depend on the optics, the electronics and the camera s image processing software. Remember when we are determining print size, a pixel has no physical dimensions, it is simply a point sample. To repeat the formula for print size: Print Dimensions (in inches) = Pixel Dimensions / Print Resolution (in ppi) Using a Digital Camera There are a number of types of digital cameras, like film cameras, most of them are digital point and shoot or digital single lens reflex (reflects the image optically onto the focusing screen or viewfinder by using the light coming through the lens. This means SLR cameras allow you to see the image area accurately from the viewfinder.) There are also digital camera backs for medium format cameras, so you do not need to replace the entire camera body. Digital Image Editing The common tools available in most digital image editing programs allow you to perform image retouching such as tonal adjustment, color correction and enhancement, and sharpening of the image. Many programs also have layers that allow you to composite and blend images in more creative ways beyond basic retouching. Common Steps in Image Editing 1. Cropping and straightening the image 2. Removing dirt and dust with a clone tool like the rubber stamp tool or healing brush in Photoshop

6 3. Adjusting overall contrast or tonal range 4. Removing color casts 5. Sharpening the image About sharpening: The sharpening algorithm finds edges which are defined by significant color changes. Sharpening creates the illusion of sharpness by creating a lighter line and a darker line on each side of the edge. Thus, applying sharpening will alter the colors in the image, especially where there are color changes, that is, at the edges. Because the edges are detected by the extent of color changes, all the color and tonal corrections or adjustments have to be made prior to the sharpening. Image resizing has to be done before the sharpening because resizing often softens the image focus. Sharpening should be the very last step of your image editing project. In Photoshop, you can exert the most control over sharpening using Unsharp Mask. Settings in Unsharp Mask: Amount: the amount of the contrast increase around the edges Radius: the radius of the surrounding area where the color comparison sharpening take place Threshold: how much the pixels differ from surrounding pixels in order to be identified as "edges" to be sharpened Color and Tonal Adjustments There are a number of tools for adjusting color and tonal information. These tools work by mapping the existing color or tonal values of the pixels to new ones. The common tools include adjusting the histogram, color balance, color curves, and hue/saturation. Adjusting the Histogram A histogram shows the relative number of pixels at each color intensity level. It is a bar chart. There is a histogram for each channel in an image, and each one has a slider representing the shadow tones, midtones, and highlights (in a grayscale image, this would correspond to black, grey and white.) By defining by the new positions of the black and the white sliders, you re-map the whole spectrum of color values of the pixels. In repositioning the black slider to the leftmost peak and the white slider to the rightmost peak, you stretch the histogram. That means you make the darkest color in the image to be black, and the brightest color in the image to be white. All other colors will be re-mapped in between in the same relationship of their original gray tones. By stretching the histogram, you maximize the use of the full spectrum of the gray tones. As you see, you increase the overall contrast of the image by increasing the difference of the color values between colors. Many digital cameras show you the histogram right after you have taken (captured) the image. Types of Selection Tools in Image Editing Software Predefined shapes such as rectangle and ellipse

7 Lasso and its variant s create a freehand outline Selection by color: Magic Wand, Eyedropper tool with Color Range tool Selection by drawing: Pen tool- creates vector paths Selections can be added to, subtracted from, intersected, feathered, moved. If you make a complex selection that you might need later on, you should save it. Layers Layers in Photoshop are like a stack of transparencies- the layer at the top can block out the layers beneath it. You can move them around, rename them, delete them, copy them. The background layer is specialized, you cannot make it transparent or move it, but you can turn it into a regular layer by double clicking it. Adjustment Layers allow you to apply tonal adjustments etc to a layer or layers that are not permanently changing the image. A layer mask associated with a layer lets you obscure just obscure, not delete part of the image on that layer. This non-destructive method of editing offers the advantage of preserving the original image in that layer. Printing To produce high-quality images, it is best not to scale the pixel dimensions of the image. Scaling the pixel dimensions is not the key to controlling the print size. But what is the best method to control the print size? It is important to understand that both the pixel dimensions of an image and the image resolution (ppi) affect the image's print size. Print Dimensions (in inches) = Pixel Dimensions / Print Resolution (in ppi) To adjust the output resolution or print size of an image, look in the image size setting. In Photoshop, for example, it is under Image > Image Size... When you want to maintain the pixel dimensions of the image, you will need to uncheck Resample Image. Then, when you alter the print size, the print resolution (ppi) will be automatically updated, and vice versa if you change the print resolution. With the Resample Image option on, the pixel dimensions can be varied. Scaling the pixel dimensions of an image is referred to as resampling because the number of samples (pixels) is changed. Upsampling (increasing the number of pixels) will create interpolated pixels- these are not based on data from the image, they are created by the software. Downsampling (reducing the number of pixels) will result in the loss of some information. However, if you are printing at a smaller size, it may not be that noticeable. Printer resolution is measured in dots per inch (dpi) the number of ink dots per inch. Color inkjet printers produce a microscopic spray of ink which appears to be very tiny dots of ink. These ink dots of different colors but a limited number of colors produce the required color by optical mixing. The color of a single pixel of an image is represented by a group of printer dots.

8 Do not confuse the image print resolution (ppi) with the printer resolution (dpi). As see in the scenario 2 above, the print resolution (ppi) affects the print size of an image. However, the printer resolution (dpi) does not affect the print size of the image. It affects quality of the print. Generally, the higher the dpi, the smoother the colors appear on the print. However, higher dpi uses more ink and requires longer time to complete the print job. Optimizing Images for the Web The three image file formats currently supported by Web browsers are JPEG, GIF and PNG. Each employs different compression algorithms to compress the file size. Because of the different algorithms, each file type works best with a different type of image. JPEG: continuous tone, 24-bit, lossy compression GIF: solid blocks of color, 8-bit, transparency PNG: PNG-8 supports 256 colors; PNG bit color and transparency, lossless compression. Working with Vector Graphics Vector graphics deal with objects or shapes made up with paths, points, strokes and fills. A path is a mathematical description of an abstract line or curve. It does not have a physical appearance line width or color until the path is stroked with a specified line style, width and color in the vector graphic program. In most vector graphic programs, one of the tools for creating paths is called the Pen tool. You use the Pen tool to define points (anchor points) for the path. The curvature of the path is controlled by the handles (direction handles) of those points. An open path is a line, a closed path defines a shape. There are two basic selection tools in a vector graphic program: one that lets you select the whole object, and another that lets you select the points and their handles. * The material in this handout is excerpted from Chapter 3 of the Primer: Capturing and Editing Digital Images, a work supported by the National Science Foundation under Grant No. DUE written by Dr. Yue-Ling Wong (ylwong@wfu.edu), Department of Computer Science and Department of Art, Wake Forest University.

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Scanners Types of Scanners Flatbed Sheet-fed Handheld Drum Scanner Resolution Reported in dpi (dots per inch) To see what "dots" in dpi stands for, let's look at how

More information

Adobe Photoshop PS2, Part 3

Adobe Photoshop PS2, Part 3 Adobe Photoshop PS2, Part 3 Basic Photo Corrections This guide steps you through the process of acquiring, resizing, and retouching a photo intended for posting on the Web as well as for a print layout.

More information

Sampling Rate = Resolution Quantization Level = Color Depth = Bit Depth = Number of Colors

Sampling Rate = Resolution Quantization Level = Color Depth = Bit Depth = Number of Colors ITEC2110 FALL 2011 TEST 2 REVIEW Chapters 2-3: Images I. Concepts Graphics A. Bitmaps and Vector Representations Logical vs. Physical Pixels - Images are modeled internally as an array of pixel values

More information

CS 547 Digital Imaging Lecture 2

CS 547 Digital Imaging Lecture 2 CS 547 Digital Imaging Lecture 2 Basic Photo Corrections & Retouching and Repairing Selection Tools Rectangular marquee tool Use to select rectangular images Elliptical Marque Tool Use to select elliptical

More information

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING 1 PHOTO 11: INTRODUCTION TO DIGITAL IMAGING Instructor: Sue Leith, sleith@csus.edu EXAM REVIEW Computer Components: Hardware - the term used to describe computer equipment -- hard drives, printers, scanners.

More information

By Washan Najat Nawi

By Washan Najat Nawi By Washan Najat Nawi how to get started how to use the interface how to modify images with basic editing skills Adobe Photoshop: is a popular image-editing software. Two general usage of Photoshop Creating

More information

Learning Photo Retouching techniques the simple way

Learning Photo Retouching techniques the simple way Learning Photo Retouching techniques the simple way Table of Contents About the Workshop... i Workshop Objectives... i Getting Started... 1 Photoshop Workspace... 1 Setting up the Preferences... 2 Retouching

More information

Contents: Bibliography:

Contents: Bibliography: ( 2 ) Contents: Sizing an Image...4 RAW File Conversion...4 Selection Tools...5 Colour Range...5 Quick Mask...6 Extract Tool...7 Adding a Layer Style...7 Adjustment Layer...8 Adding a gradient to an Adjustment

More information

Extreme Makeovers: Photoshop Retouching Techniques

Extreme Makeovers: Photoshop Retouching Techniques Extreme Makeovers: Table of Contents About the Workshop... 1 Workshop Objectives... 1 Getting Started... 1 Photoshop Workspace... 1 Retouching Tools... 2 General Steps... 2 Resolution and image size...

More information

Digital Imaging - Photoshop

Digital Imaging - Photoshop Digital Imaging - Photoshop A digital image is a computer representation of a photograph. It is composed of a grid of tiny squares called pixels (picture elements). Each pixel has a position on the grid

More information

Using Adobe Photoshop to enhance the image quality. Assistant course web site:

Using Adobe Photoshop to enhance the image quality. Assistant course web site: Using Adobe Photoshop to enhance the image quality Assistant course web site: http://www.arches.uga.edu/~skwang/edit6170/course.htm Content Introduction 2 Unit1: Scan images 3 Lesson 1-1: Preparations

More information

SCANNING GUIDELINES Peter Thompson (rev. 9/21/02) OVERVIEW

SCANNING GUIDELINES Peter Thompson (rev. 9/21/02) OVERVIEW SCANNING GUIDELINES Peter Thompson (rev. 9/21/02) OVERVIEW WHAT S A SCANNER? A machine that lets you input an image into your and save it as a digital file to be enhanced or altered by image editing software

More information

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Photoshop 01 Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Topics Raster Graphics Document Setup Image Size & Resolution Tools Selecting and Transforming

More information

Photoshop CC Editing Images

Photoshop CC Editing Images Photoshop CC Editing Images Rotate a Canvas A canvas can be rotated 90 degrees Clockwise, 90 degrees Counter Clockwise, or rotated 180 degrees. Navigate to the Image Menu, select Image Rotation and then

More information

Recitation 2 Introduction to Photoshop

Recitation 2 Introduction to Photoshop Recitation 2 Introduction to Photoshop What is Adobe Photoshop? Adobe Photoshop is a tool for creating digital graphics either by starting with a scanned photograph or artwork or by creating the graphics

More information

Digital Files File Format Storage Color Temperature

Digital Files File Format Storage Color Temperature Digital Files Digital Files File Format Storage Color Temperature PIXELS Pixel = picture element - smallest component of a digital image - MEGAPIXEL 1 million pixels = MEGAPIXEL PIXELS more pixels per

More information

Kent Messamore 3/6/2010

Kent Messamore 3/6/2010 Post Processing Kent Messamore 3/6/2010 What we will cover Post Processing Photoshop, Lightroom, Elements, and others JPEG or RAW Photoshop Elements Workflow Organization, Create, share Photoshop Elements

More information

Adobe Photoshop CS5 Tutorial

Adobe Photoshop CS5 Tutorial Adobe Photoshop CS5 Tutorial GETTING STARTED Adobe Photoshop CS5 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe Photoshop

More information

Adobe Photoshop. Levels

Adobe Photoshop. Levels How to correct color Once you ve opened an image in Photoshop, you may want to adjust color quality or light levels, convert it to black and white, or correct color or lens distortions. This can improve

More information

Outline: Getting the Best Scans

Outline: Getting the Best Scans Andrew Rodney (andrew 4059@aol.com) Outline: Getting the Best Scans 1. Resolutions Basics How big is a Pixel (How big is the dot)? Why deal with resolution at a Pixel level? PPI vs. DPI what are the differences?

More information

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE VOCABULARY Histogram a graph of all tones in an image Image/adjust (hue/saturation, brightness/contrast) hue: color name (like green), saturation: how opaque (rich

More information

ADOBE PHOTOSHOP CS TUTORIAL

ADOBE PHOTOSHOP CS TUTORIAL ADOBE PHOTOSHOP CS TUTORIAL A D O B E P H O T O S H O P C S Adobe Photoshop CS is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe

More information

Adobe Photoshop CC 2018 Tutorial

Adobe Photoshop CC 2018 Tutorial Adobe Photoshop CC 2018 Tutorial GETTING STARTED Adobe Photoshop CC 2018 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe Photoshop,

More information

GETTING STARTED. 0 P a g e B a s i c s o f A d o b e P h o t o s h o p A g a P r i v a t e I n s t i t u t e f o r c o m p u t e r s c i e n c e

GETTING STARTED. 0 P a g e B a s i c s o f A d o b e P h o t o s h o p A g a P r i v a t e I n s t i t u t e f o r c o m p u t e r s c i e n c e GETTING STARTED 0 P a g e B a s i c s o f A d o b e P h o t o s h o p Adobe Photoshop: is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign,

More information

Editing Using Photoshop CS5

Editing Using Photoshop CS5 The Photoshop CS4 Editing Workspace - shown is the document (image) window, ToolBox, Info, Navigator, History, Adjustments and Layers Palettes, Windows Menus and Options Bar (on top). USING THE LAYERS

More information

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication IMAGE SIZING AND RESOLUTION MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication Copyright 2013 MyGraphicsLab / Pearson Education OBJECTIVES This presentation covers

More information

Basic Scanning in Adobe Photoshop

Basic Scanning in Adobe Photoshop Basic Scanning in Adobe Photoshop 1996 2004 solutions solutions provides comprehensive training on design and prepress applications to graphic professionals and multimedia developers utilizing primarily

More information

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING PHOTO 11: INTRODUCTION TO DIGITAL IMAGING Instructor: Sue Leith Exam Review On your camera, what are the following and what are they used for? WB matches the color temperature of light ISO - The sensitivity

More information

STANDARDS? We don t need no stinkin standards! David Ski Witzke Vice President, Program Management FORAY Technologies

STANDARDS? We don t need no stinkin standards! David Ski Witzke Vice President, Program Management FORAY Technologies STANDARDS? We don t need no stinkin standards! David Ski Witzke Vice President, Program Management FORAY Technologies www.foray.com 1.888.849.6688 2005, FORAY Technologies. All rights reserved. What s

More information

Photoshop Elements Week 1 - Photoshop Elements Work Environment

Photoshop Elements Week 1 - Photoshop Elements Work Environment Menu Bar Just like any computer program, you have several dropdown menus to work with. Explore them all! But, most importantly remember to SAVE! Photoshop Elements Toolbox (with keyboard shortcut) Photoshop

More information

Identifying Design Elements When Preparing Images

Identifying Design Elements When Preparing Images DOMAIN 2 Identifying Design Elements When Preparing Images OBJECTIVES Upon completion of this domain, you should be able to: Demonstrate knowledge of image resolution, image size, and image file format

More information

LECTURE 02 IMAGE AND GRAPHICS

LECTURE 02 IMAGE AND GRAPHICS MULTIMEDIA TECHNOLOGIES LECTURE 02 IMAGE AND GRAPHICS IMRAN IHSAN ASSISTANT PROFESSOR THE NATURE OF DIGITAL IMAGES An image is a spatial representation of an object, a two dimensional or three-dimensional

More information

Texts and Resources: Assessments: Freefoto.com Group Photo Projects

Texts and Resources: Assessments: Freefoto.com Group Photo Projects Effective Date: 2009-10 Name of Course: Digital Photography Grade Level: 9-12 Department: Industrial Technology and Engineering Length of Course: 30 cycles Instructional Time: 180 days Period Per Cycle:

More information

Adobe Photoshop CS 6 Level I. Topics: Toolbars Workspace Panels Camera Raw Image Adjustment

Adobe Photoshop CS 6 Level I. Topics: Toolbars Workspace Panels Camera Raw Image Adjustment Adobe Photoshop CS 6 Level I Topics: Toolbars Workspace Panels Camera Raw Image Adjustment Chapter 1 Toolbars Selections By default, Photoshop gives you a set of tools on the left called the Toolbar or

More information

Raster (Bitmap) Graphic File Formats & Standards

Raster (Bitmap) Graphic File Formats & Standards Raster (Bitmap) Graphic File Formats & Standards Contents Raster (Bitmap) Images Digital Or Printed Images Resolution Colour Depth Alpha Channel Palettes Antialiasing Compression Colour Models RGB Colour

More information

COPYRIGHTED MATERIAL. Part I. Essentials for Serious Image Editing

COPYRIGHTED MATERIAL. Part I. Essentials for Serious Image Editing Part I Essentials for Serious Image Editing Serious image editing requires preparation and understanding. You have to be prepared with the best source images (the best content, resolution, and color),

More information

Photoshop Notes and Application Study Packet

Photoshop Notes and Application Study Packet Basic Parts of Photoshop Interface Photoshop Notes and Application Study Packet PANELS Photoshop Study Packet Copyright Law The World Intellectual Property Organization (WIPO) Copyright treaty restrict

More information

Adobe Photoshop CC Part 1: The Basics

Adobe Photoshop CC Part 1: The Basics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Photoshop CC Part 1: The Basics Summer 2015, Version 1.0 Table of Contents Introduction...2 New Features of Photoshop CC...2

More information

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include:

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include: CHAPTER 6. Graphics MULTIMEDIA & GRAPHICS Graphics covers wide range of pictorial representations. Uses for computer graphics include: Buttons Charts Diagrams Animated images 2 1 MULTIMEDIA GRAPHICS Challenges

More information

4 Images and Graphics

4 Images and Graphics LECTURE 4 Images and Graphics CS 5513 Multimedia Systems Spring 2009 Imran Ihsan Principal Design Consultant OPUSVII www.opuseven.com Faculty of Engineering & Applied Sciences 1. The Nature of Digital

More information

Making Digital POSiTiVES & Negatives for Contact Printing Sandra C. Davis

Making Digital POSiTiVES & Negatives for Contact Printing Sandra C. Davis Making Digital POSiTiVES & Negatives for Contact Printing 2005-13 Sandra C. Davis Suggested reading: Making Digital Negatives for Contact Printing by Dan Burkholder, Twin Palms Press, and The Inkjet Negative

More information

Essential Post Processing

Essential Post Processing Essential Post Processing By Ian Cran Preamble Getting to grips with Photoshop and Lightroom could be described in three stages. One is always learning and going through stages but there are three main

More information

Slide Scanning Converting Your Film Photographs to Digital. Presentation to UCHUG - 8/06/08 G. Skalka

Slide Scanning Converting Your Film Photographs to Digital. Presentation to UCHUG - 8/06/08 G. Skalka Slide Scanning Converting Your Film Photographs to Digital Presentation to UCHUG - 8/06/08 G. Skalka Why Scan? Film and prints degrade - bits do not Infinite identical copies of digital image Storage space

More information

A type of wheel or dial on a camera that makes it possible to scroll through setting options by

A type of wheel or dial on a camera that makes it possible to scroll through setting options by Unit 3.2 Page 1 Vocabulary Wednesday, September 30, 2015 4:31 PM aperture back lighting candid photograph color temperature cropping depth of field digital single lens reflex (DSLR) digital zoom focal

More information

Image Optimization for Print and Web

Image Optimization for Print and Web There are two distinct types of computer graphics: vector images and raster images. Vector Images Vector images are graphics that are rendered through a series of mathematical equations. These graphics

More information

One Week to Better Photography

One Week to Better Photography One Week to Better Photography Glossary Adobe Bridge Useful application packaged with Adobe Photoshop that previews, organizes and renames digital image files and creates digital contact sheets Adobe Photoshop

More information

Digital imaging requirements for offset print

Digital imaging requirements for offset print Printing Services Vol. 11, No. 5 Digital Imaging for Print Media October 2005 Figure 1. A very low resolution digital image where each pixel is visible. Digital imaging requirements for offset print media

More information

Using Photoshop Elements

Using Photoshop Elements Using Photoshop Elements Created By: Rick Williams August 2004 Table of Contents Photoshop Element Tools...Page 1 Tool Descriptions... Page 3 Starting Photoshop Elements... Page 7 Resizing an Image...

More information

CREATING A COMPOSITE

CREATING A COMPOSITE CREATING A COMPOSITE In a digital image, the amount of detail that a digital camera or scanner captures is frequently called image resolution, however, this should be referred to as pixel dimensions. This

More information

Introduction to Photoshop: Basic Editing & Prepare Images for the Web

Introduction to Photoshop: Basic Editing & Prepare Images for the Web Introduction to Photoshop: Basic Editing & Prepare Images for the Web 1 LEARNING OBJECTIVES Basic tools in Photoshop & Use of Bridge Prepare images for print and web use TOPICS COVERED Photoshop Interface

More information

2 BASiC PHOTO COrrECTiOnS lesson overview

2 BASiC PHOTO COrrECTiOnS lesson overview 2 basic photo corrections Lesson overview In this lesson, you ll learn how to do the following: Understand image resolution and size. Straighten and crop an image. Adjust the tonal range of an image. Remove

More information

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am Readings and Resources Texts: Suggested excerpts from Learning Web Design Files The required files are on Learn in the Week 3

More information

In this rather technical follow-up article to my original

In this rather technical follow-up article to my original Adjusting Photographs for Print or Web Use In this rather technical follow-up article to my original photography article, I will discuss how I use Photoshop CS5 after taking photos of flow blue or mulberry

More information

Color, Resolution, & Other Image Essentials

Color, Resolution, & Other Image Essentials www.gilbertconsulting.com blog.gilbertconsulting.com kgilbert@gilbertconsulting.com Twitter: @gilbertconsult lynda.com/keithgilbert Every Photoshop image consists of three specific attributes: image resolution,

More information

Unit 7 : Image Painting, Editing and Layers

Unit 7 : Image Painting, Editing and Layers Unit 7 : Image Painting, Editing and Layers Introduction This Unit describes about various painting tools; such as selection, cropping and measuring tools, retouching, drawing and type tools, Navigation

More information

Photoshop Elements Hints by Steve Miller

Photoshop Elements Hints by Steve Miller 2015 Elements 13 A brief tutorial for basic photo file processing To begin, click on the Elements 13 icon, click on Photo Editor in the first box that appears. We will not be discussing the Organizer portion

More information

PHOTOSHOP. pixel based image editing software (pixel=picture element) several small dots or pixels make up an image.

PHOTOSHOP. pixel based image editing software (pixel=picture element) several small dots or pixels make up an image. Photoshop PHOTOSHOP pixel based image editing software (pixel=picture element) several small dots or pixels make up an image. RESOLUTION measurement of the total number of pixels displayed determines the

More information

4/23/12. Improving Your Digital Photographs + ABOUT ME. + CHANGES in PHOTOGRAPHY. CAMERA and DARKROOM Pro? Cons? DIGITAL PHOTOS Pro? Con?

4/23/12. Improving Your Digital Photographs + ABOUT ME. + CHANGES in PHOTOGRAPHY. CAMERA and DARKROOM Pro? Cons? DIGITAL PHOTOS Pro? Con? Improving Your Digital Photographs Dana Baumgart Marketing Consultant UW Oshkosh Adjunct Faculty ABOUT ME 1997-2001 Attended UWO 2003-2004 Attended Marian College 2001-2003 Marketing Coordinator 2003-2007

More information

Tablet overrides: overrides current settings for opacity and size based on pen pressure.

Tablet overrides: overrides current settings for opacity and size based on pen pressure. Photoshop 1 Painting Eye Dropper Tool Samples a color from an image source and makes it the foreground color. Brush Tool Paints brush strokes with anti-aliased (smooth) edges. Brush Presets Quickly access

More information

Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC.

Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC. Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC. Table of Contents Course aims: 1 Course presentation notes: 1 Introducing Photoshop: 1 Adjusting the Brightness or Contrast

More information

Pacific New Media David Ulrich

Pacific New Media David Ulrich Pacific New Media David Ulrich pacimage@maui.net www.creativeguide.com 808.721.2862 Sharpening and Noise Reduction in Adobe Photoshop One of the limitations of digital capture devices and digital chips

More information

PHOTOSHOP & ILLUSTRATOR BOOTCAMP

PHOTOSHOP & ILLUSTRATOR BOOTCAMP FALL 2014 - ELIZABETH LIN PHOTOSHOP & ILLUSTRATOR BOOTCAMP ILLUSTRATOR ALIGNMENT To access the alignment panel, go to Window -> Align. You should see a panel like the one below. This panel allows you to

More information

CTE DIGITAL PHOTOGRAPHY STUDY GUIDE

CTE DIGITAL PHOTOGRAPHY STUDY GUIDE CTE DIGITAL PHOTOGRAPHY STUDY GUIDE Camera Information, Techniques and Tools When backpacking, take the lightest weight camera with you to use, which will be either a point and shoot or your phone camera

More information

This PDF file is best viewed at actual size (Command-H on the Mac; Control-H on the PC) to maximize the clarity of photos and screenshots.

This PDF file is best viewed at actual size (Command-H on the Mac; Control-H on the PC) to maximize the clarity of photos and screenshots. BLACK & WHITE CORRECTIONS IN PHOTOSHOP This PDF file is best viewed at actual size (Command-H on the Mac; Control-H on the PC) to maximize the clarity of photos and screenshots. INITIAL SCANS: Resolution

More information

Resolution. Learning Objectives. Introduction. Will the Image Be Printed or Displayed on a Computer Screen?

Resolution. Learning Objectives. Introduction. Will the Image Be Printed or Displayed on a Computer Screen? 2 Resolution Learning Objectives After completing this chapter, you will be able to: Explain the relationship between pixels and resolution. Use the Zoom Tool and Hand Tool to magnify and scroll around

More information

IMAGING WEB GRAPHICS IN PHOTOSHOP

IMAGING WEB GRAPHICS IN PHOTOSHOP IMAGING WEB GRAPHICS IN PHOTOSHOP Steve Heriot Department of Technological Studies Bemidji State University Bemidji, Minnesota 56601 sheriot@bemidjistate.edu A Need for a Simple Imaging Tutorial In the

More information

IT154 Midterm Study Guide

IT154 Midterm Study Guide IT154 Midterm Study Guide These are facts about the Adobe Photoshop CS4 application. If you know these facts, you should be able to do well on your midterm. Photoshop CS4 is part of the Adobe Creative

More information

The Camera Club. David Champion January 2011

The Camera Club. David Champion January 2011 The Camera Club B&W Negative Proccesing After Scanning. David Champion January 2011 That s how to scan a negative, now I will explain how to process the image using Photoshop CS5. To achieve a good scan

More information

Adobe Fireworks CS4 Kalamazoo Valley Community College February 25, 2010

Adobe Fireworks CS4 Kalamazoo Valley Community College February 25, 2010 Adobe Fireworks CS4 Kalamazoo Valley Community College February 25, 2010 Introduction to Fireworks CS4 Fireworks CS4 is an image editing program that can handle both vector (line art/logos) and raster

More information

Photoshop Techniques Digital Enhancement

Photoshop Techniques Digital Enhancement Photoshop Techniques Digital Enhancement A tremendous range of enhancement techniques are available to anyone shooting astrophotographs if they have access to a computer and can digitize their images.

More information

ITP 140 Mobile App Technologies. Images

ITP 140 Mobile App Technologies. Images ITP 140 Mobile App Technologies Images Images All digital images are rectangles! Each image has a width and height 2 Terms Pixel A picture element Screen size In inches Resolution A width and height DPI

More information

Photoshop Elements 3 Filters

Photoshop Elements 3 Filters Photoshop Elements 3 Filters Many photographers with SLR cameras (digital or film) attach filters, such as the one shown at the right, to the front of their lenses to protect them from dust and scratches.

More information

PHOTOTUTOR.com.au Share the Knowledge

PHOTOTUTOR.com.au Share the Knowledge THE DIGITAL WORKFLOW BY MICHAEL SMYTH This tutorial is designed to outline the necessary steps from digital capture, image editing and creating a final print. FIRSTLY, BE AWARE OF WHAT CAN AND CAN T BE

More information

INTRODUCTION TO COMPUTER GRAPHICS

INTRODUCTION TO COMPUTER GRAPHICS INTRODUCTION TO COMPUTER GRAPHICS ITC 31012: GRAPHICAL DESIGN APPLICATIONS AJM HASMY hasmie@gmail.com WHAT CAN PS DO? - PHOTOSHOPPING CREATING IMAGE Custom icons, buttons, lines, balls or text art web

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

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

image Scanner, digital camera, media, brushes,

image Scanner, digital camera, media, brushes, 118 Also known as rasterr graphics Record a value for every pixel in the image Often created from an external source Scanner, digital camera, Painting P i programs allow direct creation of images with

More information

State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material

State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material Introduction While the term digitisation can encompass a broad range, for the purposes of this guide,

More information

Printing on the Epson You should save a second.psd or tiff version of your image for printing

Printing on the Epson You should save a second.psd or tiff version of your image for printing Printing on the Epson 9600 Preparing your image to print You should save a second.psd or tiff version of your image for printing Resizing To observe the image size and resolution of an existing file, you

More information

Photoshop CC: Essentials

Photoshop CC: Essentials Photoshop CC: Essentials Summary Workspace Overview... 2 Exercise Files... 2 Selection Tools... 3 Select All, Deselect, And Reselect... 3 Adding, Subtracting, and Intersecting... 3 Working with Layers...

More information

Adobe Photoshop CS2 Workshop

Adobe Photoshop CS2 Workshop COMMUNITY TECHNICAL SUPPORT Adobe Photoshop CS2 Workshop Photoshop CS2 Help For more technical assistance, open Photoshop CS2 and press the F1 key, or go to Help > Photoshop Help. Selection Tools - The

More information

Photoshop Study Notes and Questions

Photoshop Study Notes and Questions Copyright Law The World Intellectual Property Organization (WIPO) Copyright treaty restrict the use of copyrighted material without first getting permission. Printing Soft proof (viewing on screen) allows

More information

CD: (compact disc) A 4 3/4" disc used to store audio or visual images in digital form. This format is usually associated with audio information.

CD: (compact disc) A 4 3/4 disc used to store audio or visual images in digital form. This format is usually associated with audio information. Computer Art Vocabulary Bitmap: An image made up of individual pixels or tiles Blur: Softening an image, making it appear out of focus Brightness: The overall tonal value, light, or darkness of an image.

More information

Resolution: The Peanut Butter Analogy

Resolution: The Peanut Butter Analogy Resolution: The Peanut Butter Analogy When you scan an image or take a digital picture you are collecting a batch of pixels. The mega pixel rating of your camera or your scanner s sensitivity will determine

More information

Fireworks Bitmap Graphics Hands on practice notes. Basic Panels to note in Fireworks (Review)

Fireworks Bitmap Graphics Hands on practice notes. Basic Panels to note in Fireworks (Review) Fireworks Bitmap Graphics Hands on practice notes Topics of discussion 1. Saving files in Fireworks (PNG formats) - Review 2. Basic Panels Tool, Property, Layer & Optimize - Overview 3. Selection/Editing

More information

Commercial Art 1 Photoshop Study Guide. 8) How is on-screen image resolution measured? PPI - Pixels Per Inch

Commercial Art 1 Photoshop Study Guide. 8) How is on-screen image resolution measured? PPI - Pixels Per Inch Commercial Art 1 Photoshop Study Guide To help prepare you for the Photoshop test, be sure you can answer the following questions: 1) What are the three things should you do when you first open a Photoshop

More information

Adobe Photoshop CS 6 Level II. Topics: Selection Tools Layers Photo Correction

Adobe Photoshop CS 6 Level II. Topics: Selection Tools Layers Photo Correction Adobe Photoshop CS 6 Level II Topics: Selection Tools Layers Photo Correction Chapter 3 Quick Selection Tool The Quick Selection tool provides one of the easiest ways to make a selection. You simply paint

More information

Introduction to Photoshop

Introduction to Photoshop Introduction to Photoshop Instructional Services at KU Libraries A Division of Information Services www.lib.ku.edu/instruction Abstract: This course covers the basics of Photoshop, including common tools

More information

Course Syllabus. Course Title. Who should attend? Course Description. Photoshop ( Level 2 (

Course Syllabus. Course Title. Who should attend? Course Description. Photoshop ( Level 2 ( Course Title Photoshop ( Level 2 ( Course Description Adobe Photoshop CC (Creative Clouds) is the world's most powerful graphic design (bitmap-based) program for editing, manipulating, compositing, enhancing

More information

Photoshop CS6. Table of Contents. Image Formats! 3. GIF (Graphics Interchange Format)! 3. JPEG or JPG (Joint Photographic Experts Group)!

Photoshop CS6. Table of Contents. Image Formats! 3. GIF (Graphics Interchange Format)! 3. JPEG or JPG (Joint Photographic Experts Group)! Photoshop CS6 Table of Contents Image Formats! 3 GIF (Graphics Interchange Format)! 3 JPEG or JPG (Joint Photographic Experts Group)! 3 PNG (Portable Network Graphics)! 3 Pixels! 3 Resolution! 3 Creating

More information

Introduction to PHOTOSHOP

Introduction to PHOTOSHOP Introduction to PHOTOSHOP Summary Notes Lesson 1 Pixel Density - High Resolution Vs Low Resolution Important Points on Digital Imagery Fundamentals The resolution of a digital image is the fineness of

More information

The relationship between Image Resolution and Print Size

The relationship between Image Resolution and Print Size The relationship between Image Resolution and Print Size This tutorial deals specifically with images produced from digital imaging devices, not film cameras. Make Up of an Image. Images from digital cameras

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ We offer free update service for one year Exam : 9A0-125 Title : Adobe Photoshop Lightroom 2 ACE Exam Vendors : Adobe Version : DEMO Get Latest &

More information

Specific structure or arrangement of data code stored as a computer file.

Specific structure or arrangement of data code stored as a computer file. FILE FORMAT Specific structure or arrangement of data code stored as a computer file. A file format tells the computer how to display, print, process, and save the data. It is dictated by the application

More information

Improve your photos and rescue old pictures

Improve your photos and rescue old pictures PSPRO REVISTED Nov 5 2007 Page 1 of 7 Improve your photos and rescue old pictures This guide gives tips on how you can use Paint Shop5 and similar free graphic programmes to improve your photos. It doesn

More information

CS 547 Digital Imaging Lecture 3

CS 547 Digital Imaging Lecture 3 CS 547 Digital Imaging Lecture 3 Working with Selections Layer Basics Free Transform & Basic Type Selection Tools Rectangular Marquee tool Elliptical Marque Tool Shift Select perfect circle Alt Select

More information

POLAROID EMULATION INCREASED CONTRAST, SATURATION & CLARITY

POLAROID EMULATION INCREASED CONTRAST, SATURATION & CLARITY POLAROID EMULATION The Polaroid SX-70 Camera was a sensational tool. It took photographs in real time. But just the color balance of the film and they way it developed had a unique look. Here are some

More information

Laser Photo Engraving By Kathryn Arnold

Laser Photo Engraving By Kathryn Arnold Laser Photo Engraving By Kathryn Arnold --This article includes a link to watch the video version! Learn online courtesy of LaserUniversity! -- Society is now in the digital age and so too must the world

More information

Maine Day in May. 54 Chapter 2: Painterly Techniques for Non-Painters

Maine Day in May. 54 Chapter 2: Painterly Techniques for Non-Painters Maine Day in May 54 Chapter 2: Painterly Techniques for Non-Painters Simplifying a Photograph to Achieve a Hand-Rendered Result Excerpted from Beyond Digital Photography: Transforming Photos into Fine

More information

Adobe Imaging Products

Adobe Imaging Products Adobe Imaging Products A Presentation to the Cary Photographic Artists Organization by Thomas Zuber February 2008 The Digital Darkroom Making a fine print digitally requires every bit of the skill and

More information