https://github.com/versbinarii/mememe
Meme server. Easilly add caption to image.
https://github.com/versbinarii/mememe
image-manipulation meme-generator rocket-rs rust server
Last synced: 8 months ago
JSON representation
Meme server. Easilly add caption to image.
- Host: GitHub
- URL: https://github.com/versbinarii/mememe
- Owner: VersBinarii
- License: unlicense
- Created: 2019-01-12T19:17:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T19:18:05.000Z (over 7 years ago)
- Last Synced: 2025-06-23T09:48:01.867Z (about 1 year ago)
- Topics: image-manipulation, meme-generator, rocket-rs, rust, server
- Language: Rust
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meme server
> When the 1000 words is still not enough.
Easlily add captions to the image
## Instalation
```bash
git clone https://github.com/Caspinol/mememe
cd mememe
cargo run
```
## Usage
```bash
curl -XPOST -F'posx=3' -F'file=@soon_to_be_meme_image.jpg' -F'posy=2' -F'scale=80' -F'caption=Hello meme' -F'img_name=soon_to_be_meme_image.jpg' 'http://localhost:8000/meme' > the_ultimate_meme.jpg
```