PENGUJIAN KOMPESI CITRA DIGITAL MENGGUNAKAN METODE DISCRETE COSINE TRANSFORM (DCT) DAN LEMPEL ZIV WELCH (LZW)
Daftar Isi:
- Image Compression is a method for transmitting data to be more effective and efficient. There are two techniques in compression that are used namely; lossless compression and lossy compression. In lossless compression using the Lempel Ziv Welch method while in lossy compression it uses the Discrete Cosine Transform method. Each algorithm is tested with 30 grayscale image data and divided into 3 categories based on dimensions, with small size (256x256), medium (512x512) and large (1024x1024) with bmp format. The results of the test show the results of the Discrete Cosine Transform method has an optimal compression ratio with a value of 0.65 and the Lempel Ziv Welch method, get an optimal compression ratio value only for medium size (512x512) and MSE LZW value of 0 which means there is no pixel value that is reduced.