Introduction - If you have any usage issues, please Google them yourself
When designing software for processing images for the characters, each character is converted into a matrix M (7,5)-valued binary (black =1 and white = 0)
Due to memory problems we wanted to compress the vector M.
The program reads from the conversion matrix M and the matrix M in a vector V, and compression of vector V -> C
and end is the display of vector C ...