Computer Science for IGCSE & O level - Data Representation (Section 3 - No. 30)
What is the purpose of Run-Length Encoding (RLE) in image compression?
To reduce the number of colors.
To reduce the image resolution.
To replace repeated sequences of data with a count and a single value.
To make the image look better.
Explanation
RLE is specifically designed to compress sequences of repeated values in a dataset.
Comments (0)
