File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 from source.
3939
4040There is many different ways how to build it from source. Main requirements are:
41- * libheif should be version ``1.12 ``
41+ * libheif should be version ``1.12 `` or `` 1.13 ``
4242 * ``x265 `` should support 10 - 12 bit encoding(if you want to save in that bitness)
4343 * ``aom `` should be >= ``3.0.0 `` version
4444
@@ -49,8 +49,8 @@ There is many different ways how to build it from source. Main requirements are:
4949and after that compile it from source.
5050
5151If you have questions about custom build from sources you can ask them in discussions or create an issue.
52- And for those who needs only ``HEIF `` decoding, there is a github action file `build-ph-lite ` that builds wheels only with
53- ``libde265 `` and ``libheif ``.
52+ And for those who needs only ``HEIF `` decoding, there is a github action file `publish-pypi-pi_heif.yml ` that
53+ builds wheels only with ``libde265 `` and ``libheif ``.
5454
5555Also if you are Guru in ``cmake `` and ``c++ `` and find any error, I'll be glad for any pull requests.
5656
@@ -88,7 +88,7 @@ Using **msys2** terminal change working directory and install `libheif`::
8888
8989 cd .../pillow_heif/libheif/windows/mingw-w64-libheif
9090 makepkg-mingw --syncdeps
91- pacman -U mingw-w64-x86_64-libheif-1.12 .0-9 -any.pkg.tar.zst
91+ pacman -U mingw-w64-x86_64-libheif-1.13 .0-2 -any.pkg.tar.zst
9292
9393.. note ::
9494 This is needed, so we dont want to `dav1d ` or `rav1e ` to be installed as the dependencies.
You can’t perform that action at this time.
0 commit comments