MaskTools/Invert

From Avisynth wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Invert (clip[, int "offX"[, int "offY"[, int "w"[, int "h"]]]])

Plugin: MaskTools

This filter replaces the pixel's value by 255-pixel's value.

Binarize(upper=false) could be seen (but isn't processed as) as Invert().Binarize(upper=true).

Note: This filter is de-activated in latest version of MaskTools, since it has the same name and functionality as the standard Invert AviSynth filter.


Back to MaskTools.