- #1
Superposed_Cat
- 388
- 5
I need to implement a decent image compression algorithm in a day or two, without using libraries.
So it can't be anything with multiple layers, like jpeg.
I was thinking huffman encoding,
Which would be a good algorithm I can learn to implement in a day or two that is not terrible at it's job.
So it can't be anything with multiple layers, like jpeg.
I was thinking huffman encoding,
Which would be a good algorithm I can learn to implement in a day or two that is not terrible at it's job.