Good news: the editor's now built for your phone. Try it →, and send bug reports or feature requests to hello@vidclean.net

Convert JPG to PNG

Turn a .jpg or .jpeg photo into a lossless PNG in a few seconds. Free, no account, no watermark, and the file you download is a real PNG at the original pixel dimensions rather than a shrunken preview.

Upload a JPG up to 25MB and get converted.png back. The work happens on VidClean's server, so it behaves the same on a phone as on a laptop, and both files are deleted after about 90 minutes. Worth knowing before you start: converting to PNG stops any further compression damage, but it cannot undo the detail JPEG already threw away, and it does not add a transparent background.

JPG JPEG PNG out

Output: converted.png, lossless, same pixel dimensions

cloud_upload

Click to upload or drag & drop

JPG or JPEG · Up to 25MB

No sign up needed. Just drop your image.

Processing time depends on file size and your upload speed.

person_off

No account required

Drop a JPG in and take the PNG out. Nothing to sign up for, no email, no credit card, no plugin to install.

branding_watermark

No watermark, ever

The PNG comes back with the same pixel dimensions as your JPG and nothing stamped on top of it. No logo, no corner badge, no downscaled free tier.

timer_off

Files deleted in about 90 minutes

Your JPG and the PNG it produced are both removed from the server about 90 minutes after the job finishes. Privacy by default.

How It Works

1

Upload your JPG

Drag in a .jpg or .jpeg file, up to 25MB and 6000 pixels on a side. Drag and drop or click to browse. Photos, screenshots that were saved as JPG, scans and exported artwork all work.

2

The server rewrites it as a PNG

Your photo is decoded once, turned upright using its EXIF orientation tag, and re-saved with PNG lossless compression. No second round of JPEG compression is applied, so nothing further is thrown away. It runs on our machine, not in your browser, which is why a big image does not lock up a phone. Curious about the plumbing? Read how VidClean works technically.

3

Download converted.png

The PNG arrives at the same pixel dimensions as your original, with no watermark and no account. Both files are deleted from the server after about 90 minutes, so save it somewhere before then.

Who uses this

People who have hit a wall that only accepts PNG. Print shops and sign makers whose submission form rejects a JPEG. Designers dropping an asset into a workflow where PNG is the house standard. Developers who need a PNG to feed a build step, a sprite sheet, an icon set or an automated test. Teachers and support staff whose ticket system, learning platform or wiki takes PNG uploads and nothing else.

And people who are about to keep editing. If an image is going to be opened, adjusted and saved several more times, moving it into PNG first means each of those saves is lossless instead of shaving a bit more detail off a photo that has already lost some.

Working with images more broadly? The same free, no account, no watermark deal applies to our background remover and face blur tools.

Why convert a JPG to a PNG

JPEG and PNG solve two different problems, and the difference is not cosmetic. JPEG is a lossy format. When a camera or an editor writes a .jpg it chops the picture into blocks, converts each block into frequency coefficients, and then rounds those coefficients off according to a quality setting. It usually also throws away three quarters of the colour resolution, keeping full detail only in brightness, because human eyes notice brightness far more than colour. The result is a small file that looks close enough to the original, but the discarded information is genuinely gone. PNG works the other way around: it applies a reversible per-row filter and then general purpose DEFLATE compression, and decoding gives back the exact pixel values that went in. Nothing is approximated.

That distinction is the whole reason people convert. Once your image lives in a PNG, you can open it, edit it, and save it as many times as you like without the picture degrading. In a JPEG workflow every save is a fresh round of quantisation on top of the last one, which is what people mean by generation loss. Crop, save, reopen, adjust the levels, save again, and after enough rounds you can watch the edges around text go crunchy and flat skies break into visible bands. Converting to PNG puts a hard stop on that process at whatever state the image is in today.

Which brings us to the honest part. Converting a JPG to a PNG does not repair anything. It cannot recover the detail JPEG already discarded, because that data was never written to the file you have. If your source image has blocking around high contrast edges, halos and ringing near text, or muddy smearing in a saturated red jumper, the PNG will reproduce all of it perfectly, artifacts included. Perfect reproduction of a damaged picture is still a damaged picture. Anyone selling you a JPG to PNG conversion as a quality upgrade is describing something that is not physically possible.

The second honest caveat is transparency. PNG supports an alpha channel, JPEG does not, and a format conversion cannot invent information that was never in the source. Your PNG will be fully opaque with exactly the background the JPG had. Getting an actual transparent background requires deciding which pixels are subject and which are backdrop, which is a segmentation job rather than a conversion job. Our free background remover does that part and hands you a transparent PNG at the end.

The third thing to expect is size. Because PNG has to store every pixel exactly and because photographic content is full of fine noise that general purpose compression cannot squeeze, a converted photo commonly lands somewhere between three and ten times the size of the JPG it came from. A 2MB holiday photo turning into a 14MB PNG is normal, not a bug. That is the price of lossless, and it is why PNG never replaced JPEG for photographs on the web. For flat colour content the arithmetic flips completely: screenshots of a user interface, charts, logos, diagrams and line art compress beautifully in PNG, often smaller than the JPEG version, and with none of the ringing that JPEG smears around hard edges and text.

So the practical rule is simple. Convert JPG to PNG when something downstream demands PNG, when you are about to keep editing, or when the image is the kind of flat, sharp edged content PNG was designed for. Do not convert a photograph to PNG just to put it on a web page: you will multiply the download size for viewers and gain nothing visible, since the JPEG damage is already baked in. If your goal is a smaller photo rather than a lossless one, staying in JPEG is the right call.

What people convert JPG to PNG for

An upload form that only takes PNG

This is the most common reason by a mile. A ticketing system, a school portal, a job application, an asset library or an internal admin panel accepts PNG and rejects everything else, often with a message that does not explain why. The picture is fine, the wrapper is wrong, and one conversion clears it.

Print shops and design handoffs

Sign makers, sticker printers, embroidery services and print on demand platforms often ask for PNG because it guarantees no fresh compression artifacts arrive between your screen and their press. Do not expect PNG to sharpen a low resolution JPG, though. If the source is small or soft, the printer will still see it.

Screenshots that got saved as JPG

Screenshots of text, code, spreadsheets or dashboards are exactly the content JPEG handles worst, and plenty of phones and tools save them as JPG anyway. Converting to PNG will not remove the ringing already around the letters, but it stops it getting worse each time the image is passed along and re-saved.

Freezing an image before more editing

If an image is going through several more rounds of cropping, retouching or annotating, working in PNG means those rounds cost nothing. Every JPEG save re-quantises the whole picture, so a file that gets edited five times in JPEG is measurably worse than the same file edited five times in PNG.

Feeding a tool or a build pipeline

Icon generators, sprite packers, game engines, documentation builders and plenty of command line utilities expect PNG on the way in. Converting first is quicker than arguing with a script that silently skips anything with a .jpg extension.

Logos and flat artwork trapped in a JPEG

A logo that only exists as a JPG is a common headache. PNG is the right home for it going forward, and this is one of the cases where the PNG often ends up smaller than the JPG rather than larger, because flat colour compresses so well. It still will not remove the grey speckling JPEG left around the edges of the mark.

JPG to PNG: what changes and what does not

When PNG is the right choice for a JPG and when it is not
What your JPG contains Is PNG the right target? What to expect
A photograph headed for a web pageUsually notSame visible quality, file three to ten times bigger
A screenshot of text or an interfaceYesNo new artifacts from here on, often a smaller file
A logo, chart or flat colour graphicYesCompresses well, existing JPEG speckling remains
An image you need a cut out fromNot on its ownOpaque PNG, use the background remover for alpha
An image facing several more editsYesEvery later save is lossless, no generation loss
Input formats
JPG and JPEG only on this page, which is why the picker filters to those extensions. The output is always PNG. If your source is a WebP or a HEIC from an iPhone, this is the wrong page for it.
File size and dimensions
Up to 25MB per image, and images over 6000 pixels on a side are refused. A 25MB JPEG is already an enormous photograph, so most files clear this comfortably, but a stitched panorama or a high resolution scan can exceed the pixel ceiling and will need exporting smaller first.
Output
A file named converted.png, written with standard PNG lossless compression at the same width and height as your upload. No resizing, no cropping, no sharpening, no colour grading, no watermark.
What conversion cannot do
It cannot restore detail JPEG has already discarded, and it cannot create a transparent background. Both limits come from the source file rather than from this tool. Any blocking, ringing or banding in the JPG is copied faithfully into the PNG.
Orientation and metadata
EXIF orientation is applied before saving, so a portrait phone photo comes back upright rather than on its side. PNG does not carry the JPEG EXIF block, so shutter settings, lens data and any GPS coordinates are dropped rather than passed through.
Processing time
Usually a couple of seconds, since a single decode and re-encode is cheap next to anything involving video. Most of the wait you notice is your own upload speed, especially on mobile data with a large photo.
Privacy
No account is needed. The JPG you upload and the PNG it produced are both deleted from the server about 90 minutes after the job finishes. Nothing is viewed, shared, sold, or used for training.

Frequently Asked Questions

Everything worth knowing before you convert a JPG to a PNG.

Is this JPG to PNG converter free? expand_more

Yes. Converting a JPG to a PNG here is free, with no account, no credits, and no watermark on the file you download. You get a real PNG at the original pixel dimensions, not a preview or a sample.

Does converting JPG to PNG improve image quality? expand_more

No. This is the single most important thing to understand about JPG to PNG. JPEG compression permanently discards image data when the file is first saved, and nothing can put that data back. Converting to PNG copies the pixels you currently have into a lossless container, so no further quality is lost from that point on, but the blocking, ringing and colour smearing already baked into the JPEG stay exactly where they are.

Will my PNG have a transparent background? expand_more

No. A JPEG has no alpha channel, so there is no transparency information to carry over, and the PNG comes back fully opaque with the same background the JPG had. If you want a transparent background you need to cut the subject out of the photo, which is what the free VidClean background remover does.

Why is the PNG so much larger than the JPG? expand_more

Because PNG is lossless. JPEG throws away detail your eye is unlikely to miss and then packs what is left very tightly, while PNG has to store every pixel exactly. On a photograph the PNG is commonly three to ten times the size of the JPG it came from. On a screenshot, a logo, or flat colour artwork the gap is much smaller, and the PNG can even come out smaller than the JPG.

When should I convert JPG to PNG, and when should I not? expand_more

Convert when something downstream requires a PNG, when you are about to edit the image repeatedly and want to stop further generation loss, or when the picture is a screenshot, chart, logo or piece of line art that PNG handles well. Do not convert if you simply want a smaller file or a sharper photo for the web, because the PNG will usually be bigger and never sharper.

What are the size limits? expand_more

Up to 25MB per image, and images over 6000 pixels on a side are refused. Anything larger has to be exported smaller before you upload it.

What happens to EXIF data and image orientation? expand_more

The image is rotated upright according to its EXIF orientation tag before it is saved, so a photo shot in portrait on a phone does not come back sideways. The PNG format does not carry the JPEG EXIF block, so camera metadata such as shutter settings and any GPS coordinates are not written into the output.

Do I need an account, a plugin, or any software? expand_more

No. It runs in your browser and does the work on VidClean's server, so there is nothing to install and nothing to sign up for. It behaves the same on a phone as it does on a desktop.

Do you keep my images? expand_more

No. The JPG you upload and the PNG it produced are both deleted from the server about 90 minutes after the job finishes. Nothing is viewed, shared, sold, or used for training.

Can I go the other way and turn a PNG back into a JPG? expand_more

Yes, with our PNG to JPG tool. Be aware that saving as JPEG applies lossy compression again, so reach for it when you need a small file for the web rather than as a round trip back to where you started.

Also try: PNG to JPG at vidclean.net/png-to-jpg

Also try: WebP to PNG at vidclean.net/webp-to-png

Also try: Remove Background at vidclean.net/remove-background

Last updated: August 2026