PNG to JPG Converter
Convert PNG images to JPG format online, free
How to convert PNG to JPG
Upload your PNG image
Click the upload area below or drag and drop your PNG file onto the converter.
Click "Convert to JPG"
The conversion runs instantly in the cloud at high quality. No software installation required.
Download your JPG file
Click the Download button to save your converted JPG image directly to your device.
Drop an image here
JPG, PNG, WebP, AVIF, TIFF, GIF, BMP, HEIC
Max 50 MB
What is PNG to JPG conversion?
A 6 MB screenshot that will not attach to an email is the usual reason people land here. PNG stores every pixel exactly using lossless DEFLATE compression, which is what makes it right for sharp edges, text overlays, and transparency, and also what makes it heavy.
JPG takes the opposite approach: a discrete cosine transform over 8x8 blocks, followed by quantization that discards high-frequency detail the eye is unlikely to notice (see the JPEG specification ITU-T T.81). On photographic content that buys a 70-90% size reduction. Any alpha channel is flattened onto a solid matte along the way, since JPG has no concept of transparency; this tool composites against white by default. Screenshots and web graphics dominate the use case. macOS screen capture, the Windows Snipping Tool, and Figma exports all write PNG by default: excellent for editing, oversized for email and CMS uploads. A 4-8 MB desktop screenshot typically lands under 400 KB as JPG with no visible difference at screen resolution. One caveat deserves attention before you batch a folder. JPG's default 4:2:0 chroma subsampling averages colour information across 2x2 pixel blocks, which can produce visible fringing on flat-colour UI screenshots and saturated red text. At the 90% quality this tool uses, luma detail is retained at 4:4:4, but anyone working with brand-saturated reds and oranges should still preview the output. For pure flat-colour graphics, WebP is usually a better target than JPG.
Why convert PNG to JPG?
- Reduce file size by up to 80% compared to PNG for photographic images
- JPG is accepted by virtually every app, printer, and email client
- Social media platforms prefer JPG for uploaded photos
- Remove transparency channel when it is no longer needed
What is the difference between PNG and JPG?
The table below compares PNG vs JPG across key format characteristics.
| Feature | PNG | JPG |
|---|---|---|
| File extension | .png | .jpg |
| Compression type | Lossless | Lossy |
| Transparency support | Yes (alpha) | No |
| Animation support | No | No |
| File size | Larger | Smaller |
| Best use case | Graphics, transparency | Photographs |
| Browser support | Universal | Universal |
Choose PNG for graphics with transparency; choose JPG for photographs where smaller file size matters.
Frequently asked questions
Does converting PNG to JPG lose image quality?
Yes, slightly. JPG uses lossy compression, so fine details may soften compared to the original PNG. This tool uses high quality settings (90%) to minimise visible differences.
Can I convert the JPG back to PNG without quality loss?
No. Converting a JPG back to PNG creates a lossless copy of the already-compressed JPG data. The quality lost during the original PNG-to-JPG conversion cannot be recovered.
Why is my PNG screenshot 5 MB but the same image as JPG is under 500 KB?
PNG stores every pixel losslessly, which produces large files especially for photos and screenshots with gradients. JPG discards imperceptible detail, achieving 80-90% size reduction for photographic content with no visible difference at high quality settings.
Is PNG to JPG the best conversion for optimizing website images?
It depends on the image. For photographs, JPG is a solid choice with universal browser support. However, WebP and AVIF offer 25-50% better compression than JPG at equivalent quality. If your site targets modern browsers, consider PNG to WebP or PNG to AVIF for maximum performance.
Will text in my PNG screenshot remain readable after converting to JPG?
Yes. At 90% quality, text in screenshots remains sharp and fully readable. JPG compression artifacts are most noticeable around high-contrast edges at very low quality settings. At the quality level this tool uses, text clarity is preserved for all practical purposes.
Does PNG to JPG preserve EXIF metadata such as camera info and GPS?
Yes. The underlying sharp/libvips pipeline carries EXIF, ICC, and XMP metadata across the conversion when present. Most PNGs from screenshots and design tools do not contain EXIF, but PNGs exported from cameras or Lightroom retain capture metadata in the resulting JPG.
How is the transparent background handled — can I pick a colour other than white?
JPG cannot store transparency, so this tool composites alpha pixels onto a solid white matte before encoding. If you need a different matte colour (for example, to match a dark website background), composite the PNG against your target colour in an editor first, then convert. Otherwise switch the output to WebP, which keeps the alpha channel.
I work in Display P3. Will my wide-gamut PNG colours survive PNG-to-JPG?
JPG can carry an embedded ICC profile, and the converter preserves the source profile when present. However, many viewers ignore JPG ICC profiles and assume sRGB, which can desaturate Display P3 reds and greens. For colour-critical web work, convert your PNG to sRGB before exporting to JPG, or use AVIF, which has stronger wide-gamut support.