Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wmramadan/itic

ITIC - Image to Image Converter
https://github.com/wmramadan/itic

conversion converter image-processing

Last synced: 14 days ago
JSON representation

ITIC - Image to Image Converter

Awesome Lists containing this project

README

        

# ITIC

ITIC - Image to Image Converter

## Install

The package can be installed through `pip`, example:

```bash
pip install itic
```

## How to Use

Simply use `itic` to converter from one image format to another as follows:
```bash
itic
```

The image is automatically converted based on the extension you specify.

To get help you can use the `--help` flag like so:
```bash
itic --help
```