Compress images in a separate process
Compression with Pillow can take long, especially with large clipboard PNG images. Doing this in a separate process prevents the async event loop from getting blocked, and allows multiple compression operations to run in parallel.
This commit is contained in:
Reference in New Issue
Block a user