Loading your files…

Convert JPG to PNG

Re-wrap a JPG as PNG for exact-quality editing and tool compatibility. Expect a larger file.

or drop the image here

The preview stays on your device. Nothing is recorded until you capture.

How to convert JPG to PNG

How to convert JPG to PNG

Drop a JPG onto the upload zone, or click to pick one from your device. The conversion starts the moment the file lands, with no Convert button to press. The result appears in under a second for typical photos. When it is ready, the Download button saves the PNG using the original filename with the extension changed to .png. Each file runs from scratch with no queue. The same code path works on desktop and mobile browsers. Files named .jpg or .jpeg behave identically. WebP and GIF files are also accepted as alternative source formats if you happen to have one of those instead.

Why your PNG file is larger than the JPG

Why your PNG file is larger than the JPG

JPG reaches its compact size by discarding detail. PNG keeps every detail with no loss. Converting your JPG to PNG therefore always produces a larger file. Measured results show a small source JPG growing to several times its original file size as PNG. This happens with every PNG converter because the PNG format is defined by its exact-storage format. A larger PNG is not a higher-quality image, since the details stored are exactly those from your JPG, artifacts included. The conversion earns its place when the exact-storage format delivers a practical benefit, such as stopping further quality loss on re-saves, meeting a tool's PNG-only requirement, or preparing your file for transparency you plan to add later.

JPG or PNG, which format fits the workflow

JPG or PNG, which format fits the workflow

Switch to PNG for logos, icons, screenshots with sharp text, line art, and images that need transparency or repeated editing without piling up quality loss. Keep JPG for photographs, hero images on web pages, and uploads to social platforms that re-encode on their own anyway. Converting your JPG to PNG before editing stops each later save from adding fresh artifacts. The trade is bytes against editability, where JPG wins on size and PNG wins on preserving your image quality across many saves. That is the main reason designers and photographers move photos into PNG during a multi-step workflow. For web delivery, convert back to JPG or WebP at the final export step.

Quality, what the conversion preserves and what it cannot

Quality, what the conversion preserves and what it cannot

The PNG output is exact, so no new quality is lost in the conversion itself. What the conversion cannot do is restore quality already lost during the original JPEG compression. Any artifacts, banding, softening, or color shifts baked into the JPG are stored faithfully in the PNG exactly as they appeared. PNG simply stops further degradation from that point on. There is no quality slider, because PNG output has no quality setting. The format stores every detail exactly by definition. If you want a sharper source image, you need a higher-quality original, since no format conversion can recover detail that JPEG already discarded.

Does this create a transparent background

Does this create a transparent background

No. Converting a JPG to PNG re-wraps the image data without changing what is in it. The solid-color background in your JPG stays solid in the PNG. The PNG format supports transparency as a capability, but no see-through areas are created by the conversion itself. If you need a PNG with a transparent background from a JPG, use the background-remover tool after converting. That tool isolates the subject and clears the background areas, producing a PNG with real transparency rather than a flat opaque image.

Where your file is converted

Where your file is converted

RoundCut routes your conversion based on the count of files you drop. A single image runs through the browser's built-in image engine, entirely on your device, finishing in well under a second with nothing sent to any server. Two or more images are packaged and sent to our server so they can be handled in one batch, letting you download a single archive instead of saving files one by one. The server result is deleted within about 2 hours. The split exists because large batches would tax your browser's resources if processed locally, while a single file is fast and straightforward on-device. Either way, the download appears the same moment the conversion finishes.

How it works

  1. Drop or pick your JPG

    Drag a JPG onto the upload area or click to open a file picker. Files named .jpg or .jpeg both work. Convert one and it is handled entirely on your device. Add several and they go to our server to convert together.

  2. Wait for the automatic encode

    The browser writes the PNG the instant the file loads. For most photos at screen resolution, the result appears in under a second with no button to press.

  3. Note the output size

    The output PNG will be noticeably larger than the source JPG. A small JPG typically grows to several times its original file size. This is expected behavior, not an error.

  4. Download the PNG

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

Related converters

For the reverse direction or to explore other format options, these tools are ready to use.

Frequently asked questions

Does converting JPG to PNG improve quality?

No. The conversion does not restore quality that JPEG already discarded. The PNG output preserves the current state of your image exactly, including any existing compression artifacts. What converting does stop is further quality loss, since once your file is in PNG you can edit and re-save without adding new compression damage on each pass. The PNG output is exact, but the JPG source was not. For a sharper starting point, you need a higher-quality original file.

Why is my PNG file larger than the original JPG?

PNG stores every detail without any compression loss. JPG reaches its compact size by permanently discarding detail it considers imperceptible. PNG keeps all of it. A small JPG typically becomes several times larger as PNG, with a large photo growing even more. This is expected and happens with every PNG converter. If smaller files matter more than an exact-quality format, stay on JPG or use a compress tool after the conversion.

Does converting JPG to PNG create a transparent background?

No. Converting changes the image format but not your image content. The solid background in your JPG remains solid in the PNG. PNG supports transparency as a feature, but no see-through areas are added by the conversion itself. To produce a PNG with a transparent background, you need to remove the background separately using a dedicated background-remover tool.

Is it safe to convert JPG to PNG here?

It depends on how many files you convert. A single image is converted on your device with nothing uploaded, which you can confirm by watching your network traffic during the conversion and seeing no outbound image request. 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 JPG files to PNG at once?

Yes. Drop several JPG 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.

Why would I convert JPG to PNG?

Three main cases. You need an exact-copy format to edit your image several times without adding fresh artifacts on each save, a tool or workflow requires PNG input and will not accept JPG, or you want to add transparency later and need PNG's transparency support. None of these cases restore JPG quality, they just stop the quality from getting worse. If you only need a smaller file, a compress tool is the better choice.

The details

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

The exact-storage format, what PNG stores
PNG uses a no-loss compression algorithm. It stores every color value exactly as provided, applies a reversible filter to each scanline, and compresses the result. The key property is that the decompressed values are byte-identical to the originals. For the JPG-to-PNG case, the originals are the pixels produced when the browser decodes the JPEG. Those decoded pixels already reflect all the approximations JPEG made during its original encode, so PNG faithfully stores the approximated pixels, not the real-world scene. Measured, a small JPEG at medium resolution grows to several times its original file size as PNG, and a larger JPEG at high resolution grows even more. These multiples hold roughly across content types because the ratio tracks resolution, not JPEG quality level. The exact-storage format is valuable for what it prevents, further degradation, not for what it restores.
Why JPEG quality cannot be recovered
JPEG compression discards information permanently. The encoder breaks the image into small blocks and stores a simplified version of each, rounding fine detail down to a smaller set of values. That rounding is one-way: detail dropped during encoding cannot be recovered later, and no record of the original survives in the file. When the browser opens the JPEG, it rebuilds the picture from those rounded values, which are approximations of the original. Saving those approximated values as PNG produces an exact record of the approximation, so the PNG is a perfect copy of the already-degraded image. This is not a limit of PNG or of this tool. It is a basic property of compression that throws data away: what is dropped at save time is gone. To improve quality you have to start from an uncompressed or RAW original.
Measured file size growth
The size ratio from JPG to PNG varies by image content but follows a predictable pattern. Photographic images with complex tonal variation grow the most, because JPEG's transform is tuned for exactly that content and achieves high compression ratios, while PNG's exact-storage compression cannot match those ratios on noisy image data. Test measurements from this tool show a small JPEG photo at medium resolution growing roughly 6 times as PNG, and a larger JPEG at high resolution growing roughly 3.3 times. For flat-color images like screenshots and icons, JPEG is already poorly suited to the content and its files tend to be larger for equivalent quality, so the PNG of the same content grows less dramatically. The practical implication is direct, if output file size matters for your use case, converting a JPG to PNG makes the situation worse, not better.
Transparency, the capability versus the content
PNG supports full transparency as a built-in feature, where a file can include per-area opacity values ranging from fully transparent to fully opaque. When a JPG is converted to PNG, the resulting PNG is set to fully opaque, because the source JPG had no transparency information to begin with. The PNG format is ready to hold transparency data. The file just does not contain any, because none was present in your source. Adding transparency to the image requires separate processing, either masking the background in an editor or using an automated background-removal step. A background-remover tool trained to identify the subject can produce a PNG with real transparency by clearing the background areas after the conversion.
EXIF metadata handling
The re-encode pipeline strips EXIF, IPTC, and XMP metadata from the PNG output on every browser. This means GPS coordinates, camera model, capture date, copyright strings, and any custom XMP fields present in the source JPG are removed. ICC color profiles follow a slightly different path, where Chrome and Safari preserve the sRGB ICC profile tag in the output and Firefox strips it along with all other metadata. The practical result is sRGB-safe output across browsers, but wide-gamut profiles such as Display-P3 or Adobe RGB are lost in Firefox. For most web and sharing uses, metadata removal is helpful, since it reduces output size slightly and removes location data from photos. For professional photography or archival workflows where embedded metadata must be preserved, handle the metadata chain with a dedicated tool before or after the format conversion.
Privacy and where conversion happens
Where the work happens depends on the number of files. For a single image, no data leaves your device, and that is verifiable in real time. You can verify this by watching your browser network panel during a single conversion and confirming zero outbound requests carry image data. The JPEG decode and PNG encode both happen on your device, off the network. For two or more files, RoundCut sends them to our server, which converts them, zips the result, and returns a download link. That link and the converted files are deleted within about 2 hours. The single-image path keeps everything on your device, while the batch path trades that for converting many files in one step. When your image content is sensitive, converting one at a time leaves no upload at all.