Computer Science Fundamentals
System Design
Subjective
Feb 19, 2013
What is run length encoding?
Detailed Explanation
Run length encoding is a compression technique used to store the intensity values in the frame buffer, which stores each scan line as a set of integer pairs. One number each pair indicates an intensity value, and second number specifies the number of adjacent pixels on the scan line that are to have that intensity value
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts