SVG++
CImg
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SonarCloud - Analyze your C and C++ projects with just one click.
SVG++ | CImg | |
---|---|---|
2 | 3 | |
496 | 1,316 | |
- | 1.2% | |
0.0 | 0.0 | |
about 1 month ago | 7 days ago | |
C++ | C++ | |
Boost Software License 1.0 | 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.
SVG++
-
Plain Text. With Lines
Congratulations, now you replaced a trivial file format that (from a quick glance at the code) needed about ~35 of easily readable and self-contained Lua code to parse with an external dependency that would be much larger and harder to follow and either having (at least) an XML parser as its own dependency or implementing its own XML parsing, as well as being at the mercy of their developers. Also unless you are using some highly popular library, you may end up with some abandoned dependency.
Examples of both are at [0] (C++ based parser, you'd also need to write some bindings for lua) and [1] (Lua based parser for a subset of the format, abandoned for almost a decade).
There are times when using an external dependency might be a good idea, but a text-based file format that describes lines and can be implemented in a few lines of code is not one.
CImg
-
Modern Image Processing Algorithms Implementation in C
It looks promising.
I like the way each algorithm is explained with minimal example and demo images.
I'm looking for such a lightweight vision lib to embed simple image manipulation programs on tiny ESP32-CAM boards.
OpenCV seems too heavy to integrate on such small devices.
So far, I've been able to develop simple image processing programs with CImg[1] (simple filtering, image cropping, adding text).
I'll try to spend some time exploring this SOD lib, thank you for sharing.
[1] https://cimg.eu/
What are some alternatives?
OpenCV - Open Source Computer Vision Library
tesseract-ocr - Tesseract Open Source OCR Engine (main repository)
imagick - Go binding to ImageMagick's MagickWand C API
FreeImage - A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework.
Boost.GIL - Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
libvips - A fast image processing library with low memory needs.
CxImage
VTK - Mirror of Visualization Toolkit repository
OpenImageIO - Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.