bakape / thumbnailer

Go media thumbnailer
MIT License
152 stars 36 forks source link

missing At of image.Image #62

Closed artvel closed 4 years ago

artvel commented 4 years ago

Hi there,

just tried to use this awesome library but encountered the following error by doing so:

cannot use thumb (type thumbnailer.Thumbnail) as type image.Image in argument to png.Encode:
    thumbnailer.Thumbnail does not implement image.Image (missing At method)

I am using the latest version of go 1.14

Thanks for helping.

artvel commented 4 years ago

Never mind. Wasn't using v2.