BMP を AVIF に変換
下のエリアに BMP ファイルをドロップすると AVIF ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: BMP
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ BMP を AVIF に変換するのか
同じ写真であれば、AVIF は元の BMP よりもかなり小さく収まるのが普通です。ページの読み込み容量を削りたいとき、アップロード上限に収めたいときに効いてきます。
AVIF はアルファチャンネルに対応しているので、変換後に背景を切り抜けます。ただし変換そのものが、元の BMP になかった透明部分を作り出すわけではありません。
This is the widest gap on the site: a format from 1986 that barely compresses at all, converted to the most efficient one in mainstream use. The size difference is spectacular. Whether it is the right move depends almost entirely on what the BMP actually contains, and for a lot of BMPs the answer is no.
Before you convert
Most BMPs hold exactly the content AVIF suits least
AVIF's compression comes from AV1, designed for video — smooth gradients, photographic texture, natural detail. BMP files, by contrast, are overwhelmingly screenshots, scans, diagrams and exports from old software: flat colour and crisp text. Lossy AVIF on that material softens edges in a way that is immediately obvious on text, and the efficiency advantage narrows sharply because there is little photographic detail to be clever about. Lossless WebP or PNG will usually serve this content better.
When the BMP is a photograph, this is excellent
Scientific instruments, older cameras and some industrial equipment do write photographic data as BMP, and for that material this conversion is close to ideal — a 25 MB BMP can land under 300 KB as AVIF with no visible difference. If that describes your file, the size reduction here is the largest available anywhere on this site.
Encoding a large BMP takes real time
BMP files are big by nature and AV1 encoding is slow by nature, so this is the slowest combination available here. A large uncompressed image can take a noticeable number of seconds in the browser. That is the encoder searching for redundancy, which is where the compression comes from — it is working, not stuck.
What carries over
- Pixel dimensions
- Transparency, if the BMP had it
- Photographic content, visually intact
What does not
- Almost all of the file size
- Edge crispness on text and diagrams
- Fast encoding
BMP と AVIF の比較
| 項目 | BMP | AVIF |
|---|---|---|
| 圧縮方式 | 可逆 | 非可逆 |
| 透過 | 非対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 800-1200% | 同等の JPEG のおよそ 40-55% |
| 互換性 | 現行のすべてのブラウザとほとんどのアプリが対応 | 現行の全ブラウザが対応。一部の古いデスクトップアプリは未対応 |
| 主な入手元 | 古い Windows ソフトやスキャナー | ページ容量を最適化しているウェブサイト |
よくある質問
BMP ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
AVIF に変換すると画質は落ちますか?
AVIF は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
BMP ファイルはなぜこんなに大きいのですか?
BMP はピクセルをほぼ無圧縮で保存するため、写真 1 枚で数十メガバイトに達することも珍しくありません。それだけでも変換する価値は十分にあります。出力される AVIF は元の何分の一かに収まり、見た目の違いもまず分かりません。
AVIF は実際どこで使えますか?
主要ブラウザはすべて AVIF をネイティブにデコードするため、ウェブ上での利用は問題ありません。デスクトップアプリの対応はより遅れており、多くの画像ビューアや編集ソフトはまだ開けません。またエンコード速度がここにある他の形式より明らかに遅く、大きな画像では数秒かかります。