From 2b63693fde31cf8f4b997d06e5e7d7160975adb6 Mon Sep 17 00:00:00 2001 From: Amangeldy Kadyl Date: Mon, 23 Aug 2021 19:04:33 +0600 Subject: [PATCH] add go-webp library (#3710) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d96a7a23..fb4c7eb3 100644 --- a/README.md +++ b/README.md @@ -1015,6 +1015,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go. * [go-opencv](https://github.com/lazywei/go-opencv) - Go bindings for OpenCV. * [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. +* [go-webp](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. * [gocv](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. * [goimagehash](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. * [goimghdr](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go.