Skip to content

Commit 7f6bae1

Browse files
committed
v0.3.2
1 parent 235e21b commit 7f6bae1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ if pillow_heif.is_supported("input.heic"):
8686

8787
* **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_**

pillow_heif/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version of pillow_heif """
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)