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.
将图片拖放到此处或点击上传
Supports JPG, PNG
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.
How to Change Image DPI
Four steps, all of them local. Your files are read in the browser and never sent anywhere.
Add one or more JPG or PNG files — the current DPI of the first file is read from its header and shown
Pick a preset (72, 150, 300, 600) or type any value from 1 to 2400 in the Custom field
Apply the change — only header bytes are rewritten, so it finishes almost instantly
Download each file individually, or the whole batch as a single ZIP. Filenames and extensions are unchanged
Frequently Asked Questions
更多图片工具
探索其他强大的图片编辑工具
压缩图片
减小文件大小
调整大小
更改尺寸
裁剪图片
裁剪区域
格式转换
转换格式
照片编辑器
编辑照片
旋转图片
旋转图片
镜像翻转
水平/垂直翻转
添加水印
添加水印
添加边框
为图片加边框
圆角裁剪
添加圆角效果
滤镜调整
亮度对比度等
模糊面部
隐藏面部
马赛克
局部打码
去除背景
去除背景
提升质量
AI 提升
添加文字
在图片上加字
图片拼接
拼接多张图片
HTML 转图片
网页转图片
GIF 转图片
提取序列帧
裁剪空白
移除空白边缘
批量重命名图片
安全地批量修改文件名
Circle Crop
Crop images into circles
Black & White
Convert images to grayscale
Split Image
Cut an image into a grid
Merge Images
Combine images into one
Image to Base64
Encode images as Base64