Evangelos Yfantis, Matthew Au, G. Miel
Journal of Electronic Imaging, Vol. 1, Issue 04, (October 1992) https://doi.org/10.1117/12.59970
TOPICS: Image compression, Raster graphics, Algorithm development, Computer graphics, Data storage, Gold, Image storage, Visualization, Computer programming, Lanthanum
An image compression algorithm is described. The algorithm is an extension of the run-length image compression algorithm and its implementation is relatively easy. This algorithm was implemented and compared with other existing popular compression algorithms and with the Lempel-Ziv (LZ) coding. The Lempel-Ziv algorithm is available as a utility in the UNIX operating system and is also referred to as the UNIX uncompress. Sometimes our algorithm is best in terms of saving memory space, and sometimes one of the competing algorithms is best. The algorithm is lossless, and the intent is for the algorithm to be used in computer graphics animated images. Comparisons made with the LZ algorithm indicate that the decompression time using our algorithm is faster than that using the LZ algorithm. Once the data are in memory, a relatively simple and fast transformation is applied to uncompress the file.