Convert WebP to JPG without uploading anything
This tool converts WebP images to JPG/JPEG entirely in your browser. Each
image is decoded, drawn onto an HTML <canvas>, and re-encoded with the
browser’s canvas.toBlob JPEG encoder at the quality you choose.
Because JPG has no alpha channel, any transparent pixels are flattened onto a solid background colour first (white by default, but you can change it). JPG is the most widely supported image format, so this is the conversion to use when a site or app won’t accept WebP.
Everything happens locally — your images are never uploaded, stored, or seen by anyone. That makes it both faster and private by design.