What the converter does
- Preserves the source width and height.
- Creates a WEBP file in your browser.
- Keeps the source file untouched.
Convert PNG images to WebP while preserving dimensions and transparency.
PNG 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 |
| Transparency | Preserved |
WebP can preserve transparent areas while keeping the PNG's original dimensions. It is often useful for web delivery, but final size varies with image detail, transparency, and quality settings.
Yes, the current converter preserves alpha transparency.
Often, but no size reduction is guaranteed.
No. Dimensions remain unchanged.
No. You download a separate WebP copy.