-
I can't find how to set a compression level in python API |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can see the Python standard manual for reference of LZMA/LZMA2 compression filters. Here is an example tin standard manual to set compression level.
Here is an example in py7zr manual https://py7zr.readthedocs.io/en/latest/api.html#possible-filters-value |
Beta Was this translation helpful? Give feedback.
-
thank you! ❤ |
Beta Was this translation helpful? Give feedback.
You can see the Python standard manual for reference of LZMA/LZMA2 compression filters.
https://docs.python.org/3/library/lzma.html#specifying-custom-filter-chains
Here is an example tin standard manual to set compression level.
Here is an example in py7zr manual
https://py7zr.readthedocs.io/en/latest/api.html#possible-filters-value