Conversation
…ould use existing streams, but i'm afraid to try using it
|
Am 15.11.2016 um 17:53 schrieb srudakov:
The proper way of doing this is to implement an IOHook that reads from
Greetings, |
…ould use existing streams, but i'm afraid to try using it
|
Am 15.11.2016 um 17:53 schrieb srudakov:
The proper way of doing this is to implement an IOHook that reads from
Greetings, |
Now there is decoding from memory(not files) function in reconstruct. Maybe it would be better to use existing streams system(IOStream with m_lUserData, m_pUserBuffer, etc.), but i wasn't sure if it works properly and if it is right to use it that way. So i made abstract HookDataAccessor with two implementatios(for files and for arrays) and using them where files were used. I need decoding, so for now it's not possible to encode from memory.
Second feature made is possibility to decode into raw format instead of ppm.