Crates.io | imgutils |
lib.rs | imgutils |
version | 0.1.3 |
source | src |
created_at | 2024-03-20 08:47:39.126772 |
updated_at | 2024-05-05 09:34:56.224175 |
description | Cross-platform CLI for quickly parsing & manipulating images. |
homepage | |
repository | https://github.com/Blooym/imgutils |
max_upload_size | |
id | 1180203 |
size | 94,717 |
Cross-platform command-line utility for quickly parsing & manipulating images powered by amazing crates like image-rs
💜
The simplest way to install imgutils
is via Cargo. Assuming you already have Cargo installed locally you can simply run following:
cargo install imgutils
Pre-built binaries are made available on the repository's Releases for as many platforms as possible. Simply grab the right release asset for your system and place it somewhere in your $PATH
.
imgutils
is not available from any other package manager at this time. 3rd party packaging is welcomed.
All commands that perform any permanent modifications to images are kept under the modify
subcommand to provide a clear distinction. All other commands are either kept at the top-level or nested into subcommands when deemed appropriate.
Usage: imgutils <COMMAND>
Commands:
details Print detailed information about an image in a pretty format
dimensions Print an image's dimensions formatted as 'WidthxHeight'
modify A collection of commands that perform modifications to images
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help (see more with '--help')
-V, --version Print version
Sourced from the image-rs supported formats documentation.
This crate is dual-licensed under both the MIT License and Apache 2.0 license.