Metadata-Version: 2.1
Name: vsmask
Version: 0.3.0
Summary: Various masking tools for Vapoursynth
Home-page: UNKNOWN
Author: IEW
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# vsmask
VSMask aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.

For further support, please leave any questions in the [IEW Discord server](https://discord.gg/qxTxVJGtst).


# Installation
vsmask is available on PyPi and can be installed with this simple command:
```
pip install vsmask
```

# Dependencies 
The only hard dependencies are vsutil and an installation of VapourSynth R57 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).


