You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current parallel processing implementation relies on fork() system call, that is not present in Windows (or has it been recently added?), so it's not trivial to enable this feature on Windows...
Using threading (vs. current forking) might be one option, but I seem to recall that libjpeg library was not thread-safe.... (?)
AFAIK this -w option should work since version 1.5.0.
>>Parallel processing support added. Use option -w max or --workers=max to enable.
I built the latest jpegoptim under Ubuntu and the -w worked just fine
This Windows build seems to have no this option enabled
I really need this parallel processing under Windows ... Is there a way to get it?
The text was updated successfully, but these errors were encountered: