v0.6.0
·
620 commits
to refs/heads/master
since this release
This release is fully compatible with previous versions if you was not using AVIF decoding before.
Added
- (Heif)
savemethod accepts optional parameterformat. Ifformat="AVIF"output file will be encoded inh264format usingAOM. AvifImagePluginintroduced. Usage:register_avif_opener()orimport pillow_heif.AvifImagePlugin- After registering
AvifImagePluginyou can work with.aviffiles the same way you do with.heic
Changed
- (HeifImagePlugin) By default not accepts
.aviffiles, registerAvifImagePluginif you need that. If you usepillow_avifthen do not =) options().hevc_encproperty was removed.options().avifproperty was removed.
Fixed
- Better compatibility with
pillow_avifpackage. - (Linux) Wheels size decreased significantly(almost in
2x). - (Linux) Building from source is a bit simpler, you can build it with your custom libraries from now.
- (Linux) Great speed boost for encoding with new build type(it is as fast now as in Windows builds).