Why format conversion alone often shrinks a file dramatically
A photo saved as PNG is often several times larger than the same photo saved as JPEG or WebP, because PNG uses lossless compression suited to flat colors and sharp edges, not the smooth color gradients typical of photographs. Simply switching a photo from PNG to JPEG or WebP, even before touching a quality slider, can cut the file size dramatically with no visible change.
Lossy vs. lossless: what you actually give up
Lossy compression (used by JPEG and, optionally, WebP) permanently discards some image data to shrink the file, which is fine for photos where the human eye will not notice, but is a bad fit for images that will be edited repeatedly, since each re-save loses a bit more. Lossless formats like PNG keep every pixel exactly intact at the cost of a larger file.
Frequently Asked Questions
Will compressing an image multiple times keep degrading it?
Yes, for lossy formats. Each time a JPEG or lossy WebP is re-saved, it loses a little more detail, so it is best to always compress from the original, uncompressed source rather than re-compressing an already-compressed file.
Is WebP actually better than JPEG and PNG?
For most web use, yes β WebP typically produces smaller files than JPEG at similar visual quality and also supports transparency like PNG. The main limitation is that a handful of very old software or devices may not open it, so JPEG or PNG is still safer for maximum compatibility.