ImageEn

TImageEnProc.Cartoonify Code Samples


Code samples for Cartoonify.
Automatically generated by the Every Method demo.
// Automated test of Cartoonify - Typical Values
// Cartoonify - Radius: 2
ImageEnView1.Proc.Cartoonify( 2, 20, 4 );



// Automated test of Cartoonify - Alpha Channel - Typical Values
// Cartoonify - Radius: 2
ImageEnView1.Proc.Cartoonify( 2, 20, 4 );



// Automated test of Cartoonify - 32-Bit RGBA - Typical Values
// Cartoonify - Radius: 2
ImageEnView1.Proc.Cartoonify( 2, 20, 4 );



// Automated test of Cartoonify - 1-bit - Typical Values
// Cartoonify - Radius: 2
ImageEnView1.Proc.Cartoonify( 2, 20, 4 );



// Automated test of Cartoonify - Overlay - Typical Values
// Cartoonify - Overlay - Radius: 2
ImageEnView1.Proc.Cartoonify( clBlack, True, 2, 20, 4 );



// Automated test of Cartoonify - Overlay - Alpha Channel - Typical Values
// Cartoonify - Overlay - Radius: 2
ImageEnView1.Proc.Cartoonify( clBlack, True, 2, 20, 4 );



// Automated test of Cartoonify - Overlay - 32-Bit RGBA - Typical Values
// Cartoonify - Overlay - Radius: 2
ImageEnView1.Proc.Cartoonify( clBlack, True, 2, 20, 4 );



// Automated test of Cartoonify - Overlay - 1-bit - Typical Values
// Cartoonify - Overlay - Radius: 2
ImageEnView1.Proc.Cartoonify( clBlack, True, 2, 20, 4 );



// Automated test of Cartoonify - Random Values
// Cartoonify - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, False, 6, 40, 13 );



// Automated test of Cartoonify - Alpha Channel - Random Values
// Cartoonify - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, False, 6, 40, 13 );



// Automated test of Cartoonify - 32-Bit RGBA - Random Values
// Cartoonify - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, False, 6, 40, 13 );



// Automated test of Cartoonify - 1-bit - Random Values
// Cartoonify - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, False, 6, 40, 13 );



// Automated test of Cartoonify - Overlay - Random Values
// Cartoonify - Overlay - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, True, 6, 40, 13 );



// Automated test of Cartoonify - Overlay - Alpha Channel - Random Values
// Cartoonify - Overlay - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, True, 6, 40, 13 );



// Automated test of Cartoonify - Overlay - 32-Bit RGBA - Random Values
// Cartoonify - Overlay - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, True, 6, 40, 13 );



// Automated test of Cartoonify - Overlay - 1-bit - Random Values
// Cartoonify - Overlay - Radius: 6
ImageEnView1.Proc.Cartoonify( clRed, True, 6, 40, 13 );