PNG JPG
File conversion

Convert PNG to JPG

Convert now
QUICK ANSWER
Is it possible to convert PNG to JPG?
Yes - PNG converts to JPG.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

The fastest path is our free converter above - upload your PNG and download a JPG in seconds. JPG uses lossy compression, so some image detail is permanently discarded; for photos the difference is barely visible at quality 85-90, but text and sharp edges may show compression artifacts. Any transparent areas in the PNG become a solid white background.

Also to JPG: CRW · MRW · QOI

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
PNG → JPG converterFREE

Why convert PNG to JPG?

.PNG is a lossless format, so photo-sized PNGs can be very large. A JPG of the same photo is typically 5-10 times smaller with quality that looks identical at normal viewing sizes. Many platforms and upload forms that reject PNG accept JPG without issue, making conversion useful for sharing and uploading images faster.

How to convert PNG to JPG

Windows Paint BUILT-IN

Right-click the PNG, choose Open with > Paint, then File > Save as > JPEG picture.

macOS Preview BUILT-IN

Open the PNG in Preview, go to File > Export, choose JPEG from the Format dropdown, and save.

IrfanView FREE

Open the PNG, press S to open Save As, choose JPG and set quality - use Batch Conversion to process whole folders at once.

GIMP FREE

Open the PNG, go to File > Export As, type a filename ending in .jpg, and set quality in the export dialog.

Command line - ImageMagick CLI

Run magick input.png output.jpg or add -quality 85 to control compression.

Programs that convert PNG

About these formats

Quality & what to watch

  • Transparency becomes solid white. JPG has no alpha channel, so transparent PNG pixels fill with white (or another color depending on the tool) - fill the background before converting if you need a specific color.
  • Quality loss is permanent. Once saved as JPG the discarded detail cannot be recovered; keep the source .png if you may need the lossless version later.
  • PNG stays better for screenshots with text, logos, and flat-color graphics; converting those to JPG often introduces visible ringing artifacts around edges.

Frequently asked questions

Does converting PNG to JPG reduce image quality?
Yes for most images - JPG is lossy and discards detail to shrink the file. At quality 85-90 the difference is usually invisible for photos, but line art and text may look softer or show artifacts.
What happens to the transparent background in a PNG?
It turns solid, typically white. Fill the background in your image editor before exporting if you need a specific color.
Can I convert multiple PNG files to JPG at once?
Yes - IrfanView's Batch Conversion handles whole folders in one run, and magick *.png processes multiple files on the command line.
Can I convert JPG back to PNG without quality loss?
No - once detail is discarded by JPG compression it cannot be recovered; re-saving as PNG gives a lossless container but not the original pixels.