chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
522 stars 88 forks source link

Regarding test case #5

Closed kamoljan closed 9 years ago

kamoljan commented 10 years ago

Hi @chai2010

can you list test case? I will implement them.

chai2010 commented 10 years ago

some work:

  1. support std testdata (generated by cwebp/dwebp)
  2. test convert more webp format(lossless and lossy)
  3. improve bench and test for every public api
  4. speed up (GetInfo/Encode/Decode)
  5. more options (see WebPConfig)
kamoljan commented 10 years ago

Noted with thanks

chai2010 commented 9 years ago

fixed