Tested tool guide
Tested browser tools
Checked August 16, 2026
What Image DPI / PPI Changer does, with a checked example
Image DPI / PPI Changer reads the resolution value stored with an image and lets you replace that value while keeping the pixel grid unchanged. The new metadata changes the physical size that print and layout software may infer: pixels divided by PPI gives inches. The common surprise is that entering a higher PPI does not create detail or increase pixel dimensions. It only declares that the existing pixels should occupy fewer inches, provided the next application honors the metadata.
Worked example
A concrete input and expected output from the current implementation.
Input
Upload a 1200 x 1800 pixel image and set its resolution to 300 PPI.
->
Expected output
A modified image with resolution metadata set to 300 PPI and pixel dimensions still equal to 1200 x 1800. Its implied print size is 4 x 6 inches.
The dimensions reconcile because 1200 / 300 = 4 and 1800 / 300 = 6. With no resampling, the image still contains 2,160,000 pixels.