TheHardew / compress_comics

A script to compress cbz/cbr comics with jpeg xl
The Unlicense
7 stars 0 forks source link

Support streaming files #6

Open TheHardew opened 8 months ago

TheHardew commented 8 months ago

Stream files from the input file to the output file instead of unpacking all then repacking.

TheHardew commented 7 months ago

Output streaming is implemented, input streaming requires libjxl 0.9, many distributions still ship older ones. At least on arch, libjxl 0.8.2 did not handle this correctly.