-
`ribzip2` uses a very naive representation of Huffman codes and also writes them in a naive way: it uses dynamically allocated arrays of enums. Also at other places the habit of representing bits as a…
-
@richgel999
Could you please confirm the following maximum sizes for Basis Huffman tables? We need that for a memory-constrained decoder implementation.
- Initial length codes of each table: up t…
-
I know the wiki says that the performance is similar, but can we get a benchmark comparing processing time and compression ratio to know exactly how well it performs compared to it's closest competiti…
-
fpnge is pretty fast, so I was wondering what, in theory, could be done to improve compression slightly without sacrificing too much speed. I was hoping you might have some ideas on the topic (regardl…
-
# Steps to reproduce:
1. run the following Python script and redirect the output to test.js
```
for i in range(1, 23):
for j in range(0, int(1.7**i)):
print '{};'.form…
-
Hello,
Im not yet quite sure if this is a bug or project decision but It looks like images metadata are lost in a process of resize. The generated miniature _jpeg_ file have a very limited data set. F…
-
Currently, the Merkle tree used for the AVK is balanced which implies that signatures produced by any two parties will have the same length. Since parties with high stake are expected to produce signa…
-
**Describe the bug**
I found a few WebP images that seem valid that are throwing an ArrayIndexOutOfBoundsException when reading.
**Version information**
1. The version of the TwelveMonkeys ImageI…
-
This issue lists some wild ideas I had in mind but scrapped for various reasons. Maybe some of them might be useful in other projects.
-
See http://www.eti.uni-siegen.de/ti/veroeffentlichungen/12-repair.pdf
Yoric updated
6 years ago