Convert WebP to JPEG
Drop WebP files and download JPEGs at the same dimensions. JPEG is the format to reach for when something downstream won’t open WebP: an older editor, an email client, or a strict upload form.
JPEG output is lossy at a high-quality setting. Since photos are JPEG’s strength, photographic WebP images convert cleanly; flat graphics and text stay sharper as PNG.
Transparency becomes white
JPEG cannot store transparency. Any transparent pixels in the WebP are flattened onto a solid white background in the JPEG. If you need to keep the alpha channel, convert to PNG instead.
Batch and privacy
Add multiple files, convert, and use Download all as ZIP for the whole set. Conversion runs in your browser through Web Workers, in parallel; nothing is uploaded, and metadata is dropped when the image is re-encoded.