Metadata-Version: 2.1
Name: vskernels
Version: 2.2.3
Summary: Kernel objects for scaling and format conversion within VapourSynth
Author: LightArrowsEXE
Author-email: LightArrowsReboot@gmail.com
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-kernels
Project-URL: Documentation, https://vskernels.encode.moe/en/latest/
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Display
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# vs-kernels

<p align="center">
    <a href="https://vskernels.encode.moe"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/vs-kernels"></a>
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/vskernels">
    <a href="https://pypi.org/project/vskernels/"><img alt="PyPI" src="https://img.shields.io/pypi/v/vskernels"></a>
    <a href="https://github.com/Irrational-Encoding-Wizardry/vs-kernels/commits/master"><img alt="GitHub commits since tagged version" src="https://img.shields.io/github/commits-since/Irrational-Encoding-Wizardry/vs-kernels/latest"></a>
    <a href="https://github.com/Irrational-Encoding-Wizardry/vs-kernels/blob/master/LICENSE"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/vskernels"></a>
    <a href="https://discord.gg/qxTxVJGtst"><img alt="Discord" src="https://img.shields.io/discord/856381934052704266?label=discord"></a>
</p>

Kernels are a collection of wrappers pertaining to (de)scaling, format conversion,
and other related operations, all while providing a consistent and clean interface.
This allows for easy expansion and ease of use for any other maintainers
who wishes to use them in their own functions.

You can create presets for common scaling algorithms or settings,
while ensuring the interface will always remain the same,
even across different plugins with their own settings and expected behavior.

Full information on how every function/wrapper works,
as well as a list of dependencies and links,
can be found in the [documentation](https://vskernels.encode.moe/en/latest/).
For further support,
drop by `#vs-kernels` in the [IEW Discord server](https://discord.gg/qxTxVJGtst).

## How to install

Install `vskernels` with the following command:

```sh
$ pip3 install vskernels --no-cache-dir -U
```

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

```sh
$ pip3 install git+https://github.com/Irrational-Encoding-Wizardry/vs-kernels.git --no-cache-dir -U
```
