Crates.io | resizr |
lib.rs | resizr |
version | 0.1.1 |
source | src |
created_at | 2024-02-08 19:12:24.933121 |
updated_at | 2024-02-09 04:39:24.100586 |
description | A Simple Image Resizer |
homepage | |
repository | https://github.com/w3bdev1/resizr |
max_upload_size | |
id | 1132522 |
size | 17,635 |
Get and Set image dimensions
resizr -i <image-file>
resizr -i <image-file> -w <width> -o <output-file>
resizr -i <image-file> -w <width> -h <height> -o <output-file>
resizr --help
(Note: -h
flag is for --height
)