Skip to content

openpeeps/libvips-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👑 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.

Releases

No releases published

Packages

No packages published

Languages