kolesa-team / go-webp

Simple and fast webp library for golang
MIT License
225 stars 36 forks source link

Added compatibility with image.Decode #23

Closed fabiomarini closed 1 year ago

fabiomarini commented 1 year ago

Added compatibility with the standard image.Decode, with new tests to check the results. Related to #17 with improvements and new tests. Fixed creating a new Decoder and Encoder passing nil Options and added new tests for this scenario. Fixed deprecated methods used in tests.