emmanuel-marty / lzsa

Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros
Other
236 stars 30 forks source link

Allow piping files to stdin and stdout. #62

Closed Mistranger closed 3 years ago

Mistranger commented 3 years ago

A simple patch to use stdin and stdout file pipes for lzsa compressor in Windows, allowing batch compression without creating temporary files. Use '-' file to replace the input/output file with stdin/stdout.