Change Image DPI - Free 300 DPI Converter Online

Set the DPI of a JPG or PNG by rewriting the file header, not the image. Pixels are copied through untouched, so there is no re-encoding and no quality loss.

What Change DPI Does

DPI is not stored in the picture. It is a small number written into the file header that tells printing software how many of the image's pixels should be packed into one inch of paper. This tool edits that number and nothing else. For a JPG, the value lives in the JFIF APP0 segment, and often a second copy lives in the Exif block; both are updated so viewers agree with each other. For a PNG, it lives in the pHYs chunk, which stores pixels per metre rather than per inch, so the value is converted and the chunk's CRC checksum is recalculated. If a file has no such header, a correctly formed one is inserted. What matters is what is not touched: the compressed image data is copied through byte for byte. There is no decoding, no re-encoding, and no canvas involved, which is why the output file is almost always the exact same size as the input and why there is zero generation loss even if you run the same file through repeatedly. The consequence is worth stating plainly, because it is the single most common misunderstanding about DPI. Changing this number adds no pixels and removes none. It cannot make a blurry image sharp, it cannot add detail that was never captured, and it will not improve print quality on its own. A 600 by 600 pixel image tagged 300 DPI prints at 2 by 2 inches; tag the identical file 72 DPI and it prints at roughly 8.33 by 8.33 inches. Same pixels, same file size, different instruction to the printer.

Why You'd Change DPI

Some software refuses a file, or lays it out at the wrong physical size, purely because of the number in its header. Correcting that number is often the whole fix.

Satisfy a print shop, publisher, or submission portal that checks the DPI tag before accepting a file
Control the physical size an image lands at when placed into InDesign, Word, or a PDF layout
Fix screenshots and web exports that default to 72 DPI and therefore import at the wrong scale
Standardise the DPI tag across a mixed batch of files without re-exporting any of them

How to Change Image DPI

Four steps, all of them local. Your files are read in the browser and never sent anywhere.

1

Add one or more JPG or PNG files — the current DPI of the first file is read from its header and shown

2

Pick a preset (72, 150, 300, 600) or type any value from 1 to 2400 in the Custom field

3

Apply the change — only header bytes are rewritten, so it finishes almost instantly

4

Download each file individually, or the whole batch as a single ZIP. Filenames and extensions are unchanged

Frequently Asked Questions

No, and this is the most important thing to understand about DPI. The tool changes one number in the file header. It does not add a single pixel, so a blurry or low-resolution image looks exactly the same afterwards on screen and in print at the same physical size. Tagging a small image as 300 DPI does not upgrade it — it just instructs the printer to squeeze the same pixels into a smaller area of paper.
Usually they want enough pixels, not a particular header value. Multiply your target print size in inches by 300: a 4 by 6 inch print needs about 1200 by 1800 pixels. Check your image's pixel dimensions against that. If you have enough pixels, setting the tag to 300 here is all that is needed. If you do not, no DPI setting will help — you need a larger original, a re-scan, or an upscaling tool, which is a different job than this one.
Because that is the point of the approach. The image data is never decompressed or re-compressed; only a handful of header bytes are rewritten. For a JPG with an existing JFIF segment, or a PNG with an existing pHYs chunk, the file size is identical to the byte. If the header has to be inserted because it was missing, the file grows by 18 bytes for JPG or 21 for PNG. Tools that re-encode the image instead would change the size and cost you quality.
JPG and PNG only. Both define a standard, well-specified header field for physical resolution — JFIF APP0 and Exif for JPG, the pHYs chunk for PNG — that can be edited safely in place. WebP and GIF have no equivalent field in general use; GIF has no resolution concept at all, and WebP's container does not carry one that printing software reads. Rather than re-encode those formats and silently cost you quality, the tool rejects them with an error.
Strictly, PPI (pixels per inch) describes a digital image and DPI (dots per inch) describes ink dots a printer physically lays down, and a printer typically uses many dots to render one pixel. In practice the two terms are used interchangeably for the header field this tool edits, and most software labels it DPI. Whichever name a program uses, it is reading the same number, and setting it here is what that program will see.
Yes. In Photoshop it appears under Image, then Image Size, in the Resolution field. It also shows in the macOS Preview inspector, Windows file properties, GIMP, and layout applications like InDesign and Word. For JPG files that carry both a JFIF and an Exif resolution, this tool updates both, because most viewers prefer the Exif value and updating only one would leave the two disagreeing and the change looking like it failed.
No. The file is read into memory in your browser, the header bytes are edited there, and the result is handed straight back to you as a download. Nothing is transmitted, so client work and personal photos stay private without you having to trust a server. Once the page has loaded it also keeps working offline, and the practical limit on batch size is your device's memory rather than an upload cap.
Yes. Add as many JPG and PNG files as you like and they all receive the same target DPI in one pass, then download them individually or together as a ZIP. Filenames and extensions are preserved exactly, since the format has not changed. The current DPI readout reflects the first file in the batch only, because a mixed set has no single existing value to display.

Mais Ferramentas de Imagem

Explore outras ferramentas poderosas para suas necessidades de edição de imagem