Datakompression
Datakompression, also known as data compression, is the process of reducing the number of bits required to represent information. It can be lossless or lossy, depending on whether exact reconstruction is possible. The goal is to save storage space and bandwidth while preserving the essential content. The efficiency of a compression method is described by the compression ratio, and for lossy methods, by the level of distortion relative to the original data.
Lossless compression exploits redundancy without discarding information. It relies on entropy coding and dictionary-based methods to
Lossy compression sacrifices some fidelity to achieve higher compression. It uses transform coding, quantization, and perceptual
Data compression is central to archiving, media delivery, and communications. Standards and tools continue to evolve