Resampling
The process of resampling allows you to change the pixel dimensions of your image. This will affect the display and print size of your image. This part of the resizing process is important for several reasons:
- Images will print faster when they are sized properly for your output device.
- Images will print clearer when you size them to a target size, and then run a sharpening filter to enhance the edge detail.
- Images appear crisper when they are displayed at 100 percent on a computer screen (such as for a PowerPoint presentation).
The process of resampling is often identified based on whether you are scaling the image smaller (downsampling) or larger (upsampling):
- Downsampling: If you decrease the number of pixels in an image, you are downsampling the image. When you downsample an image, you permanently discard data. You can specify an interpolation method (discussed in the next section) to determine how pixels are deleted. After an image has been downsampled and saved, you cannot restore the discarded data.
- Upsampling: If you increase the number of pixels in an image, you are upsampling the image. When upsampling, you create new pixels to expand the image. Again, you can specify an interpolation method to determine how pixels are added. When upsampling, you add information that did not previously exist, which generally just makes a larger image that is not any sharper than the original.
Choose an Interpolation Method
When you resample an image, Photoshop creates new pixels. Those new pixels are created based on the neighboring pixels. How those new pixels are formed is determined by the interpolation method you specify. Photoshop offers up to five methods to resample your image.
Choose one of the following methods:
- Nearest Neighbor: This method is fast but not very precise. It is useful for resizing illustrations. However, it can produce jagged edges.
- Bilinear: This approach uses pixel averaging. It is a balance of speed and quality, and produces medium-quality results.
- Bicubic: This method is slower but more precise than the first two (and more desirable). Photoshop spends more time examining surrounding pixels before interpolating new ones. The math at work is very complex, so this method will produce smoother results than Nearest Neighbor or Bilinear.
- Bicubic Smoother: This method is a refinement of Bicubic. It is specifically designed for upsampling (enlarging images).
- Bicubic Sharper: This method is also a refinement of Bicubic. It is useful for downsampling (shrinking images). It does a better job of maintaining sharpness than the other methods.
Setting the Default Method
Photoshop allows you to choose a default interpolation method. This will be used when you invoke a sizing command, such as the Free Transform or Image Size commands (more on both in the pages ahead). Choose the method that best matches your workflow.
- Choose Edit > Preferences or press Command/Ctrl+K to call up the Preferences dialog box.
- From the Image Interpolation drop-down menu, choose your default method (Bicubic is the most flexible method and is recommended).
Click OK.