This document discusses Block Truncation Coding (BTC), a simple lossy image compression technique. BTC works by dividing an image into non-overlapping blocks and quantizing each block into a single bit based on the mean and standard deviation of pixel values in that block. The algorithm, advantages of low complexity and preserving edges, and disadvantages of high bitrates and blocky artifacts are described. Variants like Absolute Moment BTC and Adaptive BTC that improve upon the basic technique are also covered. In conclusion, while newer standards have emerged, BTC remains useful for applications requiring low complexity and moderate compression rates.