Metadata-Version: 2.1
Name: vsscale
Version: 1.3.2
Summary: VapourSynth (de)scaling 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-scale
Project-URL: Documentation, https://vsscale.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
Requires-Dist: VapourSynth (>=59)
Requires-Dist: vstools (>=1.3.4)
Requires-Dist: vskernels (>=2.2.0)
Requires-Dist: vsexprtools (>=1.2.3)
Requires-Dist: vsrgtools (>=1.2.1)
Requires-Dist: vsaa (>=1.3.0)
Requires-Dist: vsmask (>=0.4.0)

# vs-scale

### VapourSynth (de)scale functions
<br>

Wrappers for scaling and descaling functions.

You can find support in the [IEW Discord server](https://discord.gg/qxTxVJGtst).
<br><br>
## How to install

Install `vsscale` with the following command:

```sh
$ pip install vsscale
```

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

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-scale.git
```
