An open API service indexing awesome lists of open source software.

https://github.com/elftausend/nvjpeg-rs

Rust bindings to the nvJPEG library.
https://github.com/elftausend/nvjpeg-rs

bindings cuda ffi ffi-bindings ffi-wrapper image-processing jpg nvjpeg rust rust-lang

Last synced: 6 months ago
JSON representation

Rust bindings to the nvJPEG library.

Awesome Lists containing this project

README

          

# nvjpeg-rs

(Minimal) Rust bindings to the [nvJPEG](https://docs.nvidia.com/cuda/nvjpeg/index.html) library.

Name | Description | Examples | Badges
--- | --- | --- | ---
[`nvjpeg-sys`](./nvjpeg-sys) | Raw FFI bindings to nvJPEG | [here](./nvjpeg-sys/examples/) | [![crates.io](https://img.shields.io/crates/v/nvjpeg-sys.svg)](https://crates.io/crates/nvjpeg-sys) [![crates.io](https://docs.rs/nvjpeg-sys/badge.svg)](https://docs.rs/nvjpeg-sys)
[`nvjpeg`](./nvjpeg) | Safe abstraction of the bindings | [here](./nvjpeg/examples/) | [![crates.io](https://img.shields.io/crates/v/nvjpeg.svg)](https://crates.io/crates/nvjpeg) [![crates.io](https://docs.rs/nvjpeg/badge.svg)](https://docs.rs/nvjpeg)

This crate was co-sponsored by [www.geofront.eu](https://www.geofront.eu).