// 無料オンラインツール
画像サイズを100KBに縮小
任意の画像を自動で圧縮し、100KB以内に収めます。スマートな品質最適化で100KBを満たす最高品質を見つけます。無料、アップロード不要、即時実行。
100KB以下の画像が必要になるのはいつですか?
多くのプラットフォームやユースケースでは、特定のファイルサイズ以下の画像が求められます。メールマーケティングツール(MailChimp、ConvertKit)は1MB未満を推奨しつつ埋め込み画像を圧縮します。政府や学術フォームのアップロードは100KBで制限されることが多く、求人応募ポータルではプロフィール写真を100KB未満にする必要があります。CMSプラグインの中には大きな画像に警告を出すものもあります。
自動最適化の仕組み
手動で品質設定を推測する代わりに、ツールは二分探索アルゴリズムを使用します。品質46から開始し、結果が100KBを超えているかどうかを確認し、品質を上げ下げして繰り返します。合計7回の反復で、100KBに対して約1%以内に収束します。これにより、制限内に収まる最高品質を自動で見つけます。
画像が100KBに達しない場合は?
非常に大きく複雑な画像は、低品質設定でも100KBを超えることがあります。その場合は、リサイズ入力を使って画像の寸法を縮小し、幅と高さを半分にするとピクセル数が75%減少し、100KBに達しやすくなります。
よくある質問
It uses a binary-search algorithm over quality settings 1–92. The algorithm tries quality 46 first, checks if the output is above or below 100 KB, then narrows the range by half each iteration. After 7 iterations (~0.3 seconds), it converges to the highest quality setting that produces a file at or under 100 KB.
The tool converts to WebP by default, which achieves the smallest possible file size. WebP is supported by all modern browsers and produces better results than JPEG at the same file size. If you need a JPEG or PNG output, use the main Image Compressor and adjust quality manually.
Yes, in most cases. A 5 MB photo can typically be compressed to 100 KB at WebP quality 45–65, which looks acceptable for thumbnail and preview use. For larger prints or high-quality display, reducing the image dimensions (using the Resize inputs) to the actual display size and then targeting 100 KB gives better visual results at the target file size.
It depends on the image size and complexity. A 1920×1080 photograph might achieve quality 60–70 at 100 KB - visually good for web thumbnails. A 4000×3000 photo at 100 KB might be quality 30–45, showing visible artifacts. For better quality at 100 KB, first resize the image to its actual display dimensions, then apply the 100 KB target.