Compression controls that stay predictable
- Choose Original to keep pixel dimensions unchanged.
- Choose a maximum dimension to reduce only oversized images.
- Adjust quality from 70–95% and compare the real result size.
Reduce image file size without square padding or unexpected cropping. Choose quality and an optional maximum dimension.
A compressor should reduce bytes, not add a square canvas. OpenFileTools preserves aspect ratio and only reduces dimensions when the longest side exceeds your selected maximum.
The browser decodes the image, calculates an aspect-ratio-safe output size, encodes WebP at your chosen quality, and reports the measured result.
| Property | Behavior |
|---|---|
| Processing | Browser only; no image upload |
| Original | Never changed |
| Output | WebP |
| Dimensions | Original or proportional maximum |
Quality controls how aggressively the browser encodes the result; maximum dimension controls whether oversized pixel dimensions are reduced. Choose Original dimensions when only encoding should change.
An already optimized image can become larger after re-encoding. OpenFileTools reports dimensions, format, original bytes, processed bytes, and percentage saved only after the browser has created the output.
Only when you choose a maximum dimension smaller than the source.
The source may already be efficiently encoded for its content.
No. Savings depend on source detail, format, dimensions, and quality.
Use Original when pixel size must not change and you only want to test a new encoding.