|
|
|
|
|
by amatecha
948 days ago
|
|
That's not exactly the aim of lossy compression. Its aim is to reduce data size while introducing as little discernible effect as realistically possible. That usually means optimizing the algorithm such that most of the loss is indiscernible to us, such as in a darkest regions of an image, or the extremely high frequencies in audio -- both areas we don't perceive with too much granularity. Something like spread-spectrum phase distortion may survive compression just fine but still be indiscernible to us. The two are not mutually exclusive. |
|
It's information theory. Either you can encode additional information without impacting the result, in which case the compression algorithm could use it to be more efficient, or you can't. TANSTAAFL.