v0.3.0
·
708 commits
to refs/heads/master
since this release
Added
- (HeifImagePlugin, Heif) -
savenow recognizesexif=andxmp=optional parameters. Works as in other Pillow plugins. #25 - (HeifImagePlugin, Heif) -
savenow recognizesprimary_indexoptional parameter. - (HeifImagePlugin, Heif) -
info["primary"]value. - (Heif) -
primary_indexmethod toHeifFileclass. - Docs: Encoding
- Docs: Changes in Order Of Images
Changed
- Changed image order when multiply images present,
HeifFilepoints to primary image as it was before, but it can be not the first image in a list. - When using as a Pillow's plugin the only way to know is an image
Primaryor not is to perform check ofinfo["primary"]value. - (Heif) - optimized code of
HeifImageThumbnail, addedget_originalmethod.
Fixed
- (HeifImagePlugin) -
savebug, when first frame was saved instead of current. - Minor usage fixes and optimizations.