0.3.7 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-2.0 - Apache License 2.0A fast and safe deflate implementation for PNG.
This crate contains an optimized implementation of the deflate algorithm tuned for PNG images.
At least on PNG data, our decoder rivals the performance of zlib-ng
and zlib-rs
without using any unsafe
code.
When compressing it makes a bunch of simplifying assumptions that drastically improve encoding speed while still being compatible with zlib:
The algorithms in this crate take inspiration from multiple sources: