recategorized by
2,762 views
2 votes
2 votes

In an image compression system 16384 bits are used to represent 256 $\times$ 256 image with 256 gray levels. What is the compression ratio for this system?

  1. 1
  2. 2
  3. 4
  4. 8
recategorized by

2 Answers

2 votes
2 votes
$\frac{256 \times 256 \times 8}{16384} = 32.$
1 votes
1 votes

For gray levels, a pixel can be represented by 8 bits. Total bits for this image is 256*256*8. so the compression ratio will be 256*256*8/16384 =32. 32 option is not here. For photographic images, Compression Ratio is usually below 2 for lossless, but can reach over 10 for lossy compression. 

The option (b) may be the right option. I am not sure. 

Answer:

Related questions

2.3k
views
1 answers
1 votes
go_editor asked Jul 6, 2016
2,321 views
The quantiser in an image-compression system is alossy element which exploits the psychovisual redundancylossless element which exploits the ... exploits the statistical redundancylossless element which exploits the statistical redundancy
2.2k
views
1 answers
2 votes
go_editor asked Aug 21, 2016
2,227 views
Which of the following is used for the boundary representation of an image object?Quad TreeProjectionsRun length codingChain codes
5.3k
views
2 answers
0 votes
makhdoom ghaya asked Jul 11, 2016
5,259 views
Given an image of size $1024 \times 1024$ pixels in which intensity of each pixel is an $8$-bit quality. It requires _______ of storage space if the image is not compressed.One TerabyteOne Megabyte$8$ Megabytes $8$ Terabytes
3.8k
views
1 answers
5 votes
go_editor asked Jun 20, 2016
3,822 views
Which of the following compression algorithms is used to generate a $\textsf{.png}$ file?$\text{LZ78}$Deflate$\text{LZW}$Huffman