v0.12.0
bigcat88
released this
08 Jul 17:04
·
192 commits
to refs/heads/master
since this release
This release is fully compatible with previous versions.
Added
- (Heif) restored lost ability after
0.9.x
versions to open HDR images in 10/12 bit. #96
Changed
libde265
(HEIF decoder) updated from 1.0.11 to 1.0.12 version. changeloglibheif
updated to1.16.2
.
Fixed
- Building from source when using
apt-repository ppa:strukturag/libheif
- (Heif)
encode
function withstride
argument correctly saves image. - (Heif) HeifFile class created with
from_bytes
function withstride
argument respectstride
value during save. - (Heif) HeifFile class created with
from_bytes
function withstride
argument can correctly translate to numpy array.