adrium/goheif

Readme.md Code Sample Error

hgmmym opened this issue · 1 comments

// img, err := goheif.DecodeImage(fi)
// should be :
img, err := goheif.Decode(fi)

Thanks, fixed in a35a9d0