Metadata-Version: 2.1
Name: vsmasktools
Version: 1.4.2
Summary: Various masking tools for VapourSynth
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/Jaded-Encoding-Thaumaturgy/vs-masktools
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth (>=68)
Requires-Dist: vsexprtools (>=1.8.1)
Requires-Dist: vskernels (>=3.4.2)
Requires-Dist: vsrgtools (>=1.9.0)
Requires-Dist: vssource (>=0.12.2)
Requires-Dist: vstools (>=3.4.1)

# vs-masktools

> [!CAUTION]
> This package is deprecated!
> Please use https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack instead.

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

For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>

# Installation
**This package is deprecated!**

Please install https://pypi.org/p/vsjetpack instead.

# 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)
- [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp)
- [vszip](https://github.com/dnjulek/vapoursynth-zip)
