What the converter does
- Preserves the source width and height.
- Creates a WEBP file in your browser.
- Keeps the source file untouched.
Convert JPG photos to WebP while preserving their original dimensions.
JPG to WebP changes the file encoding while preserving the original pixel dimensions. There is no hidden resize and no server upload.
OpenFileTools decodes the source into a temporary browser canvas and encodes the selected format locally. Closing the page releases the working data.
| Property | Behavior |
|---|---|
| Processing | Browser only; no image upload |
| Original | Never changed |
| Dimensions | Preserved |
| Output | WebP |
WebP is useful for web delivery when the destination accepts it. Conversion preserves pixel dimensions and may reduce bytes, but a detailed or already optimized JPG can occasionally produce a larger result.
The encoder is lossy at lower quality settings, so inspect the output.
No. Width and height remain unchanged.
No. Content and prior optimization affect the measured result.
No. Conversion happens in your browser.