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

here's the log i see: ``` iCloud Photos$ go get github.com/jdeng/goheif/... # github.com/jdeng/goheif/libde265 In file included from libde265.cc:2: In file included from src/github.com/jdeng/goheif/libde265/libde265-all.inl:37: src/github.com/jdeng/goheif/libde265/libde265/slice.cc:2447:9: warning: 'MAX_PREFIX' macro redefined [-Wmacro-redefined] src/github.com/jdeng/goheif/libde265/libde265/cabac.cc:419:9:...

here's the log i see: ``` images# go get github.com/jdeng/goheif/... # github.com/jdeng/goheif/libde265 In file included from libde265-all.inl:37:0, from libde265.cc:2: src/github.com/jdeng/goheif/libde265/libde265/slice.cc:2447:0: warning: "MAX_PREFIX" redefined #define MAX_PREFIX 64 In file included from...

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" "time" "github.com/jdeng/goheif"...