08image Compressionencoding
08image Compressionencoding
& ENCODING
OBJECTIVES
To understand image compression processing and the
basic operations.
To learn different types of image redundancies
To understand compression methods.
OUTLINE:
What is Image Compression?
Image Compression Model
Data Redundancies
Compression Methods
What is Image Compression?
Image compression is a method to reduce the redundancies in
image representation in order to decrease data storage
requirements.
It is a technique used to compress an image without visually
reducing the quality of the image itself.
In the field of Image processing, the compression of images is an
important step before processing of larger images or videos. The
compression of images is carried out by an encoder and output a
compressed form of an image.
Note that data and information are not the same. Data refers to the means by which the information is conveyed.
Why the image must be compressed?
The large storage requirement of multimedia data.
The video or image files consume large amount of data
and it always required very high bandwidth networks in
transmission as well as communication costs.
Consider a black and white image that has a resolution of 1000 * 1000 and
each pixel uses 8 bits to represent the intensity. So, the total no of bits req = 1000 *
1000 * 8 = 8,000,000 bits per image. And consider if it is a video with 30 frames per
second of the above-mentioned type images then the total bits for a video of 5 secs is:
5*(30*(8, 000, 000))=1,200, 000, 000 bits.
This is only for a 5-sec black n white video, how much more storage for a
colorful and longer videos. So, we need a way to have proper representation as well to
store the information about the image in a minimum no of bits without losing the
character of the image.
Aims of Image Compression
Reduce the data storage and maintain the visual image
quality.
Increase the speed of transmission by using the
repetition property of data.
The goal of these processes is to represent an image
with the same quality level, but in a more solid form.
Compression Fundamentals
Image compression involves reducing the size of image
data files, while retaining necessary information.
Retaining necessary information depends upon the
application.
The ratio of the original, uncompressed image file and
the compressed file is referred to as the compression
ratio.
Data redundancy is the central concept in image
compression and can be mathematically defined.
Compression Steps