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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: