MATLAB: Getting a thin vertical line as output image.

imageimshowthin vertical line output

I have applied Huffman encoding to compress an image but the output image is a thin vertical line. I guess it is because it is still in vector form. So my question is about how to convert it to the desired form.

Best Answer

Uncompress, then display it.
Related Question