How to use it
PNG to JPG Converter — Free, In Your Browser
- Drop your PNG 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 92 is near-lossless for ordinary photographic content and is the conventional starting point for "compatibility conversion" use cases where the JPG should look indistinguishable from the PNG source.
- Click Convert. Each PNG decodes through the browser's built-in image path, draws onto a canvas with a solid white background fill (which flattens any transparency, because JPG has no alpha channel), and re-encodes as JPG through `canvas.toBlob('image/jpeg', q)`. Canvas JPG encoding is supported across every current browser — Chrome, Edge, Firefox, and Safari — so the conversion succeeds on every modern device. Download individually or grab the whole batch as a single ZIP.