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から画像
Webを画像に
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