noun
run-length encoding; run length method
A data compression technique where consecutive identical values are stored as a single value and a count. Used in computing contexts.
画像データの圧縮にはランレングス法が使われることがある。
Run-length encoding is sometimes used for compressing image data.