goheif
goheif copied to clipboard
go gettable decoder/converter for HEIF/HEIC based on libde265
I'm getting a lot of warning messages from simple `Decode`: code: ``` reader, err := os.Open(fnm) ... img, err := goheif.Decode(reader) ``` setup: ``` $ go version go version go1.21.4...
I use "github.com/adrium/goheif" to decode byte images on my machine it works on my machine but errors on the pipeline. error message as below level=error msg="Running error: 1 error occurred:\n\t*...
Hello! I tried compile project using Docker, but every time I got error. ``` In file included from libde265.cc:2: libde265-all.inl:8:10: fatal error: alloc_pool.cc: No such file or directory 8 |...
Error when converting .heic from samsung device ``` error reading "meta" box: got box type "mdat" instead ```
Hi! I am trying to build app ([php-heic-to-jpg](https://github.com/MaestroError/php-heic-to-jpg)) on linux (Ubuntu) for MacOS and getting error for both architectures #### ios/amd64 Command: ```CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o "bin/heicToJpg-ios-amd64" github.com/MaestroError/php-heic-to-jpg```...
This is a picture that can cause panic. [image file](https://dajxstatic.oss-cn-beijing.aliyuncs.com/files/0806e925-fa2f-44f3-96c2-626f411fd0c9.heic) ``` panic: runtime error: slice bounds out of range [12583936:12582912] goroutine 1 [running]: github.com/adrium/goheif.Decode({0x1009abe58?, 0x140000aa070?}) /Users/houser/go/pkg/mod/github.com/adrium/[email protected]/goheif.go:167 +0xaf8 main.convertHeicToJpg({0x1009664ef?, 0x0?}, {0x100964422,...