Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theotherphil/imagecli
A command line image processing tool
https://github.com/theotherphil/imagecli
cli image
Last synced: 3 months ago
JSON representation
A command line image processing tool
- Host: GitHub
- URL: https://github.com/theotherphil/imagecli
- Owner: theotherphil
- License: mit
- Created: 2019-09-01T18:33:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T14:20:09.000Z (over 2 years ago)
- Last Synced: 2024-07-04T22:58:17.881Z (4 months ago)
- Topics: cli, image
- Language: Rust
- Homepage:
- Size: 5.25 MB
- Stars: 259
- Watchers: 6
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# imagecli
[![crates.io](https://img.shields.io/crates/v/imagecli.svg)](https://crates.io/crates/imagecli)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/theotherphil/imagecli/blob/master/LICENSE.md)A command line image processing tool, built on top of [image] and [imageproc].
## User guide
- [Current master](https://github.com/theotherphil/imagecli/blob/master/GUIDE.md)
- [Version 0.2.1](https://github.com/theotherphil/imagecli/tree/v0.2.1/GUIDE.md)
- [Version 0.2.0](https://github.com/theotherphil/imagecli/tree/v0.2.0/GUIDE.md)
- [Version 0.1.0](https://github.com/theotherphil/imagecli/tree/v0.1.0/README.md)## Installation
Either install using cargo, or clone this repo and build it locally.
```
cargo install imagecli
```There are currently no pre-built binaries available.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
[image]: https://github.com/image-rs/image
[imageproc]: https://github.com/image-rs/imageproc