Is there any difference in compression of 10bit and 8bit images?

3 views (last 30 days)
Hi,
I want to know if there is a difference between the compressions of 10bit and 8bit images when JPEG lossy/lossless compression algorithm is used. The general lossy algorithm for 8-bit image compression is:
image==>dct (8x8)==> Quantization==> RLE for AC comp. and DPCM for DC comp==> Huffman Encoding.
To reconstruct the compressed image, the inverve of these steps should be followed then. Is there any difference in the algorithm (JPEG lossy) when compressing 10-bit image? If so, why? I searched for many web sites but couldn't get the exact answer.
Thank you in advance.

Answers (0)

Categories

Find more on Denoising and Compression in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!