TheHardew / compress_comics

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

Changing the number of images compressed at once #4

Closed TheHardew closed 9 months ago

TheHardew commented 9 months ago

Currently the program uses per file multithreading. With large images / little ram it can easily run out of memory. An option to reduce the number of images compressed at once and allow them to use multiple threads instead to still utilize the cpu properly is necessary.