Convert a PNG to JPG in the browser when a form refuses PNG
Tool Hub re-encodes a PNG as JPEG in your tab. Use it when a portal lists JPG only and you do not want the screenshot sitting on a converter’s disk.
3 min read
Portals still type “JPG only” as if PNG were a virus. You have a screenshot, a UI crop, or a graphic with sharp type. The usual fix is an upload converter. That is a poor fit when the PNG is a customer list, a ticket, or a child’s homework.
PNG to JPG on Tool Hub reads the PNG in your browser and writes a JPEG. You pick the file on your computer. We do not receive it.
When PNG to JPG is the right tool
Use this page when the destination names JPG or JPEG and the file you have is PNG. Typical jobs: a government form; a CMS that rejects PNG; an email system that downsamples PNG attachments badly.
This is not a quality upgrade. JPEG cannot invent detail, and it is a bad home for screenshots: you will see ringing around text if you crush the quality. This is not compress-PNG. If you want a smaller PNG, use Compress PNG and keep the format. This is not HEIC. iPhone originals are often HEIC — use HEIC to JPG first.
I convert PNG to JPG when the human on the other end will not change the form. I keep PNG when the picture has a hole (a logo) or is mostly UI chrome I will edit again.
Transparency
PNG can store a transparent background. JPEG cannot. The hub has to pick a fill. Check the preview. A logo on a checkerboard can become a logo on white or black you did not want. If the hole matters, do not use this page — send PNG, or put the logo on a real background first.
What “in the browser” means
The page sends code to your tab. The File API reads the PNG. The tab re-encodes JPEG. Download is local. Load the page, go offline, convert a throwaway file. If it still works, we did not need the bytes.
How I convert here
- Open https://tools.sw-commercial.com/png-to-jpg.
- Pick the
.png. - Check the preview for type, edges, and the former transparent areas.
- Download the JPG. Keep the PNG if you still need a lossless master.
- If the portal also has a size cap, compress the JPEG as a second, conscious step.
No account. No watermark.
Failure cases
A photo saved as PNG is often huge. JPEG will shrink it, which is the point, but start from a reasonable quality. A 40-quality pass looks cheap on a face.
A “PNG” that is actually a JPEG renamed to .png is already lossy. Converting again adds another generation. Look at the file.
Very wide screenshots can be slow in the tab. That is your machine.
When not to use this page
Do not convert a logo with transparency and then complain the hole filled in. That is the format.
Do not use this as a way to “hide” EXIF. PNG often has little camera EXIF; JPEG might not add GPS, but if location is the worry run EXIF remover on the file you will send.
Do not upload the PNG to a random converter because this page felt too simple. Simple is the product.
Related jobs
JPG to PNG is the other direction and is not a repair. Resize image if the form wants pixels, not a format. SW Toolbox can convert from a right-click on a page image, still on the device.
A worked example
A CMS refuses PNG. I have a 1920 px screenshot of a settings page. I convert PNG to JPG on the hub, check that the type is still readable at the quality I picked, then download. If the CMS also wants under 500 KB, I compress the JPEG next. I do not convert, compress, convert again. Each extra generation costs edges.
If the PNG was a logo with a transparent hole, I stop. I put the logo on a white or brand-coloured rectangle in an editor I already have, export PNG or JPG on purpose, then send that. The hub cannot invent a brand background I did not choose.
Those “PNG to JPG 100% free” search results are often upload converters with a countdown. The job is a codec. It does not need their disk. If this hub is down, a local ImageMagick command is still better than a stranger’s inbox.
This how-to names a URL that returns HTTP 200 today.