Generally speaking, lossy compression of an image file reduces transmission time more than lossless compression.
Describe compression.
An algorithm or formula is used by a programme to do compression to determine how much data should be compressed. For instance, an algorithm can represent a larger string of bits by breaking it down into a smaller string of 0s and 1s.
Lossless and lossy compression are the two options available. Because lossless compression algorithms don't compromise the integrity of the file, we can recreate the original data from the compressed version.
When a file is compressed using lossy methods, the data is deleted and not put back together again after decompression. In particular, data is irreversibly deleted, hence the name "irreversible compression" for this technique. Typically, this data loss is undetectable.
Read more about compression:
https://brainly.com/question/18596412
#SPJ4