Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewpratten/rippl
Remote Image Processing Pipeline Library
https://github.com/ewpratten/rippl
remote-image-processing rippl rust-image
Last synced: 3 days ago
JSON representation
Remote Image Processing Pipeline Library
- Host: GitHub
- URL: https://github.com/ewpratten/rippl
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-08-29T14:43:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T17:00:38.000Z (about 3 years ago)
- Last Synced: 2024-10-09T16:41:48.472Z (about 1 month ago)
- Topics: remote-image-processing, rippl, rust-image
- Language: Rust
- Homepage: https://crates.io/crates/rippl
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *R*emote *I*mage *P*rocessing *P*ipeline *L*ibrary
[![Crates.io](https://img.shields.io/crates/v/rippl)](https://crates.io/crates/rippl)
[![Docs.rs](https://docs.rs/rippl/badge.svg)](https://docs.rs/rippl)
[![Build](https://github.com/Ewpratten/rippl/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/rippl/actions/workflows/build.yml)
[![Clippy](https://github.com/Ewpratten/rippl/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/rippl/actions/workflows/clippy.yml)`rippl` is a library designed for one task:
- Fetch a remote image
- Operate on it
- Publish it back to the internetThe main use case is discord bots, but the library can be used for any image processing job requiring the steps above.