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

https://github.com/lvntky/imaget

Image Processor for command line.
https://github.com/lvntky/imaget

crop image-processing image-processor imaget python resize-images resizer watermark

Last synced: 10 months ago
JSON representation

Image Processor for command line.

Awesome Lists containing this project

README

          

# Imaget



> Image Processor for command line.

![GitHub](https://img.shields.io/github/license/lvntky/imaget)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pip)

## Getting Started

First download and install [pip](https://pypi.org/project/pip/)

### Arch Linux

```bash
pacman -S python-pip
```

### Mac OS X

```bash
sudo easy_install pip
sudo pip install --upgrade pip
```

## Installation

```bash
pip install imaget
```

## Features
* Optimaze
* [Convert](#convert)
* [Crop](#crop)
* [Resize](#resize)
* [Rotate](#rotate)
* [Watermark](#watermark)
* [Flip](#flip)

## Usage
![Usage](usage/usage.gif)

## Used Technologies

* Python

## Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://github.com/lvntky/SkyLark/blob/master/LICENSE)