-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Is your feature request related to a problem? Please describe.
oxipng speed is to slow if img > 10MB
500KB png file still need 2.3s.
The compression ratio is only about 20-30
however..
[pngquant](https://pngquant.org/) is a PNG compressor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format with alpha channel (often **60-80%** smaller than 24/32-bit PNG files). Compressed images are fully standards-compliant and are supported by all web browsers and operating systems.
lets try this?