https://github.com/bonnyad9/meme-cutter
Remake of my old MemeCutter (written in C#) in Rust. This app is for cutting blank areas around images. It is named like this because its original purpose was to cut blank black areas out of meme screenshots.
https://github.com/bonnyad9/meme-cutter
image image-processing riir rust
Last synced: 4 months ago
JSON representation
Remake of my old MemeCutter (written in C#) in Rust. This app is for cutting blank areas around images. It is named like this because its original purpose was to cut blank black areas out of meme screenshots.
- Host: GitHub
- URL: https://github.com/bonnyad9/meme-cutter
- Owner: BonnyAD9
- License: mit
- Created: 2023-01-31T10:50:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T20:42:43.000Z (over 2 years ago)
- Last Synced: 2025-05-31T17:31:14.895Z (5 months ago)
- Topics: image, image-processing, riir, rust
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meme Cutter
Remake of my old MemeCutter (written in C#) in Rust.
This app is for cutting blank areas around images. It is named like this
because its original purpose was to cut blank black areas out of meme
screenshots.
Compared to the old version, this is approx. 13× faster and uses 6× less memory
## Example
Lets say you have an image `image.png` (if you have dark theme open the image in new tab to see it more clearly):

As you can see the github logo has edges with blank area around. You can cut these edges with meme-cutter like this:
```shell
> meme-cutter file image.png result.png
```
Now you have a new image `result.png` without the blank areas around (if you have dark theme open the image in new tab to see it more clearly):

meme-cutter can also cut whole folders with images.
If you want to know more use `meme-cutter help` to show the help.
## Links
- **Author:** [BonnyAD9](https://github.com/BonnyAD9)
- **GitHub repository:** [BonnyAD9/meme-cutter](https://github.com/BonnyAD9/meme-cutter)
- **My Website:** [bonnyad9.github.io](https://bonnyad9.github.io/)