You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tody i tried to compile gimp with support for heic/heif files on my slackware 15.0 system. I installed libde265 and x265 and then built libheif and it correctly statet:
=== Supported formats ===
format decoding encoding
HEIC YES YES
The configure script of gimp then does the following checks:
Tody i tried to compile gimp with support for heic/heif files on my slackware 15.0 system. I installed libde265 and x265 and then built libheif and it correctly statet:
The configure script of gimp then does the following checks:
but "pkg-config --variable=builtin_h265_encoder libheif" does not return "yes", despite the fact that heic encoding and decoding is enabled.
I replaced the two lines with
and then i could compile gimp with heic support and it really can load and save heic images then.
What am i missing?
The text was updated successfully, but these errors were encountered: