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

https://github.com/wmramadan/itic

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

conversion converter image-processing

Last synced: 8 days ago
JSON representation

ITIC - Image to Image Converter

Awesome Lists containing this project

README

          

# ITIC

[![PyPI Downloads](https://static.pepy.tech/personalized-badge/itic?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/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
```