Releases: gwihlidal/smush-rs
Releases · gwihlidal/smush-rs
0.1.4
0.1.3
- Exposed a quality setting to the common interface that maps appropriately to each codec.
- Added timing information to example.
- Many improvements to overall code structure.
- Renamed
encode_data
toencode
, anddecode_data
todecode
. - Ditched the lzma and lzma2 codecs in favor of xz2, because the native rust implementation doesn't support compression level, and lzma2 doesn't seem to work. (lzma is the legacy algorithm compared to xz2/7zip).