AnyTool
Your files never leave your device. All processing happens locally in your browser.

Compress Image to 100KB

Reduce image file size to exactly 100KB for form submissions

All Image Tools

How do I compress an image to 100KB?

At 100KB there is enough room that compression stops being a compromise for most images. The tool re-encodes on a canvas, lowering quality gradually until the file fits; a photograph typically retains around 720x540 pixels with loss that is hard to see at normal viewing size. It runs entirely in your browser.

  • Comfortable target for ID photos and document scans
  • Keeps roughly 720x540 pixels on a photograph
  • About 41x smaller than a typical phone photo
  • Loss is difficult to see at normal viewing size

What is

Compress Image to 100KB

A browser-based compressor that re-encodes an image until it falls under 100KB, a budget that holds roughly 720x540 pixels of photographic detail.

Image Tools

Related terms

compress image100KB image limitreduce file sizeWebP compression

Frequently Asked Questions

Rarely.

At this budget the encoder can keep about 720x540 pixels at a quality level where artefacts are hard to spot unless you zoom in.

For small prints, yes.

Around 720x540 pixels prints acceptably at roughly 2x1 inches at 300 DPI. Larger prints need a bigger budget.

Yes.

WebP typically reaches the same target with more detail preserved than JPEG, where the receiving system accepts it.

No.

Compression runs on your own device using the Canvas API. There is no upload step and no server involved.

Detailed Explanation

How It Works

What Compress Image to 100KB does

Compress Image to 100KB sits where compression stops hurting. A photograph keeps roughly 720x540 pixels and the loss is hard to see without zooming in, which makes it a common cap for document uploads.

  • Around 720x540 pixels at 100KB
Technical Details

How it works

The image is decoded, drawn to an offscreen canvas and re-encoded. Quality is stepped down and measured against the 100KB ceiling on each pass; dimensions are only reduced if quality reduction alone cannot reach the target, which is uncommon at this size.

  • Canvas re-encoding
  • Iterates to the 100KB ceiling
Use Cases

Use cases

Document scans, ID photographs and attachment limits on email and ticketing systems that cap files around 100KB.

  • Loss hard to see at normal viewing size
Limitations

Limitations

Reaching 100KB means discarding roughly 41x the data in a typical 4MB phone photograph, and nothing restores it. Repeated compression still accumulates damage, so work from the original rather than a file that has already been through this once.

  • About 41x reduction from a 4MB source
Privacy & Security

Privacy

The image is decoded and re-encoded by your own browser using the Canvas API. There is no upload endpoint, so the file cannot reach a server; closing the tab discards everything.

  • 100% local
  • No upload endpoint exists