need help in algorithum
-
"an coding" => "encoding" "half" => hm... I do not know an encoding with such (or a similar) name
-
If you are asking about Huffman coding, here are a couple of CodeProject articles: HuffMan Encoding - From Implementation to Archive (Part 1 of 3)[^] Simple and fast Huffman coding[^] Fast and Simple Huffman Compressor[^] Huffman compression class in C++[^] You can try it out, but it's not really ideal for image compression. Not on its own anyway. You can use it in combination with other compression techniques and accomplish good results. Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty
-
If you are asking about Huffman coding, here are a couple of CodeProject articles: HuffMan Encoding - From Implementation to Archive (Part 1 of 3)[^] Simple and fast Huffman coding[^] Fast and Simple Huffman Compressor[^] Huffman compression class in C++[^] You can try it out, but it's not really ideal for image compression. Not on its own anyway. You can use it in combination with other compression techniques and accomplish good results. Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty