-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Feature request: Determining the compression level used
Determining the compression level used for compression
In this context, I understand compression level to mean the question of which compression level was used to compress a file, e.g. with zstd in the possible range from -15 to -15.
Possible application:
The feature in question could be used as a criterion for subsequent higher compression to determine whether the file in question has already been compressed with the desired compression level. At the moment, the only workaround is to set files to be compressed via fstab, e.g. using lzo, and then check afterwards whether a file has only been compressed with lzo and, based on this criterion, compress it afterwards with zstd:5 or similar.
Metadata
Metadata
Assignees
Labels
No labels