Why apps show different physical sizes
Some layout applications use the embedded density to choose an initial print size. The same file can therefore open at a different number of inches without gaining or losing pixels.
What to check before printing
Start with pixel dimensions, choose a target PPI and divide pixels by PPI. Then consider viewing distance, sharpening, paper and printer quality.
- 300 PPI for close, detailed viewing
- 240 PPI for many good general prints
- 150 PPI for larger prints viewed farther away
Three numbers that are often mixed together
Pixel dimensions describe the stored raster. PPI describes how densely those pixels are placed in a print or display calculation. DPI properly refers to printer dot output, although applications often use DPI as a casual label for embedded pixel density.
Changing a density tag from 72 to 300 does not create detail. Resampling is the operation that adds or removes pixels, and invented pixels cannot recover detail that was never captured.
- Pixels: stored samples
- PPI: pixels per printed inch
- DPI: printer dots per inch
- Resampling: changes pixel dimensions
How the two fixtures isolated the variable
Both controlled files were 2400 × 3000 pixels, or 7.2 megapixels. One declared 72 units per inch and the other 300. The parser reported different embedded density values but identical pixel dimensions and megapixels.
Holding the raster constant makes the result easy to interpret: the metadata changed an application’s suggested placement, not the amount of visual information.
Why the 300 PPI print remains 8 × 10 inches
For a chosen 300 PPI target, 2400 pixels divided by 300 equals 8 inches and 3000 divided by 300 equals 10 inches. That calculation uses actual pixels, not the embedded tag.
An application may initially place the 72-density file at a larger physical size, but choosing 300 PPI without resampling returns the same 8 × 10 result.
Use target PPI as a planning choice
Close, detailed prints often target around 300 PPI; many general prints can look good at 240; larger work viewed farther away may use 150. These are practical starting points, not universal quality laws.
Noise, sharpening, subject detail, paper, printer and viewing distance all affect perceived quality. Make a test print for important work.
What the test does not claim
It does not compare physical printer dots, monitor pixel density or upscaling algorithms. It demonstrates one arithmetic fact: identical pixel dimensions provide identical pixel resources at a chosen output PPI.
Use the resolution checker to read the file, select a target and get dimensions. Treat any embedded density as a hint from a previous workflow, not proof of readiness.
A quick example for an upload requirement
Suppose a print service requests 300 PPI but also requires at least 2400 × 3000 pixels for an 8 × 10 print. The pixel requirement is the meaningful constraint. Changing a 72 tag to 300 without resampling does not change eligibility because the dimensions already determine the result.
If the file has only 1200 × 1500 pixels, relabeling density still leaves half the required samples in each direction. Upscaling may satisfy a mechanical dimension check, but it cannot create original detail and should be disclosed in a quality-sensitive workflow.
When a service lists only DPI, ask for the required pixel dimensions or intended physical size. That turns an ambiguous label into a calculation you can verify before ordering.
Confirm whether the service crops, adds bleed or resamples automatically, because those choices change the final visible pixels even when the upload passes.
- Inspect final cropped pixel dimensions
What this does not prove
A metadata result describes the fields and structures that the supported parser could read. It does not, by itself, prove authenticity, intent, authorship or the truth of the visible scene.