Pretend you were to write a sentence. Ex: The big, furry, cat walked. Compression is like that, just with binary. The previous sentence would be like: The cat walked. The details were taken out, but the main sentence structure is the same.
Offline
Sorta reduces quality and blends things together, I'd reccomend it for a big project but not for a smaller one.
Offline
lhlien wrote:
Pretend you were to write a sentence. Ex: The big, furry, cat walked. Compression is like that, just with binary. The previous sentence would be like: The cat walked. The details were taken out, but the main sentence structure is the same.
Somewhat
That's what lossy compression does. It eliminates detail, resulting in a smaller filesize, but lower quality.
Lossless compression (which doesn't lose quality [theoretically]) takes similar bytes and merges them. This, however, doesn't compress a file as much.
Offline
With lossy compression like jpeg and mp3, you lose data, but depending on the algorithms, it tries to remove data you won't notice
Offline
In the case of images, it reduces their quality
Offline