Analisis Perbandingan Kompresi Citra Menggunakan Algoritma Deflate Dan Algoritma Arithmetic Coding

vi

ABSTRAK

Perkembangan teknologi yang menghasilkan citra sebagai data telah berkembang
dengan sangat pesat sehingga resolusi citra yang dihasilkan juga semakin tinggi dan
ukuran data citra yang dihasilkan juga semakin besar. Hal tersebut membuat muncul
permasalah seperti waktu pertukaran data yang lama dan membutuhkan banyak
bandwith. Kompresi citra merupakan salah satu solusi untuk menyelesaikan
permasalah tersebut. Penelitian ini bertujuan untuk merancang sebuah aplikasi
komputer yang dapat mengompresi file citra tga dan tif. Pada penelitian ini algoritma
yang digunakan untuk mengompresi file citra tersebut adalah algoritma Deflate dan
Arithmetic Coding. Keluaran dari aplikasi ini adalah sebuah file kompresi baru
dengan ekstensi file dft untuk algoritma Deflate dan ekstensi file arm untuk algoritma
Arithmetic Coding. Rasio rata-rata kompresi menggunakan algoritma Deflate pada file
citra tga adalah 52.59%, dengan waktu rata-rata kompresi adalah 20154.375
milisecond, sedangkan rasio rata-rata kompresi menggunakan algoritma Arithmetic
Coding pada file citra tga adalah 28.79% dengan waktu rata-rata kompresi adalah 496
milisecond. Rasio rata-rata kompresi menggunakan algoritma Deflate pada file citra tif
adalah 4.72% dengan waktu rata-rata kompresi adalah 12582.875 milisecond,
sedangkan rasio rata-rata kompresi menggunakan algoritma Arithmetic Coding pada

file citra tif adalah 0.15% dengan waktu rata-rata kompresi adalah 266.375
milisecond.
Kata kunci: kompresi citra, tga, tif, algoritma Deflate, algoritma Arithmetic
Coding.

vii

COMPARATIVE ANALYSIS OF IMAGE COMPRESSION USING DEFLATE
ALGORITHM AND ARITHMETIC CODING ALGORITHM

ABSTRACT

The development of technology that produces images as data has grown very rapidly
so that the resulting image resolution is also higher and the size of image data
generated is also getting bigger. This makes the emerging problems such as data
exchange a long time and requires a lot of bandwidth. Image compression is one of the
solutions to solve these problems. This study aims to design a computer application
that can compress tga and tif file image. In this study, the algorithm used to compress
the image file is Deflate algorithms and Arithmetic Coding. The output of this
application is a new compressed file with the file extension dft to Deflate algorithms

and arm file extension for Arithmetic Coding algorithms. The average compression
ratio using the Deflate algorithm tga image file is 52.59% with average time
compression is 20154.375 milisecond, whereas the average compression ratio using
the algorithm Arithmetic Coding in tga image file is 28.79% with average time
compression is 496 milisecond. The average compression ratio using the Deflate
algorithm tif image file is 4.72% with average time compression is 12582.875
milisecond, whereas the average compression ratio using the algorithm Arithmetic
Coding in tif image file is 0.15% with average time compression is 266.375
milisecond.

Keywords : image compression, tga, tif , Deflate algorithm, Arithmetic Coding
algorithm.