DEV Community

Tomas Hresko
Tomas Hresko

Posted on

From block to bytes

-1

to-block encoding function and now I would need from block to bytes. You would advise us to choose an algorithm or how to proceed, I do not know with the move. Thank you for your answer

void blocksToBytes(const int cols, const int offset, bool blocks[offset*8][cols], const int rows, bool bytes[rows][8])

Top comments (0)