nickalie / go-webpbin

WebP Encoder/Decoder for Golang based on official libwebp distribution
101 stars 22 forks source link

Add license #5

Open dastanaron opened 3 years ago

dastanaron commented 3 years ago

Please add license file. MIT or GNU GPLv3 or other license file.

We can't use it library in our targets, when there is no license!

GuilhermeBrisida commented 3 years ago

Agreed. It would be great if you could add a license to make clear who can actually use this lib.

dastanaron commented 3 years ago

I couldn't wait to add the license, so I made my project based on the same idea. It is slightly different, since it acts immediately as a service for image processing, but in src you will find directly a package that converts images using cwebp

https://github.com/dastanaron/webpConvertor