How to use the image resizer
- Choose width, height, longest side, percentage, or width and height.
- Use Fit inside, Fill/crop, or explicit Stretch.
- Review expected and measured dimensions.
Resize one JPG, PNG, or WebP by width, height, longest side, percentage, or exact dimensions while preserving proportions or choosing crop-to-fill.
Choose width, height, longest side, percentage, or exact width and height. Proportional modes avoid stretching, while Fill/crop preserves aspect ratio and removes overflow only when selected.
OpenFileTools uses the shared browser renderer to decode once, transform and resize in one final render, and encode once.
| Property | Behavior |
|---|---|
| Processing | Browser only; no image upload |
| Original | Never changed |
| Resize modes | Width, height, longest side, percentage, width and height |
| Output | Same as input, JPG, PNG, or WebP |
Choose width, height, longest side, or percentage to preserve the source proportions automatically. Exact width and height adds Fit inside, Fill/crop, and Stretch as separate choices so distortion never happens silently.
The image is decoded and rendered once with high-quality browser canvas smoothing, then encoded once in the selected format. No image bytes or dimensions are sent to OpenFileTools.
Yes except when you explicitly select Stretch.
Yes. It fills the target box by cropping overflow.
Yes by default, but enlargement cannot recreate missing detail.
No. Processing stays in your browser.