Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 420 Bytes

vs-dehalo

Collection of dehaloing VapourSynth functions

How to use

from vsdehalo import fine_dehalo

src = ...

dehaloed = fine_dehalo(src)

How to install

Install vsdehalo with the following command:

pip install vsdehalo

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

pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dehalo.git