This document summarizes an image compression algorithm called SAND. SAND compresses images without any loss of information by eliminating repeated pixels of the same color. It works in two steps: 1) Latitudinal compression, where rows are processed to absorb repeated pixels, and 2) Longitudinal compression, where the same is done for columns. The compressed image and data on the pixel absorptions are stored and transmitted. Decompression reconstructs the original image by interpreting the absorption data and referencing the compressed image as needed. SAND can achieve around 40% compression and is well-suited for applications where lossless compression is required, such as transmitting astronomical images.