|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| libvips.nimble | ||
| LICENSE | ||
| README.md | ||
👑 Nim bindings for the libvips image processing library.
libvips is a fast image processing library with low memory needs.
nimble install libvips
Note
This is a work in progress. Please check back later for updates.
A lightning fast image processing and resizing library for Nim
This package wraps the core functionality of libvips image processing library by exposing all image operations on first-class types in Nim language.
Libvips is generally 4-8x faster than other graphics processors such as GraphicsMagick and ImageMagick. Check the benchmark: Speed and Memory Use
The intent for this is to enable developers to build extremely fast image processors in Nim language, which is suited well for concurrent requests.
Examples
todo
❤ Contributions & Support
- 🐛 Found a bug? Create a new Issue
- 👋 Wanna help? Fork it!
- 😎 Get €20 in cloud credits from Hetzner
🎩 License
MIT license. Made by Humans from OpenPeeps.
Copyright OpenPeeps & Contributors — All rights reserved.