v0.5.0
·
639 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)
thumbnailfunction,docsfor it. __numpy_array__property toHeifFileconvert_tomethod toHeifFile
Changed
- Wheels now are in ABI3 format for CPython(
cp3x-abi3-xxx.whl),3xless size on PyPi. - (Heif)
to_pillowmethod, now fillsmetadatafrom an original image if was called for thumbnails. - (HeifImagePlugin) During
opencurrent framein multi frame images are set to index ofPrimary Image. - (Heif)
add_thumbnailsmethod moved fromHeifFile/HeifImageto separate file and now can accept aPIL Image.
Fixed
- (HeifImagePlugin) Nice
speed upfor reading images having thumbnails in aPillow pluginmode. - (HeifImagePlugin)
XMPmetadata save fromTIFFandJPEG. - (HeifImagePlugin)
EXIFmetadata save fromTIFF(only for Pillow >= 9.2). - (HeifImagePlugin) - Not to change index of a current frame during saving multi frame images.