Loading your files…

Convert PNG to JPG

Drop PNG to JPG for photos, email attachments, and uploads where smaller files matter.

or drop the image here

How to convert PNG to JPG

How to convert PNG to JPG

Drop a PNG onto the upload zone, or click to pick a file from your device. The conversion starts the moment the file lands and usually finishes in well under a second for photos at normal screen resolution. When the result is ready, the Download button saves the JPG using the original filename with the extension swapped. To convert another image, drop the next file. Each conversion runs from scratch with no queue and no warm-up cost. The same code path works on desktop and mobile browsers, and an animated PNG is processed as a single still frame from the first image in the sequence.

What happens to transparent areas

What happens to transparent areas

JPG cannot carry transparency. Every transparent area of your PNG has to be filled with a solid color before the file can be encoded as JPG. RoundCut fills those areas with white, the standard behavior and the reason logos and product cut-outs end up with a white box after conversion. It is not a bug, it is the format. If you need a different background color, paint it onto the PNG in an image editor before converting. If you want to keep the transparent cut-out for web use, convert to WebP instead. WebP carries full transparency support and usually produces a file smaller than the PNG without flattening anything.

PNG or JPG, which format fits your image

PNG or JPG, which format fits your image

Keep PNG for logos, icons, screenshots with sharp text or line art, and anything with transparency you plan to reuse. PNG stores every detail exactly, so edges stay crisp and you can edit without adding new compression noise on each save. Switch to JPG for photographs, banner images, and anything headed to a social platform that re-encodes on upload anyway. A photographic PNG is far larger than it needs to be for sharing, and JPEG was designed for that content. If you want modern-format benefits like smaller files with alpha intact, WebP covers both goals and is supported in every current browser.

Quality settings and file size trade-offs

Quality settings and file size trade-offs

JPG uses compression that discards some detail to reach a smaller file. For photographs, the visible difference at typical web quality is negligible. The encode target sits around 43 dB PSNR, the level where the eye cannot distinguish a JPG from the source on photographic content. Graphics with hard edges, fine text, solid color blocks, or gradients that snap to a single tone behave differently, since JPG introduces ringing around those transitions at any quality level. For those images, PNG is the correct format and converting to JPG is a downgrade. There is no quality slider here, the setting is fixed at the near-identical level calibrated for photographs.

Where your file is converted

Where your file is converted

Two paths exist, depending on how many files you drop. One PNG is handled entirely on your device: the encode runs on your device, nothing is uploaded, and the result downloads directly from the page. That path is instant and leaves no trace on any server. Drop two or more PNGs at the same time and the files travel to our server instead, which converts them together, packages the result, and returns a download link. That link and the converted files are removed within about 2 hours, and you can delete the result yourself the moment you have saved it. Choose whichever path matches how sensitive your images are.

When to keep the PNG instead

When to keep the PNG instead

Converting a PNG to JPG is the wrong move in a few clear cases. If the PNG has a transparent background you need to preserve, JPG will destroy it, so use WebP or keep the PNG. If the image contains fine text, sharp lines, a logo, or a UI screenshot, JPG adds visible ringing at any quality level because its block-based algorithm struggles with hard edges. If you intend to edit the file further and re-save it several times, each JPG re-encode adds fresh loss, so keep the PNG as the working master and export to JPG only at the final delivery step.

How it works

  1. Drop or select your PNG

    Drag a PNG file onto the upload area, or click the area to open a file picker. Convert one image and it is handled entirely on your device with no upload. Add several and they are sent to our server to convert together.

  2. Wait for the automatic conversion

    The browser encodes the JPG the moment the file lands. There is no button to click and no progress bar for standard photos, the result appears in under a second.

  3. Check the output size

    The Download button shows the output file size. Any transparent areas now appear with a white background in the JPG, which is expected since JPG has no alpha.

  4. Download the JPG

    Click Download to save the file. The original filename is kept with the extension changed to .jpg. For a batch, you download a single archive, and the link is deleted from our server within about 2 hours. To convert another PNG, drop the next file onto the page.

Related converters

If you need the reverse conversion or want to keep transparency intact, these tools are ready.

Frequently asked questions

Does converting PNG to JPG reduce quality?

Yes. JPG discards some detail to reach a smaller file. RoundCut uses a fixed quality setting calibrated for photographs, where the output looks identical to the source PNG at normal viewing sizes. The encode targets around 43 dB PSNR, a level the eye cannot distinguish from the source on photographic content. Graphics with sharp edges, thin text, or flat color blocks may show subtle artifacts at any JPG quality. For those images, keeping your PNG is the correct choice.

What happens to transparent areas when I convert PNG to JPG?

JPG cannot carry transparency. The conversion fills every transparent area in your image with white, which is why logos and product images on transparent backgrounds get a white box afterward. This is expected format behavior, not a tool defect. To avoid it, either paint the desired background color onto your PNG before converting, or switch to WebP, which preserves transparency and usually produces a smaller file than PNG.

How much smaller will the JPG be?

For photographic PNGs, the JPG is usually 30 to 50 percent smaller at the near-identical quality setting used here. The exact ratio depends on the image, with high-detail photos gaining the most. Flat-color graphics, icons, and line art shrink less and may look worse because of JPG artifacts. If the PNG started as a screen capture or a logo, JPG may offer no meaningful size advantage and could reduce quality visibly.

Is it safe to convert PNG to JPG here?

It depends on how many files you convert. A single image is converted locally on your device with nothing uploaded. Convert several at once and they are sent to our server to be processed, then the download link and the files behind it are deleted within about 2 hours. If your images are sensitive, convert them one at a time to keep everything on your device.

Can I convert multiple PNG files to JPG at once?

Yes. Drop several PNG files and RoundCut converts them together and hands back a single archive to download. A batch is processed on our server rather than on your device, and the download link is deleted within about 2 hours. A single file, by contrast, is converted on your device with nothing uploaded. Each conversion is fast either way.

When should I keep the PNG instead of converting to JPG?

Keep the PNG when the image has transparency you need to preserve, when it contains sharp text or line art where JPG artifacts would show, or when you plan to keep editing and re-saving it. Each time a JPG is opened and re-saved, new compression loss accumulates. For working files, PNG is the right master format, and you export to JPG only at final delivery. For web assets that need transparency alongside a smaller file, WebP is the better export.

The details

Notes from the team on craft, formats, and the small decisions behind a good result.

Why photographic PNGs are so large
PNG compression stores every dot of color exactly as it appears. For a photographic image with millions of subtly varying tones, that produces very large files because there is almost nothing to deduplicate or predict between neighboring areas. A typical 1600x1200 photo saves as a large PNG. The same image as a JPEG at quality 85 is much smaller in file size. That gap comes from the transform at the heart of JPEG, which divides the image into small blocks, discards detail the human visual system is least sensitive to, and stores the remaining data compactly. The result is a much smaller file for any image with continuous-tone variation, which is essentially every photo. PNG's exact-storage approach is valuable for graphics and working files, but it is the wrong format for photographs headed out for sharing.
Transparency and the white background
PNG lets each area of an image be fully see-through, partially see-through, or fully solid. JPG has no place to store that see-through quality at all. When the browser re-encodes a PNG to JPEG, it has to fill every transparent area with a solid color before writing the file. The default fill is white, which is why transparent areas in your PNG appear white in the resulting JPG. The key point is that no tool can produce a transparent JPG, because the format was never designed for it. If preserving the cut-out matters, the answer is WebP or keeping the PNG. RoundCut chooses white as the fill color since it matches the background of most documents and product listings.
Measured encode performance
Measured on Chrome 148, Linux desktop, using the platform JPEG encode path. A small photo (around 0.12 megapixels) encodes in roughly 10 to 15 ms. A medium photo (around 0.78 megapixels) encodes in about 13 to 20 ms. A large photo (around 8 megapixels) encodes in roughly 1.4 seconds. A very large photo (around 48 megapixels) encodes in about 1.5 seconds. JPEG encoding in the browser is substantially faster than PNG encoding for the same image, and far faster than AVIF, which needs a separate module and can take 25 seconds at maximum resolution even on desktop Chrome. This speed advantage makes PNG to JPG one of the fastest conversion paths in this family, with no extra loading cost because JPEG encoding is built into every browser.
EXIF and metadata handling
The re-encode pipeline strips EXIF, IPTC, and XMP metadata from the output JPG on every browser. That means location coordinates, camera model, capture date, copyright notice, and any custom fields present in your source PNG are removed. ICC color profiles follow a different path, where Chrome and Safari preserve the sRGB ICC profile in the output while Firefox strips it entirely. The practical result is that the converted JPG is sRGB-safe across all browsers, but if your PNG was tagged with a wide-gamut profile such as Display-P3 or Adobe RGB, that tag does not survive in Firefox. If preserving complete metadata is a workflow requirement, edit it with a dedicated tool after conversion. For typical web and sharing use, metadata removal is helpful because it trims the file slightly and drops GPS data from photos.
When JPG artifacts are visible
JPEG compression works on small square blocks across the image. When your source image contains a hard transition between two very different colors within a single block, the JPEG step approximates that transition imperfectly. The result is ringing, a halo of lighter or darker tones around the edge. In photographs this is invisible, because edges are never perfectly sharp and real-world photos carry micro-variation that the approximation matches well. In screenshots, logos, UI elements with hard borders, text, or adjacent flat color areas, the ringing shows clearly at any quality setting, because those elements are exactly the kind of signal the algorithm handles poorly. The advice is straightforward: do not convert screenshots, logos, or text-heavy images to JPG. Keep them as PNG, or use WebP for a smaller file that avoids the problem entirely.
How conversion paths affect your file
Where the conversion happens depends on the number of files. For a single image, your file is converted locally on your device, and no image data travels over the network. You can verify this by watching your browser's network activity during a single conversion and seeing no outbound request carrying your image. For two or more files, RoundCut sends them to our server, which converts them, packages the result, and returns a download link. That link and the converted files are deleted within about 2 hours. The single-image path runs entirely on your device, while the batch path trades that for the convenience of converting many files in one step. For images with sensitive content, such as a personal document or a photo with location data, converting one at a time keeps everything local.