Explain how lossless compression relates to image file formats.

What will be an ideal response?

ANSWER: Lossless compression techniques reduce file size without removing data. When you uncompress a file that uses lossless compression, you restore all its information. GIF and Portable Network Graphics (PNG) file formats reduce file size with lossless compression, which saves file space by using mathematical formulas to represent data in a file. These formulas generally use one of two algorithms: Huffman or Lempel-Ziv-Welch (LZW) coding. Each algorithm uses a code to represent redundant bits of data. For example, if a graphics file contains a large red area, the algorithm can set 1 byte to red and set another byte to specify 200 red bytes instead of having to store 200 red bytes. Therefore, only 2 bytes are used.

Computer Science & Information Technology

You might also like to view...

A database opened in ________ mode allows only one user at a time the ability to open and edit the database

A) locked B) Shared Access C) secured D) Exclusive Access

Computer Science & Information Technology

The main advantage of a __________ NUMA system is that it can deliver effective performance at higher levels of parallelism than SMP, without requiring major software changes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology