Metadata-Version: 2.3
Name: rimc_engine
Version: 0.5.2
Summary: Film simulation / photo processor python module.
Project-URL: Homepage, https://github.com/bogpok/rimc_engine
Project-URL: Bug Tracker, https://github.com/bogpok/rimc_engine/issues
Author-email: Bogdan Pokrepin <pokrepin@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# RIMC (Retro Image Converter) Engine for Python

Film simulation python module.
This module allows you to convert any photo of your choice to the filtered image in a preferred vintage style!

## Usage

### Installation

Prerequisites
```bash
pip install pillow
pip install numpy
```
Install rimc engine
```bash
pip install rimc-engine
```
Update rimc engine
```bash
pip install --upgrade rimc-engine
```

For more information and examples of usage please visit [github repo](https://github.com/bogpok/rimc-engine)