v0.5.0
github-actions
released this
21 Jul 18:29
·
564 commits
to refs/heads/master
since this release
Thumbnails was reworked, if you was not use them before, then this release is fully compatible with 0.4.0
version.
It is a final API release, no more further changes to existing API are planned, only bugfixes if any and etc.
Added
- (Heif, HeifImagePlugin)
thumbnail
function,docs
for it. __numpy_array__
property toHeifFile
convert_to
method toHeifFile
Changed
- Wheels now are in ABI3 format for CPython(
cp3x-abi3-xxx.whl
),3x
less size on PyPi. - (Heif)
to_pillow
method, now fillsmetadata
from an original image if was called for thumbnails. - (HeifImagePlugin) During
open
current frame
in multi frame images are set to index ofPrimary Image
. - (Heif)
add_thumbnails
method moved fromHeifFile
/HeifImage
to separate file and now can accept aPIL Image
.
Fixed
- (HeifImagePlugin) Nice
speed up
for reading images having thumbnails in aPillow plugin
mode. - (HeifImagePlugin)
XMP
metadata save fromTIFF
andJPEG
. - (HeifImagePlugin)
EXIF
metadata save fromTIFF
(only for Pillow >= 9.2). - (HeifImagePlugin) - Not to change index of a current frame during saving multi frame images.