File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.3.2 - 2022-06-25]
6+
7+ ### Added
8+
9+ ### Changed
10+
11+ ### Fixed
12+
13+ - Support of saving images with mode=` "1" ` in ` "L" ` mode.
14+ - Images with mode=` "L" ` are now saved natively in ` Monochrome ` mode(increase speed & decreased required memory and a bit less size)
15+ - Speed optimization for ` save ` ` append_images ` parameter
16+ - Possible ` SEGFAULT ` during encoding with some ` stride ` values.
17+
518## [ 0.3.1 - 2022-06-17]
619
720### Added
Original file line number Diff line number Diff line change @@ -86,4 +86,4 @@ if pillow_heif.is_supported("input.heic"):
8686
8787&ast ; ** i686** , ** x86_64** , ** aarch64** wheels.
8888
89- #### ** _ Versions 0.3 .X will be last to support Python 3.6_ **
89+ #### ** _ Versions 0.4 .X will be last to support Python 3.6_ **
Original file line number Diff line number Diff line change 11""" Version of pillow_heif """
22
3- __version__ = "0.3.1 "
3+ __version__ = "0.3.2 "
You can’t perform that action at this time.
0 commit comments