v0.3.0
github-actions
released this
11 Jun 01:34
·
639 commits
to refs/heads/master
since this release
Added
- (HeifImagePlugin, Heif) -
save
now recognizesexif=
andxmp=
optional parameters. Works as in other Pillow plugins. #25 - (HeifImagePlugin, Heif) -
save
now recognizesprimary_index
optional parameter. - (HeifImagePlugin, Heif) -
info["primary"]
value. - (Heif) -
primary_index
method toHeifFile
class. - Docs: Encoding
- Docs: Changes in Order Of Images
Changed
- Changed image order when multiply images present,
HeifFile
points 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
Primary
or not is to perform check ofinfo["primary"]
value. - (Heif) - optimized code of
HeifImageThumbnail
, addedget_original
method.
Fixed
- (HeifImagePlugin) -
save
bug, when first frame was saved instead of current. - Minor usage fixes and optimizations.