You are on page 1of 7

Multimedia File

Handling

Compression:
Data can frequently be
compressed by removing redundant
sections (such as silences in music)
or converting repeating sequences
like ffffff into 6f, which reduces that
text to 33% of its original size.

TYPES
There are two types of compression:
* Lossless - where the compressed
data can be uncompressed to return
an identical copy of the original.
* Lossy - where some quality is lost
to achieve greater compression but
the loss is not noticeable.

Lossless Compression.
Lossless compression techniques are good for text data and for
repetitive data in images all like binary images and gray-scale
images.
Some of the commonly accepted lossless standards are given
below:
Packpits encoding (Run-length encoding)

CCITT Group 3 I D

CCITT Group 3 2D
CCITT Group 4
Lempe l-Ziv and Welch algorithm LZW.

Lossy compression
Lossy compression is applicable in medical screening
systems, video tele-conferencing, and multimedia
electronic messaging systems.
The following lists some of the lossy compression
mechanisms:
Joint Photographic Experts Group (JPEG)
Moving Picture Experts Group (MPEG)
Intel DVI

CCITT H.261 (P * 24) Video Coding Algorithm


Fractals.

Compression schemes
Binary Image compression
schemes

You might also like