# Toon v0.8 # # req: MaskTools151, aWarpSharp function Toon(clip input) { input.Expand().Inpand() Subtract(input,last) Overlay(last, aWarpsharp(depth=32), mode="lighten") lines = last Inpand() Levels(110,1,120,0,255,false) Overlay(lines, BlankClip(last,color=$808080), mask=last) Invert().Greyscale() Subtract(input,last) }