Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
ITIC - Image to Image Converter
- Host: GitHub
- URL: https://github.com/wmramadan/itic
- Owner: WMRamadan
- License: mit
- Created: 2022-12-21T03:17:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T19:16:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T09:41:18.454Z (2 months ago)
- Topics: conversion, converter, image-processing
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```