Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.29 KB

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):

image

As you can see the github logo has edges with blank area around. You can cut these edges with meme-cutter like this:

 > 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):

result

meme-cutter can also cut whole folders with images.

If you want to know more use meme-cutter help to show the help.

Links