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.
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.