-
Notifications
You must be signed in to change notification settings - Fork 6
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
Write support for deflate64 #28
Comments
At present, The problem is implementing (and maintaining) the particulars of DEFLATE64 compression, as this is not provided by |
I tried to check https://github.com/jinfeihan57/p7zip/blob/master/CPP/7zip/Compress , but it seems not simple to adapt the deflate64mode conditional to zlib... |
miurahr commented in miurahr/py7zr#419
(Now that codecs7z provides deflate64 write) if his comment is true, it is useless to focus on merging deflate.c and infback9.c. Please write your opinion(s). |
There is a compression library for python that provide enhanced deflate, aka. deflate64(tm), https://pypi.org/project/inflate64/ |
zipfile 0.0.6.0 supports inflate64 module (note: it is used only when zipfile-deflate64 is not available) |
inflate64 implements enhanced deflate procedure by modifying zlib main deflate/inflate codes. These are independent from both infozip/infback9 and p7zip functions. You are welcome to join improving it. |
Originally posted by @adamjstewart in #19 (comment)
The text was updated successfully, but these errors were encountered: