Image Compression with LZW (Lossless) On Different Image Formats

Authors

  • Dr. Hitesh H Vandra  Electronics and Communication, Shree Swaminarayan Institute of Technology, Bhat, Gujarat, India

DOI:

https://doi.org//10.32628/CSEIT1952310

Keywords:

Image Compression, Lossless Image Compression, LZW, CoffeeScript

Abstract

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

  1. Gonzalez and Woods, “Digital Image Processing” 3nd edition, Prentice Hall, 2002,chepter-8.
  2. Mauro Barni, “Document and Image Compression”, CRC, Taylor and Francis group,chepter-5.
  3. Khalid Sayood, “Lossless Compression Handbook”, Academic Press, USA, chepter-6.
  4. Kou, Weidong. “Digital image compression : algorithms and standards”, Boston, Kluwer Academic, 1995, chepter-2.
  5. Gonzalez and Woods, nd “Digital Image Processing using MATLAB” 2 edition, Prentice Hall,chepter-8.
  6. David Salomon, “Data Compression: The Complete Referance”,4th edition, Springer Verlag publication, page no. 195-206.
  7. 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
  8. S.Sahni, B.C.Vermuri, C.Kapoor, “State of The Art Lossless Image Compression Algorithm”
  9. D.Wu and E.C.Tan, ”Comparison of Lossless Image Compression Algorithm” School of Applied Science, Nan yang Technological University, Nanyang Avenue, Singapore 639798.
  10. CCITT, “Information Technology-Digital Compression And Coding Of Continuous Tone Still Image Requirements And Guidelines”, ITU.

Downloads

Published

2018-04-30

Issue

Section

Research Articles

How to Cite

[1]
Dr. Hitesh H Vandra, " Image Compression with LZW (Lossless) On Different Image Formats , IInternational Journal of Scientific Research in Computer Science, Engineering and Information Technology(IJSRCSEIT), ISSN : 2456-3307, Volume 3, Issue 3, pp.2153-2156, March-April-2018. Available at doi : https://doi.org/10.32628/CSEIT1952310