Lossy compression

Lossy compression is a type of file-compression where the original file can’t be perfectly reconstructed from the compressed version - some data is lost when we compress it. This can lead to a loss in quality, and if we compress it too much, it can look really bad.

In lossy compression, we cannot perfectly reconstruct the original file from the compressed version, as some data was lost during compression.

Examples of lossy compression

Benefits of lossy compression

Drawbacks of lossy compression

flashcards

QuestionAnswer
What is lossy compression?A type of file compression where the original file can’t be perfectly reconstructed from the compressed version because some data is lost.
Name three examples of lossy compression.JPEG images, MP3 audio files, MP4 video files (encoded with lossy codecs like H.264 or H.265).
What is a benefit of lossy compression regarding file size?It can massively reduce the file size, saving storage space and making transfer over the internet faster.
Why don’t we usually need 100% of original data for good quality media?For a photo of a cat, we don’t need every single pixel to have a good quality image.
What is a drawback of lossy compression regarding editing?Editing a lossy compressed file causes more quality loss each time it is saved, as more data is lost.
What is the term for quality loss when repeatedly saving a lossy compressed file?Generational loss.
What is a consequence for archive projects if only a lossy compressed version exists?The original is lost forever.