Crunch icon indicating copy to clipboard operation
Crunch copied to clipboard

Insane(ly slow but wicked good) PNG image optimization

Results 9 Crunch issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Python raises a multiprocessing std library UserWarning warning in std error that states something along the lines of: "...UserWarning: resource_tracker: There appear to be 16 leaked shared_memory...

Would it be possible to publish Crunch to pypi? I'm not familiar with the process, but am interested in working it out & assisting.

It is much more convenient to install Crunch via an AUR package.

**Describe the bug** ``` ------------------------------ Testing Builds... ------------------------------ [?] /home/jonathan/pngquant/pngquant test... [ERROR]: pngquant executable was not found on the expected path: /home/jonathan/pngquant/pngquant The install attempt did not complete successfully. Please...

Normally I want just to compress the original exported assets so would be nice to have an "overwrite original" option Thanks for the great work 👍

enhancement

includes patches to v1.0.3+, the last sequential patch applied is https://github.com/google/zopfli/commit/7113f4e96bd26df27c46d590df95e517b966f10d

A usual linux-way of terminating a command is pressing Ctrl+C shortcut, which sends SIGINT to the process. If you press it in the middle of crunch job, it doesn't seem...