Metadata-Version: 2.4
Name: vapoursynth-dfttest2_gcc
Version: 11.1.0
Summary: A VapourSynth re-implementation of DFTTest, using Compiler Vector Extensions.
Author: WolframRhodium
Maintainer-Email: Vardë <ichunjo.le.terrible@gmail.com>
License-Expression: GPL-2.0-or-later
License-File: vs-dfttest2/LICENSE
Project-URL: Source Code, https://github.com/Ichunjo/vs-dfttest2
Project-URL: Bug Tracker, https://github.com/Ichunjo/vs-dfttest2/issues
Project-URL: Repository, https://github.com/Jaded-Encoding-Thaumaturgy/vs-wheels
Requires-Python: >=3.12
Requires-Dist: vapoursynth>=75
Description-Content-Type: text/markdown

# VapourSynth-DFTTEST2_GCC

This package contains the GCC implementation of the [vs-dfttest2](https://github.com/Ichunjo/vs-dfttest2) implementation.

## Installation

```bash
pip install vapoursynth-dfttest2_gcc
```

## Building from source

```powershell
uv build --package vapoursynth-dfttest2_gcc
```

---

Detailed parameter information from the parent project follows.

---
# vs-dfttest2
DFTTest re-implementation (GPU and CPU)

## Usage
```python3
from dfttest2 import DFTTest

output = DFTTest(input)
```

See also [VapourSynth-DFTTest](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest)
