Converter · No upload

PNG to JPG, privately

Convert PNG images to JPG at the quality you choose. Transparent areas are filled white because JPG has no alpha channel. Files are processed in your browser without upload; after the page has loaded, you can test a conversion offline.

Statusidle Files OutputJPG Network since file read

Undecodable PNGs fail, with browser reasons where available; images beyond canvas capacity fail rather than shrink. One JPG per file, default 0.92; quality changes affect pending encodes. Animated PNG becomes one still; the row does not flag animation loss. Transparency is flattened onto white; 16-bit input becomes 8-bit; source text chunks, location data and colour profile are not copied. Takes .png.

The sample is a 240×120 PNG drawn in this tab, with a translucent stripe. JPG has no transparency, so that stripe lands on white, and the re-encode is lossy at the quality you set.

The quality setting is read for files not yet encoded. Changing it does not alter completed downloads; add those files again if you want another conversion.

How this converter works

The File API reads the selected PNG into memory, and the browser decodes it without an extra converter library. The page fills a canvas white, then draws the image over it so transparent areas receive a white background. It encodes the canvas as JPG at the selected quality and offers a download link. File processing takes place in the tab.

The network meter uses PerformanceObserver, your browser’s resource-timing feed, to count entries logged from the first file opened. It does not include earlier page requests or WebSocket connections; this page opens no WebSockets. Use the browser’s Network panel as a separate check, or disconnect after the page has loaded and try a conversion. Success offline shows that the conversion can run without a server, not that every privacy property has been tested. The methodology page explains the meter’s limits and the other checks.

JPG encoding is lossy and cannot restore discarded detail; retain the PNG original for later editing. Text, sharp edges and flat-colour graphics can show compression artefacts. Transparent areas are filled white. Animated PNGs produce one still JPG, not the animation. There is no frame selector or animation-loss warning in the result row; keep the PNG if you need the motion. Canvas re-encoding does not copy the PNG’s original text chunks or embedded location data. Output is 8-bit sRGB: a 16-bit PNG is reduced to 8 bits, and the embedded colour profile is not carried. Changing the quality dial affects files not yet encoded. PNGs the browser cannot decode are marked failed, with its reason where available. Images beyond the browser’s canvas capacity fail rather than being resized without notice.

Frequently asked questions

Is my image uploaded anywhere?
No. The browser decodes the PNG, draws its pixels on a local canvas and encodes the JPG in this tab. The meter counts resource-timing entries starting at the first file read, not every network channel or earlier page requests. The methodology page explains its limits and how to check conversion with the browser’s network tools or offline.
What happens to transparent areas?
Transparent areas are flattened onto white because the JPG output has no alpha channel. Keep PNG or choose a format such as WEBP when you need transparency; this JPG conversion cannot retain it.
What quality setting should I use?
Start with the default 0.92 and inspect the output. Try 0.7 when a smaller sharing copy matters more than fine detail, or a higher setting if artifacts are visible. No setting guarantees an indistinguishable result for every image. Text and sharp-edged graphics reveal JPEG artifacts readily; keep the PNG for further editing instead of repeatedly re-encoding JPG copies.
Will the JPG always be smaller than the PNG?
Not always. JPG’s lossy encoding often reduces photographic data, but PNG can compress flat graphics, screenshots, logos and line art efficiently. Converting those to JPG can make the file larger while adding fuzzy text or edge artifacts. Each result row shows the original and output sizes. Compare both appearance and size, and keep the original PNG.
Is metadata kept in the JPG?
The input PNG’s text chunks and original location or creation metadata are not copied through this canvas-based conversion. The JPG encoder may write its own format metadata, so this is not a promise that the output file has no metadata of any kind. Check the exported copy if particular fields matter to you.

Related tools