Replies: 1 comment 3 replies
-
|
It's on my TODO list, as well as a PNG writer and ZIP read/write implementation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why does
compress/zlibonly provide the ability to decompress/inflate instead of also compress/deflate? I know I could link withzlibdirectly and make it work but I'm curious to know as to why the core implementation doesn't provide such capability. ThanksBeta Was this translation helpful? Give feedback.
All reactions