askvity

How Do I Change the PPI of an Image?

Published in Image Editing 3 mins read

Changing the PPI (Pixels Per Inch) of an image is straightforward, primarily affecting print size rather than image quality itself, unless you also resample the image. Here's how to do it in Adobe Photoshop:

Steps to Change PPI in Photoshop:

  1. Open your image in Photoshop. Navigate to File > Open, and select the image you want to modify.

  2. Go to Image > Image Size. This opens the Image Size dialog box where you can adjust various image properties.

  3. Deselect the "Resample" option. This is crucial. Resampling changes the actual number of pixels in your image and can affect image quality. Deselecting it ensures you're only changing the metadata (PPI) without altering the pixel data itself. If "Resample" is checked, Photoshop will add or remove pixels to achieve the new PPI, potentially causing blurring or artifacts.

  4. Enter a new value in the "Resolution" field. This is where you specify the desired PPI. As long as "Resample" is deselected, changing the PPI will only adjust the document size (width and height) for printing purposes; the number of pixels in the image will remain constant.

Understanding PPI and Its Impact

  • What is PPI? PPI (Pixels Per Inch) refers to the number of pixels contained within one inch of an image. It's primarily relevant for printing because it determines the physical size at which the image will be printed at a particular resolution.

  • Effect on Print Size: Increasing the PPI decreases the physical print size, while decreasing the PPI increases the physical print size, assuming you aren't resampling. This is because you're fitting the same number of pixels into a smaller or larger space.

  • Effect on On-Screen Display: PPI typically doesn't directly impact how an image appears on screen. Screen resolution is measured in pixels, not inches, so the number of pixels determines the image's size on a screen.

Example:

Let's say you have an image that is 3000 x 2000 pixels and currently has a PPI of 300.

  • At 300 PPI, it will print at 10 inches wide (3000 pixels / 300 PPI) and 6.67 inches tall (2000 pixels / 300 PPI).

If you change the PPI to 150 (without resampling):

  • It will now print at 20 inches wide (3000 pixels / 150 PPI) and 13.33 inches tall (2000 pixels / 150 PPI). The number of pixels remains the same (3000 x 2000), but they are spread out over a larger area when printed.

When to Resample

Resampling should be used when you need to change the actual number of pixels in your image. For example:

  • Increasing Image Size: If you need to print an image larger than its current pixel dimensions allow, you might choose to resample up. Be aware that this can introduce pixelation and loss of detail, as Photoshop needs to "invent" new pixels.
  • Decreasing Image Size: If you want to reduce the file size of an image, you can resample down, which removes pixels.

Caution: Always save a copy of your original image before resampling, as it's a destructive process. Experiment with different resampling methods within Photoshop (e.g., Bicubic Sharper for enlargement, Bicubic Smoother for reduction) to achieve the best results.

Related Articles