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