Replies: 2 comments
-
|
Hi @zhuvoy, you're probably missing one of the libraries that libheif needs, like x265. There are some short notes here: https://github.com/libvips/libvips?tab=readme-ov-file#libheif The vipsdisp build file is here: https://github.com/jcupitt/vipsdisp/blob/master/org.libvips.vipsdisp.json It uses the Gnome SDK which includes libheif (conveniently), but it might be helpful. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jcupitt, the flatpak manifest contains build instruction for libde265, x265 and libheif. === Supported formats === Libvips seems finds the libheif build: It is also troubling, that neither JP2 read/writes works, despite building the same openjpeg version, with the same build options as in org.libvips.vipsdisp.json. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm trying to build a flatpak of my app, that uses libvips for some image read/writes, especially heif.
The meson build messages seems fine, and the build process completes.
However on save it indicates error heifsave: Unsupported compression.
On a load attempt it simply crashes the application.
The relevant parts of the flatpak manifest:
flatpak.yaml
and the excerpt of the build messages:
build.txt
Thx
Beta Was this translation helpful? Give feedback.
All reactions