Lossy is a term describing a data compression algorithm which actually reduces the amount of information in the data, rather than just the number of bits used to represent that information.
Description
The lost information is typically removed by a lossy algorithm because it is subjectively less important to the quality of the data (usually an image or sound) or because it can be recovered reasonably by interpolation from the remaining data.[1]
MPEG and JPEG are examples of lossy compression techniques.[1] An algorithm which mathematically loses no such information is described as lossless.[2]
References
- ↑ 1.0 1.1 Lossy at the Free On-Line Dictionary Of Computing. 1995-03-29.
- ↑ Lossless at the Free On-Line Dictionary Of Computing. 1995-03-29.
External links
- Lossy compression at Wikipedia