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
Followup of issue #3. In GIMP, all we can do right now is to write down in INSTALL that libheif must be compiled with libx265 and libde265 support. It would be nice if we could instead "discover" at configuration time.
The common way to do so is by the pkg-config .pc file. Either you could add some pkg-config variable telling us whether the encoding or decoding are built-in. Or simply you can create more pc files. Like libheif-encoder.pc and libheif-decoder.pc (I am assuming here these 2 libs are only used for encoding and decoding).