-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try out libdeflate #81
Comments
The only downside is that |
The deflate Python package only handles libdeflate_gzip compression so far. For TIFF you'll need libdeflate_zlib. A codec based on libdeflate will be included in the next release of imagecodecs. No ETA... |
Is this as simple as replacing https://github.com/dcwatson/deflate/blob/f8572aa03e2ceab2fda85e83939691eb5d57bb5b/deflate.c#L24-L33 |
I made an issue in the deflate repo: dcwatson/deflate#2 |
From the linked issue:
So it isn't completely trivial to add zlib decompression (at least for me, maybe trivial for a C programmer 😄 ) |
it might be faster than
imagecodecs
for deflate compressionhttps://github.com/dcwatson/deflate
The text was updated successfully, but these errors were encountered: