Question 15365 – DSSSB PGT 2021
April 8, 2024Transformations
April 8, 2024Question 1714 – Computer-Graphics
Which of the following compression algorithms is used to generate a .png file?
Correct Answer: B
Question 37 Explanation:
→ Deflate is a lossless data compression algorithm and associated file format that uses a combination of the LZ77 algorithm and Huffman coding.
→ An algorithm producing Deflate files is widely thought to be implementable in a manner not covered by patents.
→ This has led to its widespread use, for example in gzip compressed files, PNG image files and the ZIP file format for which Katz originally designed it.
→ An algorithm producing Deflate files is widely thought to be implementable in a manner not covered by patents.
→ This has led to its widespread use, for example in gzip compressed files, PNG image files and the ZIP file format for which Katz originally designed it.
LZ78
Deflate
LZW
Huffman