optimage
optimage copied to clipboard
Parallelize compressors
Compressors can be slow, so it's easy to get a significant speedup by running compressors in parallel with a thread pool.
Test failures look unrelated to this change; I think it's a problem with pytest since 3.3 providing the caplog
fixture without a plugin, and it behaves differently.