Thread: Toon-v0.8x
View Single Post
Old 25th April 2007, 16:43   #1  |  Link
Soulhunter
Bored...
 
Soulhunter's Avatar
 
Join Date: Apr 2003
Location: Unknown
Posts: 2,812
Toon-v0.8x

Code:
# 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)
}

Looks familiar, but simplified... >.>

Bye
__________________

Visit my IRC channel

Last edited by Soulhunter; 5th July 2007 at 21:12.
Soulhunter is offline   Reply With Quote