Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theotherphil/imagecli

A command line image processing tool
https://github.com/theotherphil/imagecli

cli image

Last synced: about 2 months ago
JSON representation

A command line image processing tool

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