-
Tried to convert few images in JPG but getting errors in alternative runs
- main.go
```go
package main
import (
"bytes"
"image/jpeg"
"io"
"io/ioutil"
"log"
"os"
"path"
"strings…
-
Following errors occurred during compilation of library with emscripten,
emsdk-master/fastcomp/emscripten/system/include/libcxx/memory:2148:9: error:
cannot initialize a member subobject of…
-
First, I want to thank you for developing and maintaining this project! It has been so beneficial, and I really appreciate the impact it’s had on my work.
## code
test code
```golang
packag…
-
### Important Information
Provide following Information:
- mpv version: git master
- Linux Distribution and Version: Fedora 37 beta KDE Plasma spin
- Source of the mpv binary: mpv-build - git ma…
-
Is there support planned for _HEVC/x265_ encoded videos?
For more about it, read here: **[libe265](http://www.libde265.org/)** and **[x265](http://x265.org/)**.
-
Hi!
I noticed that there is no version info in libheif.dll file.
![image](https://github.com/strukturag/libheif/assets/138237592/85fcea9a-735c-4b7a-b3c7-0a4b4840de34)
I checked it for libheif-1.1…
-
Hi, and thank you for this great library!
I am trying to statically link libheif to make distribution of my program easier and not have the user install libheif individually. Is there a recommended…
-
### Describe why it is important and where it will be useful
Some of us are still stuck on macos13 even on arm64, for various reasons. The wheels provided on PyPI are built (I think on cirrus?) wit…
-
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 c…
Jehan updated
6 years ago
-
## Problem
I want the compilation of libde265 to also install install sherlock265 but `./configure` does not find `libvideogfx` when compiling so it disables `sherlock265`.
## Version of libvideog…