What the converter does
- Preserves the source width and height.
- Creates a JPEG file in your browser.
- Keeps the source file untouched.
Convert PNG images to JPG and choose the background used to replace transparency.
PNG to JPG changes the file encoding while preserving the original pixel dimensions. There is no hidden resize and no server upload.
OpenFileTools decodes the source into a temporary browser canvas and encodes the selected format locally. Closing the page releases the working data.
| Property | Behavior |
|---|---|
| Processing | Browser only; no image upload |
| Original | Never changed |
| Dimensions | Preserved |
| Transparency | Replaced by selected background |
PNG can contain fully or partially transparent pixels; JPG cannot. Before encoding, OpenFileTools composites those pixels onto the background color you select.
It is flattened onto your selected solid background because JPG has no alpha channel.
Often, but not always; content and encoding determine the result.
No. Pixel dimensions remain unchanged.
Not automatically. Keep the original PNG.