Compressed Blocks #196
Unanswered
JensRestemeier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to port some old python code to decode a file format into a pattern. One problem is that some blocks contain compressed data that needs to be converted:
There is only one example for std::mem::create_section, so I am not sure what the correct process is. Do you create only one global section, and append the various data blocks? Can this be put into a function?
compressedData needs to be decompressed, then interleaved so it can be displayed with [[hex::visualize("bitmap", pattern, width, height)]].
Beta Was this translation helpful? Give feedback.
All reactions