v0.7.1
·
487 commits
to refs/heads/master
since this release
Added
- Support for images with a
premultiplied alphachannel (Pillow does not fully support these). - (Heif)
premultiplied_alpharead-write property. - (Heif)
to_pillowmethod toHeifFileclass. - (Heif)
RGBA;16->RGBAconversion. - (Heif)
RGBa->RGBconversion.
Changed
libaomupdated from3.4.0to3.5.0version. changeloglibde265updated from1.0.8to1.0.9.- (Heif) The
get_file_mimetypefunction has been reworked and is now written in python. - (Heif) The
is_supportedfunction has been reworked and is now written in python. options().strictoption marked as deprecated and will be removed in0.8.0.- (Heif)
check_heiffunction marked as deprecated.
Fixed
- (Heif)
convert_toshould do nothing if the targetmodeis already the current image mode. - (AvifImagePlugin) do not register or accept
.avifsfiles, libheif does not support them. - Images in
CMYKmode will be converted forRGBAmode during saving instead of throwingKeyErrorexception.