Boneyard Tools

Image Converter

Convert an image to PNG, JPEG, or WebP without uploading it anywhere. When you convert a transparent image to JPEG, pick the background color it should be flattened onto. Set the quality for lossy formats, compare the before and after sizes, and download. Converting also re-encodes from raw pixels, which strips EXIF and other metadata.

How to convert an image

  1. Drop an image in, or click to browse.
  2. Choose the output format. For JPEG, pick a background color to fill transparency.
  3. Adjust quality if needed, then download the converted image.

Examples

Transparent PNG to JPEG

A logo.png with a transparent background, target JPEG on white
logo.jpg with the transparent areas filled white

Frequently asked questions

Is my image uploaded anywhere?

No. Conversion runs entirely in your browser with the Canvas API. The image never leaves your device, so private files stay private.

What happens to transparency when I convert to JPEG?

JPEG cannot store transparency, so transparent areas are filled with the background color you choose (white by default). PNG and WebP keep transparency as-is.

Which format should I choose?

WebP is smallest at a given quality and keeps transparency. JPEG is best for photos that need broad compatibility. PNG is lossless and ideal for graphics, screenshots, and anything with sharp edges.

Does converting reduce quality?

Converting to PNG is lossless. Converting to JPEG or WebP re-encodes with the quality you set, so you can balance size against fidelity using the live preview.

Does it remove metadata?

Yes. Because the image is rebuilt from raw pixels, EXIF data including GPS and camera details is dropped during conversion.

Related tools