Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 23 Go Image Projects
-
-
imgproxy interactive demo
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
- Installing from source gives me E: Unable to locate package libdc1394-22-dev
-
WebP also frequently produces lower quality or blurry images: - https://wordpress.org/support/topic/images-going-blurry/ - https://github.com/h2non/imaginary/issues/240
-
Project mention: Seeking advice on monetizing an open-source Golang-based video transcoding project developed during university | /r/golang | 2023-06-04
There are a number of projects using manipulation libraries like https://github.com/disintegration/imaging which is already MIT licensed, and then there are various transcoders which I am unfamiliar with, but you will want to consider if you add enough value to make use of those unimportant to the decision to pay.
-
pigo
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Project mention: [Question] - Any library that's similar to human js in terms of functionalities? | /r/golang | 2023-05-25 -
Project mention: I wrote a tool in Go to write Sequence Diagrams in Go | news.ycombinator.com | 2023-04-27
The author explicitly says:
> You don't need to download any dependencies such as plantUML or Graphviz, which is what most of the tools out there require and what was also my motivation to start this project. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
So no, this is not a solution for these requirements.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
I don’t know about 6 lines, but here’s some short stuff from that algo lib that leverages std as much as possible https://github.com/anthonynsimon/bild/blob/master/transform/resize.go
-
-
-
h2non/bimg can handle both if the underlying libvips is compiled with support for both formats.
-
-
-
-
-
-
If you want my opinion on which one to use, I would recommend this one, as there exist bindings for a huge amount of languages.
-
Project mention: Canvas vector graphics update: rich text and path boolean operation support | /r/golang | 2022-12-29
I wanted to share a recent large update to https://github.com/tdewolff/canvas, which is a vector graphics library written in Go to create images, PDFs, SVGs, OpenGL, etc. using vector drawing operations. Especially I wanted to show two new exciting features:
-
-
-
-
We chose to use govips which is a cgo wrapper around the libvips image manipulation library. The majority of new development for services in our backend is written using baseplate.go. But Go is not an ideal choice for media processing as it cannot keep up with the performance of native code. The most widely used image-processing libraries like libmagick are primarily written in C or C++. Speed was a major factor in selecting libvips in order to keep latency low on CDN cache misses for images. In our tests, libvips was 3–4 times faster than libmagick on basic image processing operations. Content-aware smart cropping was implemented by porting smartcrop.js to Go. This is the only operation implemented in pure Go.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go Images related posts
- Vtracer: Next-Gen Raster-to-Vector Conversion
- Resizing images on-the-fly
- how to augmented reality
- Just In Time Image Optimization at Reddit Scale
- Batch image optimization for web?
- Seeking advice on monetizing an open-source Golang-based video transcoding project developed during university
- [Question] - Any library that's similar to human js in terms of functionalities?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Nov 2023
Index
What are some of the best open-source Image projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | Primitive Pictures | 12,250 |
2 | imgproxy | 7,728 |
3 | gocv | 5,887 |
4 | imaginary | 5,162 |
5 | imaging | 4,907 |
6 | pigo | 4,197 |
7 | gg | 4,142 |
8 | bild | 3,861 |
9 | ln | 3,203 |
10 | gowitness | 2,434 |
11 | bimg | 2,416 |
12 | pt | 2,055 |
13 | svgo | 2,053 |
14 | picfit | 1,918 |
15 | smartcrop | 1,766 |
16 | gift | 1,686 |
17 | imagick | 1,638 |
18 | canvas | 1,358 |
19 | go-opencv | 1,310 |
20 | geopattern | 1,250 |
21 | stegify | 1,138 |
22 | govips | 1,021 |
23 | image2ascii | 811 |