How to Change a PNG Image to a JPEG (And When It Actually Matters)

Converting a PNG to a JPEG is one of those tasks that sounds simple — and usually is — but the right method depends on what device you're using, what you need the file for, and how much quality you're willing to trade for a smaller file size.

What's the Actual Difference Between PNG and JPEG?

Before diving into the how, it helps to understand the why.

PNG (Portable Network Graphics) uses lossless compression. Every pixel is preserved exactly as it was saved. It also supports transparency (alpha channel), which makes it the standard for logos, icons, and graphics with clear backgrounds.

JPEG (Joint Photographic Experts Group) uses lossy compression. It discards some image data to shrink the file size — often dramatically. A photo saved as a PNG might be 4MB; the same image as a JPEG could be 300KB with barely noticeable quality loss to the human eye.

Neither format is universally better. They're optimized for different jobs:

FeaturePNGJPEG
Compression typeLosslessLossy
Transparency support✅ Yes❌ No
Best forGraphics, logos, screenshotsPhotos, web images
Typical file sizeLargerSmaller
Quality after re-savingNo degradationSlight loss each save

When you convert PNG to JPEG, you're making a deliberate trade: smaller file size in exchange for some image data, and you permanently lose any transparent areas (they're filled with a background color, usually white).

How to Convert PNG to JPEG on Windows

Using Paint (built-in, no install needed):

  1. Right-click the PNG file and choose Open with → Paint
  2. Go to File → Save as
  3. Select JPEG picture from the dropdown
  4. Name the file and save

Using Photos app:

  1. Open the PNG in the Photos app
  2. Click the three-dot menu → Save as
  3. Change the file type to JPEG in the save dialog

Both methods are fast and free, though neither gives you control over the compression quality level.

How to Convert PNG to JPEG on a Mac 🖼️

Using Preview (the simplest route):

  1. Open the PNG file in Preview
  2. Go to File → Export
  3. In the Format dropdown, select JPEG
  4. Use the Quality slider to adjust compression — higher quality means a larger file
  5. Click Save

Preview's quality slider is genuinely useful. Setting it to around 80–85% typically yields a strong balance between file size reduction and visual quality for photographs.

How to Convert on iPhone or Android

Most smartphones handle this through built-in sharing and editing tools, though the exact path varies by OS version and manufacturer.

On iOS, apps like Files or third-party image converters from the App Store can batch-convert images. Some photo editing apps (including Adobe Lightroom Mobile) let you export in JPEG with quality control.

On Android, the process is similar — the default Gallery or Files app on many devices includes a "Save as" or export option where format selection is available. Behavior differs meaningfully across Samsung, Pixel, and other Android skins.

For quick one-off conversions on mobile, browser-based tools are often the most practical option regardless of platform.

Browser-Based Converters (No Software Needed)

Several web tools convert PNG to JPEG without requiring any installation:

  • Upload the file, choose JPEG as the output format, download the result
  • Most offer basic quality/compression controls
  • Files are typically processed locally in newer browser-based tools, though some upload to a server

If you're converting files that contain sensitive information — documents, screenshots with personal data, internal graphics — pay attention to the tool's privacy policy. Some tools process everything on-device in your browser; others send files to a remote server.

Batch Converting Multiple PNG Files

If you have a folder of PNGs to convert at once, your options expand:

  • Windows: Free tools like IrfanView or XnConvert handle batch jobs with format and quality settings
  • Mac: Automator (built into macOS) has a built-in image conversion action that can process entire folders
  • Command line: ImageMagick is a powerful open-source tool available on Windows, Mac, and Linux — a single command can convert hundreds of files with precise quality settings
  • Adobe Photoshop: The File → Automate → Batch feature handles this well if you already have a Creative Cloud subscription

The right batch tool depends heavily on your technical comfort level and how often you need to do this.

The Quality Variable Nobody Talks About Enough 🎯

JPEG compression isn't binary — it exists on a spectrum, usually expressed as a quality percentage from 1 to 100. Most tools default somewhere between 75 and 95.

  • Quality 90–100: Near-lossless appearance, files still significantly smaller than PNG for photos
  • Quality 70–85: The typical "good enough" range for web images — visible only under close inspection
  • Quality 50–70: Noticeable artifacts, especially around sharp edges and text
  • Below 50: Heavy compression, appropriate only for thumbnails or heavily bandwidth-constrained use cases

One important note: JPEG is a poor format for images containing text, sharp line art, or flat color areas. Compression artifacts appear most visibly in those situations. If your PNG contains mixed content — say, a photo with overlaid text — the quality tradeoff behaves differently than with a pure photograph.

When the Conversion Doesn't Work the Way You Expect

A few things catch people off guard:

  • Transparent backgrounds become solid — usually white by default. If your PNG has a transparent logo area, that transparency will fill with a flat color when saved as JPEG.
  • Re-converting from JPEG back to PNG doesn't recover lost quality. The data discarded during JPEG compression is gone permanently.
  • File size doesn't always shrink dramatically for screenshots or graphic-heavy images — JPEG compression works best on photographic content with gradual color transitions.

The outcome of any conversion depends on the original image content, the quality setting you choose, and what you plan to do with the result — factors that vary considerably from one user's situation to the next.