PNG to JPG Converter - Convert PNG to JPG Free Online
Convert PNG to JPG in your browser with an adjustable quality setting. Batch conversion is supported, and no file is ever uploaded to a server.
Drop images here or click to upload
Supports PNG
What PNG to JPG Does
This tool decodes your PNG onto an in-browser canvas and re-encodes the raw pixel data with the browser's own JPG encoder. The two formats are built on opposite assumptions, and that difference is the whole story. PNG is lossless: every pixel value survives the round trip untouched, and the format carries an alpha channel, so pixels can be fully or partially transparent. JPG is lossy and has no alpha channel at all. Because of that, two things happen during conversion. First, every transparent or semi-transparent pixel has to be composited onto something opaque before encoding — this tool fills the canvas with white and draws your image on top, so a transparent background becomes a white background and a soft anti-aliased edge picks up a white fringe. Second, the JPG encoder deliberately discards visual information it judges to be less noticeable, mostly fine chroma detail and high-frequency texture. The Quality slider, which runs from 1 to 100 and defaults to 92, controls how aggressive that discarding is: higher values keep more detail and produce a larger file, lower values shrink the file and eventually leave visible ringing around sharp edges and text. What the conversion does not do is add information. It won't sharpen a soft image, it won't repair a low-resolution PNG, and it won't reduce the pixel dimensions — the output has exactly the same width and height as the input. It also can't preserve transparency in any form, and converting the result back to PNG later will not recover the detail the JPG encoder already threw away.
Why You'd Convert PNG to JPG
PNG is the wrong format for photographic content, and its file sizes show it. Switching to JPG usually cuts the size by most of its bulk with no visible difference on a photo.
How to Convert PNG to JPG
Four steps, all of them local — the image is decoded, re-encoded, and handed back without ever touching a server.
Drop in one PNG or a whole batch — every file in the run uses the same settings
Set the Quality slider; 92 is the default and works well for photos, while 75-85 gives noticeably smaller files
Apply the conversion — the button reads "Converting..." while the encoder works through your files
Download each JPG on its own, or grab the whole batch as a single ZIP
Frequently Asked Questions
More Image Tools
Explore other powerful tools for your image editing needs
Compress Image
Reduce file size
Resize Image
Change dimensions
Crop Image
Cut out area
Photo Editor
Edit photos
Rotate Image
Rotate image
Flip Image
Horizontal/Vertical
Add Watermark
Add watermark
Add Border
Add image border
Rounded Corners
Add rounded corners
Filters
Brightness/Contrast
Blur Face
Hide faces
Mosaic
Blur regions
Remove Background
Remove BG
Enhance Image
AI upscale
Add Text
Add text to image
Collage
Combine multiple images
HTML to Image
Webpage to image
GIF to Image
Extract frames
Trim Image
Remove empty edges
Batch Rename Images
Safely rename files in bulk
Circle Crop
Crop images into circles
Black & White
Convert images to grayscale
Split Image
Cut an image into a grid
Merge Images
Combine images into one
Change DPI
Set image DPI metadata
Image to Base64
Encode images as Base64