Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexzhang1030/image-cli

This is a CLI, collect some essential tools for image processing.
https://github.com/alexzhang1030/image-cli

Last synced: 7 days ago
JSON representation

This is a CLI, collect some essential tools for image processing.

Awesome Lists containing this project

README

        

# Image

This is a CLI, collect some essential tools for image processing written in Rust.

## Commands

### resize image

```bash
$ image resize -i input.jpg -o output.jpg --width 100 --height 100
```