eLeMeNt ZX uses value 182 for dark ZX colors. And GSC color can be calculated with very simple formula R = (R1 + R2) / 2.
Thanks, it works.
I am writing my own AAC parser for my internal task (I am not a C++ developer). The task is quite complex, and I am trying to find a tool that can create a detailed dump of the AAC stream, so that I can compare it with my parser. At first glance, MediaInfo seems to be what I am looking for. But the output is not very detailed. I see only minimal information: 0022F raw_data_block (196 bytes) 00228 SCE - single_channel_element (194 bytes) 0022F id_syn_ele: 0 (0x0) - (3 bits) - SCE - single_channel_element...
The plugin uses only those hashing algorithms that are implemented in Windows. That is, support for SHA3-256 & SHA3-512 will appear when support for these algorithms appears in Windows.
pyinstaller You might be interested: https://www.tc4shell.com/en/7zip/py7z/
Atari ST - TEST_IMG.IMG (GEM)
Atari ST
7-zip data is backed entirely by stream-based interfaces that are not atomic and therefore can't be shared across threads. This is not a problem for me. I make all calls to the 7z library functions through the critical section.