v0.8.0
github-actions
released this
20 Nov 14:37
·
388 commits
to refs/heads/master
since this release
Added
- Armv7: wheels for Alpine 3.14+ with
musllinux_1_2_armv7l
tag.
Changed
libheif
updated to1.14.0
version- Ability to pass
enc_params
for save asList[Tuple[str, str]]
was removed, now it accepts onlyDict
. - Deprecated
options().ctx_in_memory
was removed(default behaviour do not change). - Deprecated
options().strict
was removed(default behaviour do not change). - Deprecated
check
,open
,read
,check_heif
functions was removed. scale
method marked as deprecated.
Fixed
- Values in
enc_params
forsave
can now be of typeint
orfloat
and will be automatically converted tostr
. - Armv7: wheels supports Debian 10(was only Debian 11+\Ubuntu 20.04+ previously) with
manylinux_2_28_armv7l
tag. - Armv7: wheels sizes decreased significantly(almost in
3x
).