Image Compression with LZW (Lossless) On Different Image Formats
DOI:
https://doi.org/10.32628/CSEIT1952310Keywords:
Image Compression, Lossless Image Compression, LZW, CoffeeScriptAbstract
Image compression is used to reduce bandwidth or storage requirement in image application. Mainly two types of image compression: lossy and lossless image compression. A Lossy Image Compression removes some of the source information content along with the redundancy. While the Lossless Image Compression technique the original source data is reconstructed from the compressed data by restoring the removed redundancy. The reconstructed data is an exact replica of the original source data. Many algorithms are present for lossless image compression like Huffman, rice coding, run length, LZW. LZW is referred to as a substitution or dictionary-based encoding algorithm. The algorithm builds a data dictionary of data occurring in an uncompressed data stream. Patterns of data (substrings) are identified in the data stream and are matched to entries in the dictionary. If the substring is not present in the dictionary, a code phrase is created based on the data content of the substring, and it is stored in the dictionary. The phrase is then written to the compressed output stream. In this paper we see the effect of LZW algorithm on the png, jpg, png, gif, bmp image formats.
References
- Gonzalez and Woods, “Digital Image Processing” 3nd edition, Prentice Hall, 2002,chepter-8.
- Mauro Barni, “Document and Image Compression”, CRC, Taylor and Francis group,chepter-5.
- Khalid Sayood, “Lossless Compression Handbook”, Academic Press, USA, chepter-6.
- Kou, Weidong. “Digital image compression : algorithms and standards”, Boston, Kluwer Academic, 1995, chepter-2.
- Gonzalez and Woods, nd “Digital Image Processing using MATLAB” 2 edition, Prentice Hall,chepter-8.
- David Salomon, “Data Compression: The Complete Referance”,4th edition, Springer Verlag publication, page no. 195-206.
- Khaled S. Alkharabsheh, Prof. Ralph Oberly, Committee Chairperson, Ph.D, Prof. James Brumfield, Ph.D , “Image Compression And Its Effect On Data”, Marshall University Aug. 02, 2004
- S.Sahni, B.C.Vermuri, C.Kapoor, “State of The Art Lossless Image Compression Algorithm”
- D.Wu and E.C.Tan, ”Comparison of Lossless Image Compression Algorithm” School of Applied Science, Nan yang Technological University, Nanyang Avenue, Singapore 639798.
- CCITT, “Information Technology-Digital Compression And Coding Of Continuous Tone Still Image Requirements And Guidelines”, ITU.
Downloads
Published
Issue
Section
License
Copyright (c) IJSRCSEIT

This work is licensed under a Creative Commons Attribution 4.0 International License.