Metadata-Version: 2.1
Name: vsdehalo
Version: 0.2.0
Summary: Collection of dehaloing VapourSynth functions
Author: Setsugen no ao
Author-email: setsugen@setsugen.dev
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-dehalo
Project-URL: Documentation, https://vsdehalo.encode.moe/en/latest/
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# vs-dehalo
Collection of dehaloing VapourSynth functions

## How to use

```py
from vsdehalo import fine_dehalo

src = ...

dehaloed = fine_dehalo(src)
```

## How to install

Install `vsdehalo` with the following command:

```sh
$ pip install vsdehalo
```

Or if you want the latest git version, install it with this command:

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-dehalo.git
```
<br>
