bimg
imagick
Our great sponsors
bimg | imagick | |
---|---|---|
4 | 2 | |
2,168 | 1,544 | |
- | 0.8% | |
4.0 | 2.3 | |
23 days ago | 5 months ago | |
Go | Go | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bimg
-
What is the coolest Go open source projects you have seen?
bimg
-
WASM instead of C Dependencies?
I have web applications written in Rust and Go that need some basic image processing (reading JPEGs, PNGs, writing JPEGs, WebPs, AVIFs and resizing). This is something I always struggle with, because most libraries for image processing are written in C (libpng, libwebp, mozjpeg; or higher-level ones like vips). While there are usually dependencies in each language build on top of those C dependencies, like bimg for Go, I don’t like having C dependencies in a Rust, Go or even Node.js projects.
- Image manipulation with Go
-
Image Compression with Golang
For image processing, I will use the bimg library because in my opinion it has a very intuitive API and is easy to use, in addition to being very fast.
imagick
What are some alternatives?
libvips - A fast image processing library with low memory needs.
OpenCV - Open Source Computer Vision Library
OpenImageIO - Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
FreeImage - A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework.
CImg - The CImg Library is a small and open-source C++ toolkit for image processing
govips - A lightning fast image processing and resizing library for Go
go-cairo - Go binding for the cairo graphics library
imaginary - Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Boost.GIL - Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
go-webp - Simple and fast webp library for golang
go-gd - Go bingings for GD (http://www.boutell.com/gd/)
GD - GD Graphics Library