jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.33k stars 782 forks source link

unrecognized import path "golang.org/x/image" #319

Closed SilkageNet closed 5 years ago

SilkageNet commented 5 years ago

unrecognized import path "golang.org/x/image"

jung-kurt commented 5 years ago

The following works for me.

go get -u golang.org/x/image/tiff

What result do you get?