开发者

visualization of compressed (deflated, gzipped) content structures

I have some ideas I would like to experiment with relating to data compression, but am finding it difficult to decipher some parts of how the standard are applied "in real life"开发者_开发百科. I would like to look at some sample compressed files to observe how the the blocks are arranged and the huffman tree(s) are structured.

Are there any tools in existence which can help visualize this for a given compressed file (zip/gzip/deflate etc)? I'm picturing something like a tree view or some form of graph visualizer.


You might be interested in this (if you are still interested that is :-P)

http://jvns.ca/blog/2013/10/24/day-16-gzip-plus-poetry-equals-awesome/


I made a "entropy image" tool.

The entropy_image tool replaces each pixel with the (estimated) number of bits necessary to encode that pixel using range coding or Huffman compression.

I hope this isn't the only compression visualization tool in the world.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜