Image quality

Does Converting an Image Reduce Quality?

Learn when image conversion changes visible quality, transparency, colour, metadata, animation and file size.

Reviewed 13 September 20268 min readEditorial policy

Quality is more than sharpness

ConversionLikely effectCheck
PNG → JPGLossy encoding and no alphaEdges, text and chosen background
JPG → PNGNo restoration; often largerExisting artifacts remain
JPG → WebP/AVIFAnother lossy generationTexture, gradients and size
SVG → PNGVector becomes fixed pixelsOutput dimensions
Animated GIF/WebP → still formatAnimation may be lostFrame handling

A safe conversion process

  1. Keep an untouched master.
  2. Choose the destination based on transparency, compatibility and editing needs.
  3. Match output dimensions to the real use.
  4. Start with a conservative quality setting for lossy output.
  5. Compare difficult areas at actual size and 100%.
  6. 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.

Authoritative references