No description
Find a file
George Lemon b219818907 always expose the high-level api
Signed-off-by: George Lemon <georgelemon@protonmail.com>
2025-09-22 19:41:58 +03:00
.github/workflows update 2025-09-21 19:17:10 +03:00
src always expose the high-level api 2025-09-22 19:41:58 +03:00
tests always expose the high-level api 2025-09-22 19:41:58 +03:00
.gitignore init 2025-09-21 18:55:09 +03:00
libvips.nimble init 2025-09-21 18:55:09 +03:00
LICENSE Create LICENSE 2025-09-21 19:17:53 +03:00
README.md update 2025-09-21 19:17:10 +03:00

👑 Nim bindings for the libvips image processing library.
libvips is a fast image processing library with low memory needs.

nimble install libvips

API reference
Github Actions Github Actions

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

🎩 License

MIT license. Made by Humans from OpenPeeps.
Copyright OpenPeeps & Contributors — All rights reserved.