Tested tool guide
Tested browser tools
Checked August 16, 2026
What DPI Converter does, with a checked example
DPI Converter changes the resolution value associated with an image while preserving its pixel width and height. It records the requested density as image metadata instead of resampling the pixel grid. Software that honors this metadata may then assign the image a different physical size in a print layout. The common surprise is that a higher DPI or PPI value does not create pixels, recover detail, or improve a low-resolution source.
Worked example
A concrete input and expected output from the current implementation.
Input
A 600 x 300 pixel image; target resolution: 300 DPI
->
Expected output
An image that remains 600 x 300 pixels with its resolution set to 300 PPI. Its metadata-implied print size is 2 x 1 inches.
Physical size is calculated by dividing each pixel dimension by the pixel density. Here, 600 / 300 = 2 inches and 300 / 300 = 1 inch.