goheif icon indicating copy to clipboard operation
goheif copied to clipboard

go gettable decoder/converter for HEIF/HEIC based on libde265

Results 14 goheif issues
Sort by recently updated
recently updated
newest added

`CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build -platform windows` go version go1.18.4 darwin/amd64 ``` ld: warning: ignoring file $WORK/b054/_x001.o, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported...

The source code of libde265 is included in the project. I believe this is not the best practice. I think doing the following steps a better approach: cd libde265 rm...

There are compiler warnings being generated when this is included in any build. Builds should be able to complete with no warnings. We have an automated build process and it...

@huydq189's fork silences warnings. I have not improved on it, but only removed the go-module name change. Feel free to ignore this PR and cherrypick those two commits.

That's the error message I get when I try to compile a project that uses this package. ``` # github.com/jdeng/goheif/libde265 In file included from libde265.cc:2: In file included from ../../go/pkg/mod/github.com/jdeng/[email protected]/libde265/libde265-all.inl:37:...

Hi, does anyone have permission to use this source code? There is not currently a LICENSE attached.

I've the following error: `../testdata/camel.heic: heif: no EXIF found unexpected fault address 0x7f3c51b1e010 fatal error: fault [signal SIGSEGV: segmentation violation code=0x1 addr=0x7f3c51b1e010 pc=0x4cdf70] goroutine 1 [running]: runtime.throw(0x569c6d, 0x5) /usr/local/go/src/runtime/panic.go:1116 +0x72...

I ran into this error, photo taken with Samsung Galaxy ``` 2021/05/01 23:30:17 Warning: no EXIF from test\20210330_002711.heic: error reading "meta" box: got box type "mdat" instead 2021/05/01 23:30:17 Failed...

or just decoder ? can I use this project to convert my jpg/PNG pictures to heic format ? thank you .