Encode in QOIX + LZ4. Result should be freed with free().
File format of final QOIX:
QOIX header (QOIX_HEADER_SIZE bytes with compression = QOIX_COMPRESSION_LZ4)
Original data size (4 bytes)
LZ4 encoded opcodes
Note: desc.compression is ignored. This function chooses the compression.
Encode in QOIX + LZ4. Result should be freed with free(). File format of final QOIX: QOIX header (QOIX_HEADER_SIZE bytes with compression = QOIX_COMPRESSION_LZ4) Original data size (4 bytes) LZ4 encoded opcodes Note: desc.compression is ignored. This function chooses the compression.