Please enable JavaScript.
Coggle requires JavaScript to display documents.
SLR 9: Compression, encryption, hashing - Coggle Diagram
SLR 9: Compression, encryption, hashing
Compression
-
-
-
Lossy compression
-
-
The file cannot be fully restored to its original quality when uncompressed, but the file size reduction is greater than lossless.
Lossless compression
Does not sacrifice quality during compression, but reduces size by less than lossy.
When used for images, it can reduce size by mentioning the pixel colour followed by the number of times it appears in a row.
Ideal for images with large amounts of repeating colours,
Text files and programs can only be compressed via lossless, as they must be completely restored when uncompressed.
-
-