Does Converting an Image Reduce Quality?
Learn when image conversion changes visible quality, transparency, colour, metadata, animation and file size.
Quality is more than sharpness
| Conversion | Likely effect | Check |
|---|---|---|
| PNG → JPG | Lossy encoding and no alpha | Edges, text and chosen background |
| JPG → PNG | No restoration; often larger | Existing artifacts remain |
| JPG → WebP/AVIF | Another lossy generation | Texture, gradients and size |
| SVG → PNG | Vector becomes fixed pixels | Output dimensions |
| Animated GIF/WebP → still format | Animation may be lost | Frame handling |
A safe conversion process
- Keep an untouched master.
- Choose the destination based on transparency, compatibility and editing needs.
- Match output dimensions to the real use.
- Start with a conservative quality setting for lossy output.
- Compare difficult areas at actual size and 100%.
- Verify metadata, orientation, colour and animation separately.
Generation loss
Repeatedly decoding and saving a lossy image can accumulate artifacts. A PNG export of a damaged JPG preserves the damaged pixels; it does not reverse earlier loss. Work from the best available source and create delivery copies directly from that master whenever possible.
Common mistakes
- Assuming a larger file must have regained detail.
- Using maximum quality and calling the result lossless.
- Comparing zoomed previews at different scales.
- Ignoring transparent edges and colour profiles.
- Replacing the only original before verifying the result.
Frequently asked questions
Is JPG at 100% lossless?
No. A maximum quality setting normally applies less lossy compression; it does not make JPEG lossless.
Can converting to PNG improve quality?
It prevents a new lossy PNG encoding step, but it cannot restore missing source detail.