Metadata-Version: 2.1
Name: vsmasktools
Version: 1.2.0
Summary: Various masking tools for VapourSynth
Author: Irrational Encoding Wizardry
Author-email: wizards@encode.moe
Maintainer: Setsugennoao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Setsugennoao/vs-masktools
Project-URL: Contact, https://discord.gg/setsugen
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth>=65
Requires-Dist: vstools>=3.0.0
Requires-Dist: vskernels>=3.0.0
Requires-Dist: vsexprtools>=1.5.0
Requires-Dist: vsrgtools>=1.6.0

# vs-masktools

vs-masktools aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.

For support you can find me in my [Discord server](https://discord.gg/setsugen), @setsugen_no_ao. <br><br>

# Installation

vs-masktools is available on PyPi and can be installed with this simple command:

```
pip install vsmasktools
```

# Dependencies

The only hard dependencies are vstools and an installation of VapourSynth R59 or higher. However, for full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).
