rankato

Set DPI without changing pixels

Print vendors, some visa services, and academic submissions require specific DPI. This tool changes the DPI metadata (72, 150, 300, 600) without touching the pixel data.

DPI is a metadata field, not a pixel property — an image at 300 DPI has the same pixels as the same image at 72 DPI, just different metadata. Some platforms (print vendors, visa applications, academic submissions) reject files that don't declare a specific DPI. This tool sets DPI to any target (72, 150, 300, 600) without resampling — pixels stay byte-identical.

DPI is metadata

DPI (dots per inch) tells a printer how many pixels to cram into an inch. The pixels themselves don't change — only the printed size. A 3000×2000 image at 300 DPI prints as 10×6.67 inches; the same image at 150 DPI prints as 20×13.3 inches (larger, softer). Neither is 'higher quality' in the pixel sense.

When to change DPI

Print vendors: usually 300 DPI. Digital display: 72 or 96 DPI. Some visa/document systems: 300 DPI required. If a platform rejects your image citing DPI, this tool fixes the metadata; if it rejects citing pixel dimensions, you actually need to resize (use the Image Resizer instead).

Batch and metadata preservation

Apply the same DPI to a batch. Other metadata (EXIF, IPTC, XMP) is preserved by default; toggle strip options if you want to clean up more.

Tool FAQs

Everything you need to know about using Image DPI Changer.

Will changing DPI improve print quality?+

Only if you also had enough pixels. Setting a 500×500 image to 300 DPI gives a 1.67-inch print — small but sharp. Setting to 72 DPI gives a 7-inch print — larger but blurry. Same pixels, different physical size.

Does the pixel data actually change?+

No. Only the DPI metadata field is updated. Byte-diff the pixel data before and after and it's identical. That's why this operation is truly lossless.

What formats support DPI metadata?+

JPEG, TIFF, PNG (via pHYs chunk), and WebP. GIF and SVG don't natively store DPI (they're resolution-independent). The tool warns if you upload a format that can't store the setting.