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.
- Host: GitHub
- URL: https://github.com/elftausend/nvjpeg-rs
- Owner: elftausend
- License: mit
- Created: 2023-07-03T09:39:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T20:05:27.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:52:33.520Z (6 months ago)
- Topics: bindings, cuda, ffi, ffi-bindings, ffi-wrapper, image-processing, jpg, nvjpeg, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 1.29 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/) | [](https://crates.io/crates/nvjpeg-sys) [](https://docs.rs/nvjpeg-sys)
[`nvjpeg`](./nvjpeg) | Safe abstraction of the bindings | [here](./nvjpeg/examples/) | [](https://crates.io/crates/nvjpeg) [](https://docs.rs/nvjpeg)This crate was co-sponsored by [www.geofront.eu](https://www.geofront.eu).