antialiasing a shape

A forum dedicated to George scripting questions
Post Reply
oferk
Posts: 94
Joined: 23 Jul 2011, 21:27

antialiasing a shape

Post by oferk »

Hi,
What algorithm is used by TVpaint for antialiasing when using the filled stroke tool? Is it possible to use the same code with the SDK, if I'm drawing my own shapes?
Can I get a sample code somewhere?
If I cannot fill the shape at a higher resolution then the current image, what are my options?

Thanks.
oferk
Posts: 94
Joined: 23 Jul 2011, 21:27

Re: antialiasing a shape

Post by oferk »

Looks like the tv_SmoothDensity function gives reasonable results. Only problem is that a little white is bleeding inside the contours on some places. Didn't test it enough to find how frequent it is.
Post Reply