Tao.DevIl SDK Documentation

Ilu.iluPixelize Method 

iluPixelize performs the effect that can be seen on television, where people want their identity to remain anonymous, so the editors cover the person's face with a very blocky pixelized version. PixSize specifies how blocky the image should be, with 1 being the lowest blockiness (doesn't change the image).

[Visual Basic]
Public Shared Function iluPixelize( _
   ByVal PixSize As Integer _
) As Boolean
[C#]
public static bool iluPixelize(
   int PixSize
);

Parameters

PixSize
New pixel size

Return Value

See Also

Ilu Class | Tao.DevIl Namespace