table of contents
other versions
- Tumbleweed 1.77000-1.1
- Leap-16.0
- Leap-15.6
| Prima::Image::heif(3) | User Contributed Perl Documentation | Prima::Image::heif(3) |
NAME¶
Prima::Image::heif - standard HEIF image save dialog
DESCRIPTION¶
Provides the standard dialog with save options for HEIF images
INSTALLATION¶
libheif so far could be built from the sources, and its dependencies as well, as major distros do not yet provide the binaries. For Windows, you can grab the distro from <http://prima.eu.org/download/libheif-1.12.0-win64.zip>.
- You will need gcc,nasm,cmake
- Get the sources for libaom,libx265,libde265. Build and install them.
- Get the sources for libheif. Build, make sure that configure
--disable-multithreading says this:
configure: Multithreading: no configure: libaom decoder: yes configure: libaom encoder: yes configure: libde265 decoder: yes configure: libx265 encoder: yes
| 2025-10-14 | perl v5.42.0 |