v0.5.1
·
598 commits
to refs/heads/master
since this release
This release is fully compatible with 0.5.0 version.
Added
chroma=4xxoptional subsampling parameter forsave. Equivalent toenc_params=[("chroma", "4xx")]in old versions.
Changed
enc_paramsforsavechanged type fromList[Tuple[str, str]]toDict. Old code will still work, but marked as deprecated.libheif_infonow returns also bundled versions ofx265andaom.options().avifmarked as deprecated. Starting from0.6.0version to register anAVIFplugin there will be a separate function and it will be disabled by default.options().hevc_encmarked as deprecated and will be removed in0.6.0.
Fixed
- Rare situation when exif orientation is
1and xmp orientation different from1present at same time. - XMP tags orientation that are generated by
exiftoolin some cases. - Updated
libaomon Linux and Windows from3.3.0to3.4.0version. MacOS builds had already that version in0.5.0. - Pillow plugin now does not register
savemethods forHEIFformat if build does not containsHEIFencoder(for custom builds from source). - Slightly speed optimizations for working in a
Pillowplugin mode.