Digital Photography Workshop

Toward a Theology of Tools, or What in the World Is This Thing For?
Workshop Objectives
- Adjust a digital camera's settings to optimize image quality.
- Transfer images from a digital camera to a computer.
- Describe the makeup of a digital image.
- Describe the most common digital image formats.
- Determine the appropriate size for an image that will be used:
- On a Web page (thumbnail and full-size)
- In a PowerPoint presentation
- In a printed document
- As an email attachment
- Use image editing software to perform tasks such as:
- Crop and resize images.
- Adjust the brightness and contrast of improperly exposed images.
- Perform color corrections.
- Change undesirable portions of a picture (power lines, litter, etc.).
- Add text, lines, arrows, and boxes to an image.
- Create and edit multi-layer images.
- Use filters to modify images.
Adjusting a Digital Camera's Settings
- Most digital cameras offer several levels of JPEG compression, identified as Fine or Best, Normal or Good, Basic or Low. Select Fine or Best to get the highest image quality. The only tradeoff is that you will not be able to store as many images on your media card.
- Many digital cameras let you adjust the ISO setting, or the camera's sensitivity to light. A typical range is 100 to 800 or 1600. At higher ISO settings, less light is required to get a correct exposure. The tradeoff is increased noise in the images. A good rule of thumb is to adjust the ISO so that the camera is using a shutter speed of at least 1/30 of a second or higher. It requires a much higher shutter speed to stop action or to prevent blurring caused by camera shake, especially when you are using a telephoto lens.
- Higher-end cameras can store images in RAW mode. RAW mode consists of all the data that the camera's sensor captures. If you are aiming for the highest quality and have an image editing program that supports RAW data (Adobe Photoshop or Photoshop Elements), RAW is the way to go. RAW format requires the most storage space on your media cards.
Transferring Images From Camera to Computer
- Cameras store images on a variety of media (CompactFlash, SD, MicroSD, xD, Sony Memory Stick, etc.).

- Cameras usually connect to computer by USB cable.
- Windows XP and Vista, Mac OSX recognize cameras as mass storage devices (disk drives), enabling you to copy image files from camera to computer's hard drive.
- Memory cards can become corrupted, preventing you from accessing the pictures stored on them. If this happens to you, Google "image recovery software" to find sources for this software. Image recovery software is sometimes available with a media card; e.g., Lexar Image Rescue 3 with some Lexar SD or CF cards.
- To lessen the chances of corruption, reformat your media cards from time to time. (Make sure you have transferred all the images from the cards to your computer.) Be sure to unmount media cards before ejecting them from your computer.
- This may just be superstition on my part, but I never erase images from my media cards in my computer or format my media cards in my computer. I only erase images and format my cards in my cameras, and I always use the same cards in the same camera. I have never had a corrupted media card.
- If you have valuable images in digital form, be sure to keep at least 2-3 copies of them (hard drive, removeable hard drive, CD or DVD.)
- Windows and Mac computers include software for viewing digital images. Open a Windows file folder that contains images, and select Thumbnails from the View Menu. Double-click a thumbnail image to load it into Windows Picture and Fax Viewer. This program includes a slide show option.
Image Transfer Demonstration
What Is a Digital Image?
A digital image consists of a large number of colored rectangles called pixels. Your eye combines the pixels into a picture.
Each pixel is a single color. The colors are defined numerically, using a specific color model. The most common color model for computer displays is RGB (Red Green Blue). This is an additive color model in which the three primary colors of light--red, green, and blue--are combined to create millions of other colors. The most common way to specify colors is by using a 24-bit additive color model. Each of the primary colors can range in intensity from 0 (no color at all) to 255. This provides 256 shades of each primary color. (256 = 28 bits.) Colors can be specified in decimal (0-255) or hexadecimal values (0-ff, where ff = 255).

Digital Color Exercise
Use an image editing program to perform the following tasks:
- Open an image of your choice and use its color sampling tools to measure the color of various pixels.
- What color is ffffff?
- What color is 000000?
- What color is ff0000?
- Discuss with your neighbors: How would you identify and specify spot colors for a publication, presentation, or Web page that complement an image you are planning to use?
Digital images may be stored in a variety of file formats. A file format is a particular way of organizing and storing the pixels that make up a digital image. File formats may be lossless, meaning that no pixel information is lost when the image is stored, or lossy, meaning that the file format uses a compression algorithm that results in the loss of pixel information. JPEG (Joint Photographic Experts Group) is an example of a lossy format. TIFF and BMP are examples of lossless file formats.
File Format Exercise
- Save the same image in the following formats: JPEG, TIFF, BMP, GIF. How do the file sizes of each format compare?
- If your image editing program supports variable JPEG compression, save an image at the lowest compression setting and at the highest compression setting. How noticeable is the difference in image quality?
- Discuss with your neighbors: What do you think will happen to the quality of a JPEG image as it is repeatedly edited and saved?
Sizing Digital Images
Digital images are made up of rectangular chips of color (pixels). When a digital image is viewed on a computer display, each pixel in the image will normally occupy one pixel on the screen; that is, an image that is 800 pixels wide by 600 pixels high will occupy the entire screen area of a 800x600 display. Certain exceptions:
- Some programs have the ability to stretch or otherwise distort images from their original size; e.g., Windows desktop wallpaper, PowerPoint, image width and height specifications in HTML code. This results in a loss in image quality.
- Programs that can zoom in and out on digital images.
Web Pages
There are no hard and fast rules for sizing images for Web pages, because you don't know how big your visitors' displays are. The World Wide Web Consortium maintains browser statistics based on its visitor logs. These statistics will provide you with an idea of what a fairly large sample of Web users are using; keep in mind that w3.org visitors are a more technically advanced lot than the general population. I use a very conservative approach on my own pages: no image wider than 600 pixels or higher than 400 pixels. That ensures that no one will ever have to scroll to see an image in its entirety, even if they are using an obsolete 640x480 display. Here is the code to insert an image in a Web page:
<img src="samplepic.jpg" width="600" height="640" alt="some text to describe the image for vision-impaired visitors or others who can't see the image" />
Images for PowerPoint
Powerpoint is the easiest program to use when it comes to sizing digital images. Size the images so that they are no larger than the resolution of your output device. For projectors, that will most likely be SVGA (800 pixels by 600 pixels), or XGA (1,024 pixels by 768 pixels). If the images are in portrait mode or don't fit the 4x3 aspect ratio of the projector, make sure that their largest dimension is less than the corresponding dimension on the display. For example, if you have a vertical image and an XGA display, the image should be no taller than 768 pixels. Following this methodology ensures that you can size your images in PowerPoint to the maximum size of the screen with no quality loss. If you use the images at a smaller size, PowerPoint will scale them down accordingly. PowerPoint does a fairly good job of scaling images up, but the loss in quality may be noticeable if you stretch an image too far.
Images for Print
Resolution is a factor in sizing images for print. Resolution is usually measured in pixels per inch or ppi. For printing on low-end inkjets or color laser printers, a resolution of 120 to 200 ppi is usually adequate. For professional printing, you may need to go as high as 300 ppi. A couple of examples will familiarize you with the math:
- Consumer-Quality Inkjet Example
- You want to print an image six inches wide and four inches high. 150 ppi should be adequate, so use your image editing program to size the image to 900 pixels wide by 600 pixels high, with a resolution of 150 pixels per inch. If you have a photo printer, consult your documentation to see if higher resolutions are recommended.
- Professionally Printed Materials
- You are creating images for your school's yearbook. The yearbook company wants TIFF images at 300 ppi. You want to print a 5x7 image in portrait mode. Your image should be 1500 pixels wide and 2,100 pixels high, with a resolution of 300 ppi.
Emailing Images
In a ideal world, you would email digital images to your friends and colleagues at the images' original (largest) size, so your recipients could do with them as they see fit. Due to bandwidth limitations, you shouldn't do that. Some email servers limit attachments to 1 megabyte, which is still pretty large for a JPEG image. Please note that compressing a JPEG image using a zip utility won't really make the image much smaller, because it is already compressed. If you have a lot of images you would like to share with friends, consider a photo sharing website.
Sizing Exercise
- Open an image of your choice and determine its width and height in pixels.
- What is the resolution of the image, measured in pixels per inch (ppi)?
- Can you change the ppi resolution without changing the size of the image?
- What happens if you decrease the number of pixels in the image?
- What happens if you increase the number of pixels in the image?
- Size an image to display as a thumbnail on a Web page. Copy this HTML code into Notepad, modify it to point to your thumbnail image. Save the file as test.htm and view the file in a Web browser.
- Modify the HTML code in the previous step so that you can click the thumbnail and display a larger version of your picture.
- What happens if you modify the width and height attributes of your thumbnail image so that they no longer match the thumbnail's actual dimensions?
- Determine the resolution of your computer's display. Size an image appropriately for full-screen usage in a PowerPoint presentation. Create a PowerPoint presentation and insert the image, and size it to full-screen.
- Duplicate the PowerPoint page you just created, then resize the image to approximately quarter-screen size. View the presentation. Is there any loss in quality from the full-screen to the quarter-screen page?
Terry Hawthorne
