yumetodo / SigContrastFastAviUtl

Sigmoidal/Logit contrast Aviutl plugin. IM is not used.
MIT License
2 stars 0 forks source link
aviutl-filter-plugin aviutl-plugin

Sig(De)ContrastFastAviUtl

Sigmoidal contrast and decontrast Aviutl plugin. ImageMagick is not being used.

Build Tips

Should be easy to build as there are no external dependency (except for VS2015 redist). There is a property sheet in the project that set a macro for AviUtl's path. By default, DEBUG auf will be in the same folder as aviutl.exe, while RELEASE build will be put inside the \plugins folder.

Known issues

Technical details

Dependency

for AviUtl plugin

Nothing. ImageMagick or OpenCV is not used.

for test

Use

git clone --recursive https://github.com/MaverickTse/SigContrastFastAviUtl.git

or

git clone https://github.com/MaverickTse/SigContrastFastAviUtl.git
git submodule update --init

to download dependency.