PNG DPI
How PNG stores DPI
PNG does not store DPI in the same way as JPEG EXIF. It can store physical pixel density in a pHYs chunk. When the unit is meters, software can translate pixels per meter into DPI.
This converter adds or replaces that pHYs data with the selected target value, such as 300 DPI.
How to change PNG DPI
- Open the main tool and upload a .png file.
- Check whether the PNG already has pHYs density metadata.
- Choose a target DPI value, usually 300 for print workflows.
- Download the rewritten PNG and verify the density in your design app.
Pixels and transparency stay intact
Metadata-only PNG conversion does not flatten the image, change the canvas size, or remove transparency. It changes the density metadata that compatible apps use to calculate physical size.
Common PNG DPI use cases
- Transparent logos that need a 300 DPI tag for layout software.
- Digital artwork exported as PNG but submitted to a print workflow.
- Screenshots or UI captures that need predictable physical dimensions in a document.
- Flat illustrations where lossless pixels matter more than JPEG compression.