We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc72287 commit e068f84Copy full SHA for e068f84
README.md
@@ -42,6 +42,11 @@ This is not a big library but if you want to contribute is very easy!
42
43
## Changelog
44
45
+### 0.6.2
46
+
47
+* Fix for buggy LA mode in libheif 1.17.0 - 1.18.2
48
+* Fix Unsupported color conversion for some images
49
50
### 0.6.1
51
52
* Added compatibility with Pillow 10.1+
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup
5
6
7
-__version__ = '0.6.1'
+__version__ = '0.6.2'
8
9
github_url = 'https://github.com/uploadcare'
10
package_name = 'heif-image-plugin'
0 commit comments