1Prima::Image::heif(3) User Contributed Perl DocumentationPrima::Image::heif(3)
2
3
4
6 Prima::Image::heif
7
9 HEIF image save dialog
10
12 libheif so far could be built from the sources, and its dependencies as
13 well, as major distros are not yet providing its binaries. For windows
14 you can grab the distro from
15 <http://prima.eu.org/download/libheif-1.12.0-win64.zip>.
16
17 • You will need gcc,nasm,cmake
18
19 • Get the sources for libaom,libx265,libde265. Build and install
20 them.
21
22 • Get the sources for libheif. Build, make sure that configure
23 --disable-multithreading says this:
24
25 configure: Multithreading: no
26 configure: libaom decoder: yes
27 configure: libaom encoder: yes
28 configure: libde265 decoder: yes
29 configure: libx265 encoder: yes
30
31
32
33perl v5.36.0 2023-03-20 Prima::Image::heif(3)