How to use it
JPG to WebP Converter — Free, In Your Browser
- Drop your JPG files onto the workspace, paste from the clipboard, or pick them with the file picker. Up to 50 images per batch, 100 MB per file.
- Adjust the quality slider if you want — the default 80 is the conventional balance between visual fidelity and web-delivery weight, similar to what most CDN auto-WebP pipelines target.
- Click Convert. Each image decodes through the browser's built-in JPG path, draws into a canvas, and re-encodes as WebP through `canvas.toBlob('image/webp', q)`. Safari does not currently implement that encoder and silently returns a PNG (per the HTML spec's fallback rule). The tool detects the non-WebP MIME on the returned blob and surfaces a clear error rather than writing a misnamed `.webp` file — switch to a current Chrome, Edge, or Firefox to encode WebP. Download individually or grab the whole batch as a single ZIP.