| Crates.io | image-batch-resizer |
| lib.rs | image-batch-resizer |
| version | 0.2.0 |
| created_at | 2018-04-28 08:42:05.429082+00 |
| updated_at | 2018-04-28 16:40:25.607657+00 |
| description | Image batch resizer executable in Rust |
| homepage | |
| repository | https://github.com/guangie88/image-batch-resizer-rs |
| max_upload_size | |
| id | 62731 |
| size | 13,142 |
image-batch-resizer-rsExperimental image batch resizer executable in Rust.
Performs simple proportional resizing of image files in a given directory path.
cargo install image-batch-resizer
This installs ibr into your Cargo binary directory.
For more argument details, type:
ibr -h
ibr input/ -m 512 -d -vvv
This resizes all image files in input/ directory:
-m 512
-d
-vvv
ibr input/ -m 512 -g "*.png" -o resized/
This resizes all image files in input/ directory with verbosity set to 0:
-m 512
-g "*.png"
.png,-o resized/
input/resized/ directory.