| Crates.io | face-cropper |
| lib.rs | face-cropper |
| version | 0.1.0 |
| created_at | 2025-02-04 14:35:45.835852+00 |
| updated_at | 2025-02-04 14:35:45.835852+00 |
| description | Face Cropper is a simple Rust command-line application that detects and crops faces from images. |
| homepage | |
| repository | https://github.com/YeongCheon/face-cropper |
| max_upload_size | |
| id | 1542009 |
| size | 68,881 |
This document generated by LLM.
Face Cropper is a simple Rust command-line application that detects and crops faces from images. It uses the rust_faces library for face detection, along with other popular crates such as clap for argument parsing, image for image processing, and indicatif for progress indication.
jpg, jpeg, png, gif, bmp, tiff, webp, and avif.cargo install face-cropper
face-cropper ./my-face.jpg
face-cropper ./my-pictures/
...Done! check output directory in your path.