Changing image DPI in Photoshop means rewriting a print-density label that is stored inside a JPEG or PNG, without necessarily changing the pixels themselves. The DPI value tells a printer or layout application how many of the existing pixels should be packed into each physical inch of paper, so 3000 pixels wide at 300 DPI prints at 10 inches wide and the same file at 150 DPI prints at 20 inches wide. Photoshop exposes this through the Image Size dialog, where the DPI field and the pixel dimensions are tightly linked through a Resample checkbox that decides whether pixels are invented or discarded during the change. Many readers land on this setting expecting a quality upgrade, but DPI is purely metadata: it cannot recover detail from a blurry scan, sharpen a soft web photo, or turn a low-resolution print into a high-resolution print. What it can do is keep the same pixels, change only the metadata, and let the destination application compute a different physical size. That distinction is the entire reason a dedicated local metadata tool sits alongside Photoshop's resampling dialog for users who want the label changed without touching pixel data.

how to change image dpi in photoshop
如何在 Photoshop 中不重新取樣來變更影像 DPI

DPI 在 Photoshop 中真正的意義

DPI stands for dots per inch and is the print-density instruction Photoshop attaches to an image when you save a JPEG, PNG, TIFF, or PSD. It answers one question for downstream software: given the current pixel count, how many pixels should sit in every inch of physical output? The answer is purely arithmetic, which is why two files with the same pixel count can have very different physical sizes once a layout program reads their DPI labels.

Photoshop reports DPI inside Image Size next to the Pixel Dimensions group. When you change the DPI there with Resample turned off, only the label moves and the width and height in pixels stay locked. Turn Resample on and Photoshop treats the change as an interpolation job, inventing or removing pixels to keep the printed size constant while the pixel count moves up or down. That second mode is a genuine quality operation and is what most casual tutorials show, but it is not what the word DPI implies.

Many readers confuse the two because Photoshop groups them under the same dialog. The fix is to understand the math first: pixels divided by DPI equals the printed inches, so changing only DPI re-prices the same pixels rather than producing new ones.

透過影像尺寸對話框在 Photoshop 中變更 DPI

Open the image in Photoshop and choose Image > Image Size. The dialog shows Pixel Dimensions at the top and Document Size at the bottom, with the Document Size fields labelled Width, Height, Resolution, and a Resample checkbox underneath. The Resolution field is where Photoshop writes its DPI label.

For a metadata-only change inside Photoshop, follow these steps:

  1. Open the file with File > Open and select a JPEG, PNG, TIFF, or PSD.
  2. Choose Image > Image Size to open the dialog.
  3. Uncheck Resample so the change is metadata only and the pixel grid stays locked.
  4. Change the Resolution field to a whole number such as 150, 300, or 600.
  5. Read the Document Size preview: the width and height in inches should move, while Pixel Dimensions stay locked.
  6. Click OK to apply, then save the file with File > Save As or File > Export > Export As.

If Resample stays on, the Pixel Dimensions group will move in step with the Resolution change. That is a different operation: it interpolates new pixels and a 3000 by 2400 pixel image can become 6000 by 4800 pixels after a 300 to 600 DPI bump. Re-encode inside Photoshop only when the destination workflow asks for a specific pixel count. When the only goal is the DPI label and the pixel grid is already final, the Image DPI Changer writes the same kind of metadata in a browser tab, accepts one JPEG or PNG up to 25 MiB, and downloads a copy with updated print-density fields while leaving the image bytes untouched.

用三個步驟更新 JPEG 或 PNG 的 DPI

A lighter workflow covers most cases where the goal is just a DPI label change and the pixel grid is already final. The Image DPI Changer is built for exactly that operation.

  1. Choose one JPEG or PNG image up to 25 MiB. The page validates the file signature, reads any existing print-density metadata, and shows the values it detected.
  2. Enter a whole-number target DPI such as 72, 150, 300, or 600. This value changes print metadata only; the pixel dimensions of the file stay the same.
  3. Select Update image DPI, download the copy, and verify its intended size in the destination layout or print application.

This three-step path skips the Photoshop round trip entirely and skips a second JPEG encoding. The compressed image bytes are copied as-is and only the metadata fields change, which avoids the kind of generational quality loss that comes from opening and re-saving a JPEG in an editor. The page validates a bounded JPEG or PNG header before any change is made, so truncated marker segments, malformed PNG chunks, duplicate physical-pixel chunks, or a pHYs chunk placed after image data are rejected rather than patched.

常見的 DPI 數值及其用途

The table below lists typical DPI targets by use case. These are conventional values, not quality guarantees; a 150 DPI label on a low-resolution scan still prints softly because the source pixels are limited.

DPITypical usePrint size from a 3000 x 2400 pixel image
72Web display baseline, screen-centric documentsAbout 41.7 x 33.3 inches
150Draft prints, large posters viewed at distanceAbout 20 x 16 inches
300Magazines, photo books, most commercial printAbout 10 x 8 inches
600Fine art, high-end brochures, very small typeAbout 5 x 4 inches

The third column is the physical size the same file would print at once the layout program reads the DPI label. The pixels themselves never change, which is why a 72 DPI label and a 600 DPI label can point to the exact same file.

JPEG 與 PNG:元資料的儲存方式

JPEG and PNG store print density in different places, and the difference shows up after the change. JPEG uses a JFIF APP0 segment with units set to dots per inch and an Xdensity and Ydensity value, as documented in the W3C JFIF 1.02 specification. If a JPEG has no JFIF density header at all, the tool adds a small JFIF header so the label is portable. PNG stores the same idea inside a pHYs chunk that records an integer number of pixels per metre, as described in the PNG Specification, Third Edition.

The unit difference matters when you read the file back. PNG stores an integer pixels-per-metre value, so the page converts DPI to pixels per metre using the exact 0.0254 metres-per-inch relation and rounds back when reading. A 300 DPI request becomes 11811 pixels per metre and that value survives the round trip, but odd values can shift by a small rounding fraction when the file is read. This is a storage precision limit, not a change in actual pixels.

The page also dynamically reads standard EXIF resolution fields after a file is selected so the existing label is shown before any update. It does not attempt to merge or rewrite every possible EXIF, XMP, ICC, IPTC, camera, GPS, or vendor extension because several resolution fields can coexist in a single JPEG and downstream programs may pick whichever they prefer. For a deeper explanation of what DPI cannot do, the Change DPI Without Losing Quality guide walks through the same idea in more detail.

用 DPI 公式規劃列印工作

The relationship is one line of arithmetic: physical inches equal pixels divided by DPI. Set the DPI label so the resulting inches match the layout.

Worked example for the 3000 x 2400 pixel file already discussed:

  • Target print width: 10 inches
  • Pixels wide: 3000
  • Required DPI: 3000 / 10 = 300 DPI
  • Resulting print height: 2400 / 300 = 8 inches

If the same 3000 x 2400 pixels are labelled at 150 DPI instead, the printed size becomes 3000 / 150 = 20 inches wide and 2400 / 150 = 16 inches tall. The DPI alone moves the print size without touching the pixel grid, so a quick DPI update is the right move whenever the pixel count is already adequate and the only problem is the metadata label. If the print job calls for a larger size and the pixels fall short, an image resizer is needed to add real image data, since DPI metadata cannot invent detail that was never captured. For a printable size estimate before opening the file, the DPI Converter runs the same formula without changing anything.

在列印或排版應用程式中驗證結果

A successful DPI change does not always show the same number back in every viewer, and that is normal. Programs can choose among different metadata families, so the new DPI value should be verified in the destination workflow. Other tools may report a slightly different DPI for a PNG because of the integer pixels-per-metre rounding explained earlier. Web browsers are the most common exception: they lay out images using CSS and HTML dimensions, not the DPI field, so a website display does not change at all when the label is updated.

For a practical verification, open the downloaded file in the destination layout program or printer driver, place it at the intended physical size, and inspect small text, edges, and photos at the actual output dimensions. The DPI label does not add detail, so if the source pixels are too few for the chosen print size, no DPI value will fix that. Many print providers also specify a pixel count, color profile, bleed, or file format that must be matched in addition to DPI. Follow the documented requirements of the provider rather than assuming that the DPI label alone controls print quality.

When the operation is purely metadata, this kind of tool is the right tool: the pixel data stays identical, the compressed bytes are copied as-is, and the print-density field is rewritten so the destination application computes the size you want. Use it whenever Photoshop would only need to be opened to flip one label.