Top 10 Go Webp Projects
-
Photobucket is one of the net’s classic image and video hosting services. With over 10 billion images hosted, naturally, they have some serious image processing requirements, and they needed a simple, flexible solution. It also wouldn’t hurt if they ended up with some big savings along the way — enter imgproxy.
-
Project mention: Plugin to auto-convert uploaded images to WEBP? | reddit.com/r/Wordpress | 2023-01-02
WebP also frequently produces lower quality or blurry images: - https://wordpress.org/support/topic/images-going-blurry/ - https://github.com/h2non/imaginary/issues/240
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
This is basically a self-hosted Cloudinary transformation tool. Was hoping to find something more polished and user-friendly, but still hunting.
-
Project mention: What is the coolest Go open source projects you have seen? | reddit.com/r/golang | 2022-09-15
bimg
-
webp_server_go
Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
Project mention: Compress images up tp 90% and convert to webP & AVIF, useful for web vitals score, bulk supported and free to use. | reddit.com/r/web_design | 2022-05-24I'm currently using a tiny proxy server which does all that on the fly and caches it. Works brilliantly. Allows me to use lossless PNGs instead of JPGs without any drawbacks except a slight increase in response time the very first time a file is requested.
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
There is a decoder in golang.org/x/images/webp already [0] — the x libs are part of the Go Project but outside the main Go tree — and are fairly well-known to many Go developers, but clearly not all. Stuff in x sometimes makes its way into the standard library, although not always.
And there is a third-party package [1] for webp also, in native Go, which includes both a decoder and an encoder. Plus there are other third-party packages, that bind to external code (C libs, at a guess).
— If your complaint is speficially that webp support should be a part of the standard library, then perhaps keep an eye on the stuff in x, that's often where stuff happens before making it into the stdlib.
And/or file an issue.
And/or you are welcome to contribute code ;)
-
-
webp-server
Simple and minimal image server capable of storing, resizing, converting and caching images.
Go Webp related posts
Index
What are some of the best open-source Webp projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | imgproxy | 6,882 |
2 | imaginary | 4,792 |
3 | imagor | 2,745 |
4 | bimg | 2,168 |
5 | webp_server_go | 873 |
6 | govips | 824 |
7 | mort | 478 |
8 | webp | 384 |
9 | go-webp | 105 |
10 | webp-server | 53 |